Home | Info | Community | Development | myReactOS | Contact Us
while (bitsleft < (n)) { \ bitbuf |= ((inpos[1]<<8)|inpos[0]) << (CAB_ULONG_BITS-16 - bitsleft); \ bitsleft += 16; inpos+=2; \ }
Definition at line 420 of file cabinet.h.
Referenced by LZXfdi_decomp().