Searched refs:GET_UINT16 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_compr.c41 #define GET_UINT16(addr) (*((u_int16_t *)(addr))) macro
54 len = GET_UINT16(cbuf) & 0xFFF;
56 len, len, GET_UINT16(cbuf)));
58 if (!(GET_UINT16(cbuf) & 0x8000)) {
78 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift);
79 blen = 3 + (GET_UINT16(cbuf + cpos) & lmask);

Completed in 186 milliseconds