Searched refs:GetUi16 (Results 1 - 12 of 12) sorted by relevance
/third_party/lzma/CPP/Common/ |
H A D | IntToString.cpp | 172 ConvertUInt16ToHex4Digits(GetUi16(g + 4), s); s += 4; *s++ = '-';
in RawLeGuidToString() 173 ConvertUInt16ToHex4Digits(GetUi16(g + 6), s); s += 4; *s++ = '-';
in RawLeGuidToString()
|
H A D | ListFileUtils.cpp | 84 wchar_t c = GetUi16(buf + (size_t)i * 2);
in ReadNamesFromListFile2()
|
/third_party/lzma/C/ |
H A D | LzFindMt.c | 313 DEF_GetHeads2(2, GetUi16(p), UNUSED_VAR(hashMask); UNUSED_VAR(crc); )
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); )
341 UInt32 v0 = GetUi16(p) ^ ((UInt32)(p)[2] << 16);
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 DEF_GetHeads(5, (crc[p[0]] ^ (crc[p[3]] << kLzHash_CrcShift_1) ^ (crc[p[4]] << kLzHash_CrcShift_2) ^ (UInt32)GetUi16(p + 1)) & hashMask)
|
H A D | CpuArch.h | 345 #define GetUi16(p) (*(const UInt16 *)(const void *)(p))
macro 357 #define GetUi16(p) ( (UInt16) ( \
448 #define GetUi16a(p) GetUi16(p)
|
H A D | Bra.c | 375 GetUi16(p);
in Z7_BRANCH_FUNCS_IMP()
|
H A D | LzFind.c | 35 #define HASH2_CALC hv = GetUi16(cur);
|
H A D | 7zArcIn.c | 1736 dest[i] = GetUi16(src + i * 2);
in SzArEx_GetFileNameUtf16()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 84 if (size < 512 || GetUi16(buf) != MZ_SIG)
in Parse_EXE() 98 switch (GetUi16(p))
in Parse_EXE() 119 // const UInt32 numSections = GetUi16(p + 2);
in Parse_EXE() 120 optHeaderSize = GetUi16(p + 16);
in Parse_EXE() 126 switch (GetUi16(p))
in Parse_EXE() 207 static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UInt16)GetBe16(p); return (UInt16)GetUi16(p); }
in Get16() 337 if (subChunkSize < 0x10 || subChunkSize > 0x12 || GetUi16(buf + 0x14) != 1)
in Parse_WAV() 340 const unsigned numChannels = GetUi16(buf + 0x16);
in Parse_WAV() 341 const unsigned bitsPerSample = GetUi16(buf + 0x22);
in Parse_WAV()
|
H A D | 7zIn.cpp | 23 #define Get16(p) GetUi16(p)
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | PropIDUtils.cpp | 18 #define Get16(x) GetUi16(x)
|
H A D | OpenArchive.cpp | 641 wchar_t c = GetUi16(p);
1085 #define HASH_VAL(buf) GetUi16(buf)
|
/third_party/lzma/CPP/Windows/ |
H A D | FileLink.cpp | 93 #define Get16(p) GetUi16(p)
|
Completed in 18 milliseconds