Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DIntToString.cpp172 ConvertUInt16ToHex4Digits(GetUi16(g + 4), s); s += 4; *s++ = '-'; in RawLeGuidToString()
173 ConvertUInt16ToHex4Digits(GetUi16(g + 6), s); s += 4; *s++ = '-'; in RawLeGuidToString()
DListFileUtils.cpp84 wchar_t c = GetUi16(buf + (size_t)i * 2); in ReadNamesFromListFile2()
/third_party/lzma/C/
DLzFindMt.c313 DEF_GetHeads2(2, GetUi16(p), UNUSED_VAR(hashMask); UNUSED_VAR(crc); ) in GetUi16() function
314 DEF_GetHeads(3, (crc[p[0]] ^ GetUi16(p + 1)) & hashMask)
315 DEF_GetHeads2(3b, GetUi16(p) ^ ((UInt32)(p)[2] << 16), UNUSED_VAR(hashMask); UNUSED_VAR(crc); )
382 GetHeads_LOOP(crc0[p[0]] ^ crc1[p[3]] ^ (UInt32)GetUi16(p+1))
411 GetHeads_LOOP(crc0[p[0]] ^ crc1[p[3]] ^ crc2[p[4]] ^ (UInt32)GetUi16(p+1))
432 DEF_GetHeads(4, (crc[p[0]] ^ (crc[p[3]] << kLzHash_CrcShift_1) ^ (UInt32)GetUi16(p+1)) & hashMask)
434 …3]] << kLzHash_CrcShift_1) ^ (crc[p[4]] << kLzHash_CrcShift_2) ^ (UInt32)GetUi16(p + 1)) & hashMas…
DCpuArch.h268 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) macro
282 #define GetUi16(p) ( (UInt16) ( \
DLzFind.c35 #define HASH2_CALC hv = GetUi16(cur);
D7zArcIn.c1733 dest[i] = GetUi16(src + i * 2); in SzArEx_GetFileNameUtf16()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp63 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 const unsigned numChannels = GetUi16(buf + 0x16); in Parse_WAV()
258 const unsigned bitsPerSample = GetUi16(buf + 0x22); in Parse_WAV()
D7zIn.cpp22 #define Get16(p) GetUi16(p)
/third_party/lzma/CPP/Windows/
DFileLink.cpp84 #define Get16(p) GetUi16(p)
/third_party/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp18 #define Get16(x) GetUi16(x)
DOpenArchive.cpp650 wchar_t c = GetUi16(p); in GetItem_Path()
1094 #define HASH_VAL(buf) GetUi16(buf)