Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/ntfs/
Dntfs_compr.c45 #define GET_UINT16(addr) (*((u_int16_t *)(addr))) macro
56 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()