/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...] |
LzBinTree.cs | 9 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 kHash3Size = 1 << 16; [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...] |
/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...] |
/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);
|
/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/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/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils_autogen.h | 12 static std::string GetStringAttachment(uint32 value); 13 static std::string GetStringBackbufferAttachment(uint32 value); 14 static std::string GetStringBlitFilter(uint32 value); 15 static std::string GetStringBufferParameter(uint32 value); 16 static std::string GetStringBufferTarget(uint32 value); 17 static std::string GetStringBufferUsage(uint32 value); 18 static std::string GetStringCapability(uint32 value); 19 static std::string GetStringCmpFunction(uint32 value); 20 static std::string GetStringCompressedTextureFormat(uint32 value); 21 static std::string GetStringDrawMode(uint32 value) [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...] |
/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...] |
/external/chromium_org/gpu/command_buffer/docs/ |
gles2_cmd_format_docs.txt | 74 Uint32 size:21; 75 Uint32 command:11; 95 uint32 size; // in bytes. 113 uint32 token; 121 uint32 offset; 140 uint32 offset; 175 uint32 bucket_id; 176 uint32 size; 186 uint32 bucket_id; 187 uint32 offset [all...] |
/external/qemu/gdb-xml/ |
power-core.xml | 10 <reg name="r0" bitsize="32" type="uint32"/> 11 <reg name="r1" bitsize="32" type="uint32"/> 12 <reg name="r2" bitsize="32" type="uint32"/> 13 <reg name="r3" bitsize="32" type="uint32"/> 14 <reg name="r4" bitsize="32" type="uint32"/> 15 <reg name="r5" bitsize="32" type="uint32"/> 16 <reg name="r6" bitsize="32" type="uint32"/> 17 <reg name="r7" bitsize="32" type="uint32"/> 18 <reg name="r8" bitsize="32" type="uint32"/> 19 <reg name="r9" bitsize="32" type="uint32"/> [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
power-core.xml | 10 <reg name="r0" bitsize="32" type="uint32"/> 11 <reg name="r1" bitsize="32" type="uint32"/> 12 <reg name="r2" bitsize="32" type="uint32"/> 13 <reg name="r3" bitsize="32" type="uint32"/> 14 <reg name="r4" bitsize="32" type="uint32"/> 15 <reg name="r5" bitsize="32" type="uint32"/> 16 <reg name="r6" bitsize="32" type="uint32"/> 17 <reg name="r7" bitsize="32" type="uint32"/> 18 <reg name="r8" bitsize="32" type="uint32"/> 19 <reg name="r9" bitsize="32" type="uint32"/> [all...] |
/external/chromium_org/media/cast/rtcp/ |
test_rtcp_packet_builder.h | 48 static const uint32 kAckFrameId = 17; 49 static const uint32 kLostFrameId = 18; 50 static const uint32 kFrameIdWithLostPackets = 19; 60 void AddSr(uint32 sender_ssrc, int number_of_report_blocks); 61 void AddSrWithNtp(uint32 sender_ssrc, uint32 ntp_high, uint32 ntp_low, 62 uint32 rtp_timestamp); 63 void AddRr(uint32 sender_ssrc, int number_of_report_blocks); 64 void AddRb(uint32 rtp_ssrc) [all...] |
/external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/ |
rtp_packet_builder.h | 20 void SetFrameId(uint32 frame_id); 23 void SetReferenceFrameId(uint32 reference_frame_id, bool is_set); 24 void SetTimestamp(uint32 timestamp); 28 void SetSsrc(uint32 ssrc); 29 void BuildHeader(uint8* data, uint32 data_length); 33 uint32 frame_id_; 36 uint32 reference_frame_id_; 38 uint32 timestamp_; 42 uint32 ssrc_; 44 void BuildCastHeader(uint8* data, uint32 data_length) [all...] |
/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...] |
/external/lzma/CPP/Common/ |
IntToString.h | 9 void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base = 10);
14 void ConvertUInt32ToString(UInt32 value, char *s);
15 void ConvertUInt32ToString(UInt32 value, wchar_t *s);
17 void ConvertUInt32ToHexWithZeros(UInt32 value, char *s);
|
/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;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_armtrap.h | 58 uint32 type; 59 uint32 epc; 60 uint32 cpsr; 61 uint32 spsr; 62 uint32 r0; /* a1 */ 63 uint32 r1; /* a2 */ 64 uint32 r2; /* a3 */ 65 uint32 r3; /* a4 */ 66 uint32 r4; /* v1 */ 67 uint32 r5; /* v2 * [all...] |