HomeSort by relevance Sort by last modified time
    Searched refs:UInt32 (Results 1 - 25 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.h 36 UInt32 numProcessedBlocks;
39 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
44 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
    [all...]
LzFind.h 11 typedef UInt32 CLzRef;
16 UInt32 pos;
17 UInt32 posLimit;
18 UInt32 streamPos;
19 UInt32 lenLimit;
21 UInt32 cyclicBufferPos;
22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
29 UInt32 matchMaxLen;
32 UInt32 hashMask;
33 UInt32 cutValue;
    [all...]
Bra86.c 10 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
13 UInt32 mask = *state & 7;
51 UInt32 v = ((UInt32)p[4] << 24) | ((UInt32)p[3] << 16) | ((UInt32)p[2] << 8) | ((UInt32)p[1]);
52 UInt32 cur = ip + (UInt32)pos;
    [all...]
  /external/lzma/C/
LzFindMt.h 36 UInt32 numProcessedBlocks;
39 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
44 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
    [all...]
LzFind.h 11 typedef UInt32 CLzRef;
16 UInt32 pos;
17 UInt32 posLimit;
18 UInt32 streamPos;
19 UInt32 lenLimit;
21 UInt32 cyclicBufferPos;
22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
29 UInt32 matchMaxLen;
32 UInt32 hashMask;
33 UInt32 cutValue;
    [all...]
7zCrc.c 18 UInt32 MY_FAST_CALL CrcUpdateT1_BeT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
19 UInt32 MY_FAST_CALL CrcUpdateT1_BeT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
23 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
24 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
    [all...]
Bra.c 8 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
19 UInt32 dest;
20 UInt32 src = ((UInt32)data[i + 2] << 16) | ((UInt32)data[i + 1] << 8) | (data[i + 0]);
23 dest = ip + (UInt32)i + src;
25 dest = src - (ip + (UInt32)i);
35 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)
47 UInt32 dest;
48 UInt32 src =
    [all...]
7zCrc.h 11 extern UInt32 g_CrcTable[];
20 UInt32 MY_FAST_CALL CrcUpdate(UInt32 crc, const void *data, size_t size);
21 UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size);
Aes.h 16 /* UInt32 pointers must be 16-byte aligned */
23 typedef void (MY_FAST_CALL *AES_SET_KEY_FUNC)(UInt32 *aes, const Byte *key, unsigned keySize);
24 void MY_FAST_CALL Aes_SetKey_Enc(UInt32 *aes, const Byte *key, unsigned keySize);
25 void MY_FAST_CALL Aes_SetKey_Dec(UInt32 *aes, const Byte *key, unsigned keySize);
27 /* ivAes - 16-byte aligned pointer to iv+keyMode+roundKeys sequence: UInt32[AES_NUM_IVMRK_WORDS] */
28 void AesCbc_Init(UInt32 *ivAes, const Byte *iv); /* iv size is AES_BLOCK_SIZE */
31 typedef void (MY_FAST_CALL *AES_CODE_FUNC)(UInt32 *ivAes, Byte *data, size_t numBlocks);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 11 typedef UInt32 CLzRef;
16 UInt32 pos;
17 UInt32 posLimit;
18 UInt32 streamPos;
19 UInt32 lenLimit;
21 UInt32 cyclicBufferPos;
22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
29 UInt32 matchMaxLen;
32 UInt32 hashMask;
33 UInt32 cutValue;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 11 typedef UInt32 CLzRef;
16 UInt32 pos;
17 UInt32 posLimit;
18 UInt32 streamPos;
19 UInt32 lenLimit;
21 UInt32 cyclicBufferPos;
22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
29 UInt32 matchMaxLen;
32 UInt32 hashMask;
33 UInt32 cutValue;
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
14 UInt32 GetNumAvailableBytes();
19 void Create(UInt32 historySize, UInt32 keepAddBufferBefore,
20 UInt32 matchMaxLen, UInt32 keepAddBufferAfter);
21 UInt32 GetMatches(UInt32[] distances);
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 12 UInt32 _level;
16 UInt32 _numThreads;
17 UInt32 _numProcessors;
20 UInt32 _crcSize;
27 , UInt32 numThreads
40 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
51 UInt32 _level;
55 UInt32 _numThreads;
56 UInt32 _numProcessors;
61 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
    [all...]
