Searched refs:GetUi16 (Results 1 – 9 of 9) sorted by relevance
173 ConvertUInt16ToHex4Digits(GetUi16(g + 4), s); s += 4; *s++ = '-'; in RawLeGuidToString()174 ConvertUInt16ToHex4Digits(GetUi16(g + 6), s); s += 4; *s++ = '-'; in RawLeGuidToString()
65 wchar_t c = GetUi16(buf + (size_t)i * 2); in ReadNamesFromListFile2()
201 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) macro211 #define GetUi16(p) ( (UInt16) ( \
1721 dest[i] = GetUi16(src + i * 2); in SzArEx_GetFileNameUtf16()
63 if (size < 512 || GetUi16(buf) != MZ_SIG) in Parse_EXE()77 switch (GetUi16(p)) in Parse_EXE()97 optHeaderSize = GetUi16(p + 16); in Parse_EXE()103 switch (GetUi16(p)) in Parse_EXE()127 … Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)GetUi16(p); } in Get16()254 if (subChunkSize < 0x10 || subChunkSize > 0x12 || GetUi16(buf + 0x14) != 1) in Parse_WAV()257 unsigned numChannels = GetUi16(buf + 0x16); in Parse_WAV()258 unsigned bitsPerSample = GetUi16(buf + 0x22); in Parse_WAV()
20 #define Get16(p) GetUi16(p)
71 #define Get16(p) GetUi16(p)
17 #define Get16(x) GetUi16(x)
627 wchar_t c = GetUi16(p); in GetItemPath()1030 #define HASH_VAL(buf) GetUi16(buf)