Searched refs:UInt32 (Results 1 - 25 of 401) sorted by relevance

1234567891011>>

/external/lzma/C/
H A DLzFind.h11 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) */
24 UInt32 matchMaxLen;
27 UInt32 hashMask;
28 UInt32 cutValu
[all...]
H A DLzFindMt.h36 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 *cr
[all...]
H A D7zCrc.c13 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
19 UInt32 MY_FAST_CALL CrcUpdateT1_BeT4(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);
26 typedef UInt32 (MY_FAST_CAL
[all...]
H A DBra.c8 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 sr
[all...]
H A D7zCrc.h11 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);
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs13 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[] distance
[all...]
H A DLzInWindow.cs11 UInt32 _posLimit; // offset (from _buffer) of first byte when new block reading must be done
14 UInt32 _pointerToLastSafePosition;
16 public UInt32 _bufferOffset;
18 public UInt32 _blockSize; // Size of Allocated memory block
19 public UInt32 _pos; // offset (from _buffer) of curent byte
20 UInt32 _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos
21 UInt32 _keepSizeAfter; // how many BYTEs must be kept buffer after _pos
22 public UInt32 _streamPos; // offset (from _buffer) of first not read byte from Stream
26 UInt32 offset = (UInt32)(_bufferOffse
[all...]
H A DLzBinTree.cs9 UInt32 _cyclicBufferPos;
10 UInt32 _cyclicBufferSize = 0;
11 UInt32 _matchMaxLen;
13 UInt32[] _son;
14 UInt32[] _hash;
16 UInt32 _cutValue = 0xFF;
17 UInt32 _hashMask;
18 UInt32 _hashSizeSum = 0;
22 const UInt32 kHash2Size = 1 << 10;
23 const UInt32 kHash3Siz
[all...]
/external/lzma/CPP/7zip/Compress/
H A DBcjCoder.cpp7 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size)
9 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 1);
12 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size)
14 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 0);
H A DBranchCoder.h15 UInt32 _bufferPos;
17 virtual UInt32 SubFilter(Byte *data, UInt32 size) = 0;
21 STDMETHOD_(UInt32, Filter)(Byte *data, UInt32 size);
25 { public: UInt32 SubFilter(Byte *data, UInt32 size); };
28 { public: UInt32 SubFilter(Byte *data, UInt32 size); };
31 { public: UInt32 SubFilte
[all...]
H A DRangeCoder.h14 const UInt32 kTopValue = (1 << kNumTopBits);
18 UInt32 _cacheSize;
22 UInt32 Range;
24 bool Create(UInt32 bufSize) { return Stream.Create(bufSize); }
45 void Encode(UInt32 start, UInt32 size, UInt32 total)
58 if ((UInt32)Low < (UInt32)0xFF000000 || (unsigned)(Low >> 32) != 0)
67 _cache = (Byte)((UInt32)Lo
[all...]
/external/marisa-trie/lib/marisa/
H A Dcell.h12 void set_louds_pos(UInt32 louds_pos) {
15 void set_node(UInt32 node) {
18 void set_key_id(UInt32 key_id) {
25 UInt32 louds_pos() const {
28 UInt32 node() const {
31 UInt32 key_id() const {
39 UInt32 louds_pos_;
40 UInt32 node_;
41 UInt32 key_id_;
H A Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos)
14 void set_begin(UInt32 begin) {
17 void set_end(UInt32 end) {
20 void set_pos(UInt32 pos) {
24 UInt32 begin() const {
27 UInt32 end() const {
30 UInt32 pos() const {
35 UInt32 begin
[all...]
H A Drank.h12 void set_abs(UInt32 value) {
15 void set_rel1(UInt32 value) {
19 void set_rel2(UInt32 value) {
23 void set_rel3(UInt32 value) {
27 void set_rel4(UInt32 value) {
31 void set_rel5(UInt32 value) {
35 void set_rel6(UInt32 value) {
39 void set_rel7(UInt32 value) {
44 UInt32 abs() const {
47 UInt32 rel
[all...]
H A Dpopcount.h10 PopCount(UInt32 x) : value_() {
19 UInt32 lo8() const {
22 UInt32 lo16() const {
25 UInt32 lo24() const {
28 UInt32 lo32() const {
33 UInt32 value_;
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dcell.h12 void set_louds_pos(UInt32 louds_pos) {
15 void set_node(UInt32 node) {
18 void set_key_id(UInt32 key_id) {
25 UInt32 louds_pos() const {
28 UInt32 node() const {
31 UInt32 key_id() const {
39 UInt32 louds_pos_;
40 UInt32 node_;
41 UInt32 key_id_;
H A Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos)
14 void set_begin(UInt32 begin) {
17 void set_end(UInt32 end) {
20 void set_pos(UInt32 pos) {
24 UInt32 begin() const {
27 UInt32 end() const {
30 UInt32 pos() const {
35 UInt32 begin
[all...]
H A Drank.h12 void set_abs(UInt32 value) {
15 void set_rel1(UInt32 value) {
19 void set_rel2(UInt32 value) {
23 void set_rel3(UInt32 value) {
27 void set_rel4(UInt32 value) {
31 void set_rel5(UInt32 value) {
35 void set_rel6(UInt32 value) {
39 void set_rel7(UInt32 value) {
44 UInt32 abs() const {
47 UInt32 rel
[all...]
H A Dpopcount.h10 PopCount(UInt32 x) : value_() {
19 UInt32 lo8() const {
22 UInt32 lo16() const {
25 UInt32 lo24() const {
28 UInt32 lo32() const {
33 UInt32 value_;
/external/lzma/CPP/7zip/UI/FileManager/
H A DLangUtils.h14 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 LangString(UInt32 langID, UString &dest);
29 void LangString_OnlyFromLangFile(UInt32 langI
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h12 UInt32 _level;
15 UInt32 _numThreads;
16 UInt32 _numProcessors;
19 UInt32 _crcSize;
26 , UInt32 numThreads
39 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
49 UInt32 _level;
53 UInt32 _numThreads;
54 UInt32 _numProcessors;
59 int GetLevel() const { return _level == (UInt32)(Int3
[all...]
H A DCoderMixer2.h15 UInt32 InIndex;
16 UInt32 OutIndex;
21 UInt32 NumInStreams;
22 UInt32 NumOutStreams;
29 CRecordVector<UInt32> InStreams;
30 CRecordVector<UInt32> OutStreams;
41 UInt32 GetCoderStartOutStream(UInt32 coderIndex) const
43 UInt32 numOutStreams = 0;
44 for (UInt32
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h15 UInt32 NumInStreams;
16 UInt32 NumOutStreams;
23 UInt32 InCoder;
24 UInt32 InStream;
25 UInt32 OutCoder;
26 UInt32 OutStream;
34 UInt32 NumThreads;
/external/lzma/CPP/Common/
H A DCrcReg.cpp15 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
20 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
24 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
34 UInt32 _cr
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.h12 bool ConvertNtReparseToString(const Byte *data, UInt32 size, UString &s);
13 void ConvertNtSecureToString(const Byte *data, UInt32 size, AString &s);
14 bool CheckNtSecure(const Byte *data, UInt32 size);
15 void ConvertWinAttribToString(char *s, UInt32 wa);

Completed in 316 milliseconds

1234567891011>>