HomeSort by relevance Sort by last modified time
    Searched refs:GetUi32 (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 24 #define GetUi32(p) (*(const UInt32 *)(p))
32 #define GetUi32(p) ( \
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 24 #define GetUi32(p) (*(const UInt32 *)(p))
32 #define GetUi32(p) ( \
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 24 #define GetUi32(p) (*(const UInt32 *)(p))
32 #define GetUi32(p) ( \
38 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /external/lzma/C/
CpuArch.h 66 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
76 #define GetUi32(p) ( \
82 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
Aes.c 139 w[i] = GetUi32(key);
222 p[i] = GetUi32(iv + i * 4);
229 p[0] ^= GetUi32(data);
230 p[1] ^= GetUi32(data + 4);
231 p[2] ^= GetUi32(data + 8);
232 p[3] ^= GetUi32(data + 12);
248 in[0] = GetUi32(data);
249 in[1] = GetUi32(data + 4);
250 in[2] = GetUi32(data + 8);
251 in[3] = GetUi32(data + 12);
    [all...]
XzIn.c 83 if (crc != GetUi32(buf + size))
195 if (GetUi32(buf) != CrcCalc(buf + 4, 6))
198 indexSize = ((UInt64)GetUi32(buf + 4) + 1) << 2;
XzDec.c 89 UInt32 v = GetUi32(props);
501 GetUi32(buf + XZ_SIG_SIZE + XZ_STREAM_FLAGS_SIZE))
509 indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2) &&
510 (GetUi32(buf) == CrcCalc(buf + 4, 6) &&
526 if (CrcCalc(header, headerSize) != GetUi32(header + headerSize))
842 if (CRC_GET_DIGEST(p->crc) != GetUi32(p->buf))
7zArcIn.c 199 dest = GetUi32(sd.Data); SKIP_DATA2(sd, 4);
1124 vals[i].Low = GetUi32(sd.Data);
1125 vals[i].High = GetUi32(sd.Data + 4);
    [all...]
7zDec.c 87 UInt32 memSize = GetUi32(props + 1);
  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.cpp 41 UInt32 memSize = GetUi32(props + 1);
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 28 UInt32 dicSize = GetUi32(p);
55 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); }
  /external/lzma/CPP/Windows/
FileLink.cpp 72 #define Get32(p) GetUi32(p)
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 418 UInt32 dicSize = GetUi32((const Byte *)props + 1);
456 GetStringForSizeValue(dest, GetUi32(props + 1));
7zIn.cpp 21 #define Get32(p) GetUi32(p)
754 UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1);
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 151 if (CrcCalc(buf + pos + 12, 20) == GetUi32(buf + pos + 8))
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 19 #define Get32(x) GetUi32(x)
Bench.cpp     [all...]

Completed in 423 milliseconds