Home
last modified time | relevance | path

Searched refs:GetUi32 (Results 1 - 22 of 22) sorted by relevance

/third_party/lzma/C/
H A DAes.c209 w[i] = GetUi32(key); in Aes_SetKey_Enc()
310 p[i] = GetUi32(iv + i * 4); in AesCbc_Init()
317 p[0] ^= GetUi32(data); in AesCbc_Encode()
318 p[1] ^= GetUi32(data + 4); in AesCbc_Encode()
319 p[2] ^= GetUi32(data + 8); in AesCbc_Encode()
320 p[3] ^= GetUi32(data + 12); in AesCbc_Encode()
336 in[0] = GetUi32(data); in AesCbc_Decode()
337 in[1] = GetUi32(data + 4); in AesCbc_Decode()
338 in[2] = GetUi32(data + 8); in AesCbc_Decode()
339 in[3] = GetUi32(dat in AesCbc_Decode()
[all...]
H A DBra86.c34 #define BR86_PREPARE_BCJ_SCAN const UInt32 v = GetUi32(p) ^ 0xe8e8e8e8;
101 UInt32 v = GetUi32(p); in X86()
149 UInt32 v = GetUi32(p); in X86()
H A DCpuArch.h346 #define GetUi32(p) (*(const UInt32 *)(const void *)(p)) macro
361 #define GetUi32(p) ( \
381 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
447 #define GetUi32a(p) GetUi32(p)
H A DXzIn.c102 if (crc != GetUi32(buf + size)) in Xz_ReadIndex2()
221 if (GetUi32(buf_ptr) != CrcCalc(buf + 4, 6)) in Xz_ReadBackward()
225 indexSize = ((UInt64)GetUi32(buf + 4) + 1) << 2; in Xz_ReadBackward()
H A DBcj2Enc.c275 const UInt32 relat = GetUi32(src); in Bcj2Enc_Encode_2()
337 v = GetUi32(src); // relat in Bcj2Enc_Encode_2()
H A DBra.c373 GetUi32(p); in Z7_BRANCH_FUNCS_IMP()
377 UInt32 z = GetUi32(p + 1) >> m; in Z7_BRANCH_FUNCS_IMP()
H A D7zArcIn.c203 dest = GetUi32(sd.Data); SKIP_DATA2(sd, 4);
1093 vals[i].Low = GetUi32(sd.Data); in ReadTime()
1094 vals[i].High = GetUi32(sd.Data + 4); in ReadTime()
1433 p->CRCs.Vals[i] = GetUi32(digestsVals); in SzReadHeader2()
1538 nextHeaderCRC = GetUi32(header + 28); in SzArEx_Open2()
1542 if (CrcCalc(header + 12, 20) != GetUi32(header + 8)) in SzArEx_Open2()
H A D7zDec.c117 UInt32 memSize = GetUi32(props + 1); in SzDecodePpmd()
560 pc = GetUi32(propsData + coder->PropsOffset); in SzFolder_Decode2()
H A DXzDec.c114 UInt32 v = GetUi32(props); in XzBcFilterState_SetProps()
792 GetUi32(buf + XZ_SIG_SIZE + XZ_STREAM_FLAGS_SIZE)) in Xz_ParseHeader()
799 return indexSize == (((UInt64)GetUi32(buf + 4) + 1) << 2) in Xz_CheckFooter()
800 && GetUi32(buf) == CrcCalc(buf + 4, 6) in Xz_CheckFooter()
846 if (CrcCalc(header, headerSize) != GetUi32(header + headerSize)) in XzBlock_Parse()
1316 if (CRC_GET_DIGEST(p->crc) != GetUi32(ptr)) in XzUnpacker_Code()
H A DLzFindMt.c291 #define GetUi24hi_from32(p) ((UInt32)GetUi32(p) >> 8)
330 UInt32 v1 = GetUi32(p);
359 GetHeads_LOOP((GetUi32(p) * 0xa54a1) >> sh)
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp90 peOffset = GetUi32(buf + 0x3C); in Parse_EXE()
94 if (GetUi32(p) != PE_SIG) in Parse_EXE()
163 rawSize = GetUi32(p + 16); in Parse_EXE()
164 offset = GetUi32(p + 20); in Parse_EXE()
165 characts = GetUi32(p + 36); in Parse_EXE()
175 // sect_va = GetUi32(p + 12); in Parse_EXE()
208 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32()
219 if (GetUi32(buf) != ELF_SIG) in Parse_ELF()
286 switch (GetUi32(buf)) in Parse_MACH()
331 if (GetUi32(bu in Parse_WAV()
[all...]
H A D7zHandler.cpp446 const UInt32 dicSize = GetUi32((const Byte *)props + 1); in SetMethodToProp()
476 GetStringForSizeValue(dest, GetUi32(props + 1)); in SetMethodToProp()
489 ConvertUInt32ToString(GetUi32(props), s); in SetMethodToProp()
H A D7zIn.cpp24 #define Get32(p) GetUi32(p)
805 const UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1); in ReadUnpackInfo()
/third_party/lzma/CPP/7zip/Compress/
H A DBranchMisc.cpp100 val = GetUi32(props); in SetDecoderProperties2()
H A DPpmdDecoder.cpp36 const UInt32 memSize = GetUi32(props + 1); in SetDecoderProperties2()
/third_party/lzma/CPP/Common/
H A DIntToString.cpp171 ConvertUInt32ToHex8Digits(GetUi32(g ), s); s += 8; *s++ = '-'; in RawLeGuidToString()
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp29 UInt32 dicSize = GetUi32(p); in CheckDicSize()
58 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } in GetDicSize()
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp595 UInt32 high = GetUi32(buf); in Fill()
601 PrintHex(Microcode, GetUi32(buf + 4)); in Fill()
H A DFileLink.cpp94 #define Get32(p) GetUi32(p)
/third_party/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp19 #define Get32(x) GetUi32(x)
H A DBench.cpp2296 sum += GetUi32(hash + j);
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c170 if (CrcCalc(buf + pos + 12, 20) == GetUi32(buf + pos + 8)) in FindSignature()

Completed in 25 milliseconds