DummyOutStream.cpp 7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
9 UInt32 realProcessedSize = size;
  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.h 36 UInt32 NextHeaderCRC;
39 const UInt32 kStartHeaderSize = 20;
48 const UInt32 kFinishHeaderSize = kStartHeaderSize + 16;
100 const UInt32 k_Copy = 0;
101 const UInt32 k_Delta = 3;
103 const UInt32 k_LZMA2 = 0x21;
105 const UInt32 k_SWAP2 = 0x20302;
106 const UInt32 k_SWAP4 = 0x20304;
108 const UInt32 k_LZMA = 0x30101;
109 const UInt32 k_PPMD = 0x30401;
    [all...]
7zCompressionMode.h 15 UInt32 NumStreams;
22 UInt32 OutCoder;
23 UInt32 OutStream;
24 UInt32 InCoder;
53 UInt32 NumThreads;
  /external/lzma/CPP/7zip/Compress/
BcjCoder.cpp 17 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size)
19 UInt32 processed = (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, _encode);
BranchMisc.cpp 16 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size)
18 UInt32 processed = (UInt32)BraFunc(data, size, _bufferPos, _encode);
Lzma2Decoder.h 30 UInt32 _inPos;
31 UInt32 _inSize;
40 UInt32 _inBufSize;
41 UInt32 _inBufSizeNew;
42 UInt32 _outStepSize;
63 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
65 STDMETHOD(SetFinishMode)(UInt32 finishMode);
69 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
70 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
    [all...]
Bcj2Coder.h 19 UInt32 _bufsCurSizes[BCJ2_NUM_STREAMS + 1];
20 UInt32 _bufsNewSizes[BCJ2_NUM_STREAMS + 1];
38 UInt32 _relatLim;
40 HRESULT CodeReal(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams,
41 ISequentialOutStream * const *outStreams, const UInt64 * const *outSizes, UInt32 numOutStreams,
47 STDMETHOD(Code)(ISequentialInStream * const *inStreams, const UInt64 * const *inSizes, UInt32 numInStreams,
48 ISequentialOutStream * const *outStreams, const UInt64 * const *outSizes, UInt32 numOutStreams,
51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
53 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
    [all...]
LzmaDecoder.h 28 UInt32 _inPos;
29 UInt32 _inSize;
37 UInt32 _inBufSizeAllocated;
38 UInt32 _inBufSize;
39 UInt32 _outBufSize;
61 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
62 STDMETHOD(SetFinishMode)(UInt32 finishMode);
64 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
65 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
LangUtils.h 14 UInt32 ControlID;
15 UInt32 LangID;
22 void LangSetDlgItemText(HWND dialog, UInt32 controlID, UInt32 langID);
23 void LangSetDlgItems(HWND dialog, const UInt32 *ids, unsigned numItems);
24 void LangSetDlgItems_Colon(HWND dialog, const UInt32 *ids, unsigned numItems);
25 void LangSetWindowText(HWND window, UInt32 langID);
27 UString LangString(UInt32 langID);
28 void AddLangString(UString &s, UInt32 langID);
29 void LangString(UInt32 langID, UString &dest);
    [all...]
  /external/lzma/CPP/Windows/
System.h 11 UInt32 GetNumberOfProcessors();
  /external/lzma/CPP/Common/
Lang.h 11 CRecordVector<UInt32> _ids;
12 CRecordVector<UInt32> _offsets;
20 const wchar_t *Get(UInt32 id) const throw();
  /external/lzma/CPP/7zip/Common/
StreamBinder.h 32 UInt32 _bufSize;
42 HRESULT Read(void *data, UInt32 size, UInt32 *processedSize);
43 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);

Completed in 806 milliseconds

1 2 3 4 5 6 7 8 91011>>