Searched refs:GET_UINT16 (Results 1 – 1 of 1) sorted by relevance
39 #define GET_UINT16(addr) (*((u_int16_t *)(addr))) macro50 len = GET_UINT16(cbuf) & 0xFFF; in ntfs_uncompblock()52 len, len, GET_UINT16(cbuf)); in ntfs_uncompblock()54 if (!(GET_UINT16(cbuf) & 0x8000)) { in ntfs_uncompblock()74 boff = -1 - (GET_UINT16(cbuf + cpos) >> dshift); in ntfs_uncompblock()75 blen = 3 + (GET_UINT16(cbuf + cpos) & lmask); in ntfs_uncompblock()