Searched refs:GET_UINT16 (Results 1 – 1 of 1) sorted by relevance
45 #define GET_UINT16(addr) (*((u_int16_t *)(addr))) macro56 len = GET_UINT16(cbuf) & 0xFFF; in ntfs_uncompblock()58 len, len, GET_UINT16(cbuf))); in ntfs_uncompblock()60 if (!(GET_UINT16(cbuf) & 0x8000)) { in ntfs_uncompblock()80 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift); in ntfs_uncompblock()81 blen = 3 + (GET_UINT16(cbuf + cpos) & lmask); in ntfs_uncompblock()