Searched refs:UInt16 (Results 1 – 7 of 7) sorted by relevance
65 #define GetUi16(p) (*(const UInt16 *)(p))68 #define SetUi16(p, d) *(UInt16 *)(p) = (d);74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))119 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
173 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest);
57 typedef unsigned short UInt16; typedef
906 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest) in SzArEx_GetFileNameUtf16()
20 #define CLzmaProb UInt16
192 public UInt16 Attributes;