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

  /external/lzma/C/
BraIA64.c 28 unsigned raw = GetUi32(p);
CpuArch.h 202 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
215 #define GetUi32(p) ( \
221 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
Aes.c 152 w[i] = GetUi32(key);
235 p[i] = GetUi32(iv + i * 4);
242 p[0] ^= GetUi32(data);
243 p[1] ^= GetUi32(data + 4);
244 p[2] ^= GetUi32(data + 8);
245 p[3] ^= GetUi32(data + 12);
261 in[0] = GetUi32(data);
262 in[1] = GetUi32(data + 4);
263 in[2] = GetUi32(data + 8);
264 in[3] = GetUi32(data + 12);
    [all...]
Bra.c 31 UInt32 v = GetUi32(p - 4);
52 UInt32 v = GetUi32(p - 4);
XzIn.c 90 if (crc != GetUi32(buf + size))
205 if (GetUi32(buf) != CrcCalc(buf + 4, 6))
208 indexSize = ((UInt64)GetUi32(buf + 4) + 1) << 2;
Bcj2Enc.c 178 UInt32 relatVal = GetUi32(src);
207 UInt32 relatVal = GetUi32(src);
7zArcIn.c 191 dest = GetUi32(sd.Data); SKIP_DATA2(sd, 4);
1077 vals[i].Low = GetUi32(sd.Data);
1078 vals[i].High = GetUi32(sd.Data + 4);
    [all...]
XzDec.c 111 UInt32 v = GetUi32(props);
759 GetUi32(buf + XZ_SIG_SIZE + XZ_STREAM_FLAGS_SIZE))
766 return indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2)
767 && GetUi32(buf) == CrcCalc(buf + 4, 6)
813 if (CrcCalc(header, headerSize) != GetUi32(header + headerSize))
1280 if (CRC_GET_DIGEST(p->crc) != GetUi32(p->buf))
    [all...]
7zDec.c 92 UInt32 memSize = GetUi32(props + 1);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 105 #define GetUi32(p) (*(const UInt32 *)(const void *)(p))
118 #define GetUi32(p) ( \
124 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
  /external/lzma/CPP/7zip/Compress/
PpmdDecoder.cpp 37 UInt32 memSize = GetUi32(props + 1);
  /external/lzma/CPP/Common/
IntToString.cpp 172 ConvertUInt32ToHex8Digits(GetUi32(g ), s); s += 8; *s++ = '-';
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 69 peOffset = GetUi32(buf + 0x3C);
73 if (GetUi32(p) != PE_SIG)
128 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); }
139 if (GetUi32(buf) != ELF_SIG)
204 switch (GetUi32(buf))
248 if (GetUi32(buf + 0) != RIFF_SIG ||
249 GetUi32(buf + 8) != 0x45564157 || // WAVE
250 GetUi32(buf + 0xC) != WAV_SUBCHUNK_fmt)
252 subChunkSize = GetUi32(buf + 0x10);
271 subChunkSize = GetUi32(buf + pos + 4);
    [all...]
7zHandler.cpp 418 UInt32 dicSize = GetUi32((const Byte *)props + 1);
456 GetStringForSizeValue(dest, GetUi32(props + 1));
7zIn.cpp 21 #define Get32(p) GetUi32(p)
730 UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1);
    [all...]
  /external/lzma/CPP/Windows/
FileLink.cpp 72 #define Get32(p) GetUi32(p)
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 29 UInt32 dicSize = GetUi32(p);
58 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); }
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 18 #define Get32(x) GetUi32(x)
Bench.cpp     [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 154 if (CrcCalc(buf + pos + 12, 20) == GetUi32(buf + pos + 8))

Completed in 4233 milliseconds