/external/lzma/CPP/7zip/Compress/ |
BranchMisc.cpp | 9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
10 { return (UInt32)::ARM_Convert(data, size, _bufferPos, 1); }
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size)
13 { return (UInt32)::ARM_Convert(data, size, _bufferPos, 0); }
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size)
16 { return (UInt32)::ARMT_Convert(data, size, _bufferPos, 1); }
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) [all...] |
BcjCoder.cpp | 7 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);
|
BranchCoder.h | 15 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 SubFilter(Byte *data, UInt32 size); ADD_INIT}; [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
LzFind.h | 13 typedef UInt32 CLzRef; 18 UInt32 pos; 19 UInt32 posLimit; 20 UInt32 streamPos; 21 UInt32 lenLimit; 23 UInt32 cyclicBufferPos; 24 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ 26 UInt32 matchMaxLen; 29 UInt32 hashMask; 30 UInt32 cutValue [all...] |
7zCrc.c | 15 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table); 18 UInt32 g_CrcTable[256 * CRC_NUM_TABLES]; 24 static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table) 34 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table) [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzFind.h | 14 typedef UInt32 CLzRef; 19 UInt32 pos; 20 UInt32 posLimit; 21 UInt32 streamPos; 22 UInt32 lenLimit; 24 UInt32 cyclicBufferPos; 25 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */ 27 UInt32 matchMaxLen; 30 UInt32 hashMask; 31 UInt32 cutValue [all...] |
/external/lzma/C/ |
LzFind.h | 13 typedef UInt32 CLzRef;
18 UInt32 pos;
19 UInt32 posLimit;
20 UInt32 streamPos;
21 UInt32 lenLimit;
23 UInt32 cyclicBufferPos;
24 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
26 UInt32 matchMaxLen;
29 UInt32 hashMask;
30 UInt32 cutValue; [all...] |
LzFindMt.h | 38 UInt32 numProcessedBlocks;
41 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
46 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
47 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc); [all...] |
7zCrc.c | 15 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
18 UInt32 g_CrcTable[256 * CRC_NUM_TABLES];
24 static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table)
34 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table); [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
BenchCon.h | 12 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
|
/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/marisa-trie/lib/marisa/ |
range.h | 11 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...] |
cell.h | 12 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_;
|
rank.h | 12 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 rel1() const [all...] |
popcount.h | 10 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/ |
range.h | 11 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...] |
cell.h | 12 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_;
|
rank.h | 12 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 rel1() const [all...] |
popcount.h | 10 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/Windows/ |
System.h | 11 UInt32 GetNumberOfProcessors();
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 17 UInt32 NumInStreams;
18 UInt32 NumOutStreams;
24 UInt32 InCoder;
25 UInt32 InStream;
26 UInt32 OutCoder;
27 UInt32 OutStream;
35 UInt32 NumThreads;
|
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2.h | 15 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 i = 0; i < coderIndex; i++) [all...] |
ParseProperties.h | 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
15 int ParseStringToUInt32(const UString &srcString, UInt32 &number);
16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VFL_transition.h | 31 typedef unsigned long UInt32; 35 UInt32 u_width; /* active width, in pixels */ 36 UInt32 u_height; /* active height, in lines */ 37 UInt32 u_topleft; /* index of 1st active pixel */ 38 UInt32 u_stride; /* line stride, in bytes */ 96 M4ViComImagePlane *pPlaneOut, UInt32 Progress);
|
/external/chromium/chrome/browser/ |
keychain_mac.h | 29 UInt32 *length, void **outData) const; 33 UInt32 length, const void *data) const; 49 UInt32 serverNameLength, 51 UInt32 securityDomainLength, 53 UInt32 accountNameLength, 55 UInt32 pathLength, const char *path, 58 UInt32 passwordLength, 63 UInt32 serviceNameLength, 65 UInt32 accountNameLength, 67 UInt32 *passwordLength [all...] |