Lines Matching refs:UInt16
308 #define Z7_BSWAP16(v) ((UInt16) \
345 #define GetUi16(p) (*(const UInt16 *)(const void *)(p))
352 #define SetUi16(p, v) { *(UInt16 *)(void *)(p) = (v); }
357 #define GetUi16(p) ( (UInt16) ( \
359 ((UInt16)((const Byte *)(p))[1] << 8) ))
421 #define GetBe16(p) ( (UInt16) ( \
422 ((UInt16)((const Byte *)(p))[0] << 8) | \
443 #define GetBe16a(p) (*(const UInt16 *)(const void *)(p))
445 #define SetBe16a(p, v) { *(UInt16 *)(void *)(p) = (v); }
455 #define GetUi16a(p) (*(const UInt16 *)(const void *)(p))
457 #define SetUi16a(p, v) { *(UInt16 *)(void *)(p) = (v); }