Home
last modified time | relevance | path

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

/openbsd/src/sys/ntfs/
Dntfs_compr.c39 #define GET_UINT16(addr) (*((u_int16_t *)(addr))) macro
50 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()