HomeSort by relevance Sort by last modified time
    Searched refs:UInt32 (Results 126 - 150 of 473) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/liblzf/cs/
CLZF.cs 50 UInt32 []crc_32_tab = new UInt32[256]
106 public UInt32 crc32(UInt32 OldCRC,byte NewData)
116 UInt32 HLOG=14;
117 UInt32 HSIZE=(1<<14);
125 UInt32 MAX_LIT=(1 << 5);
126 UInt32 MAX_OFF=(1 << 13);
127 UInt32 MAX_REF=((1 << 8) + (1 << 3));
129 UInt32 FRST(byte[] Array,UInt32 ptr)
    [all...]
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp 14 static const UInt32 kTempBufSize = (1 << 20);
39 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size)
54 UInt32 processed;
62 bool CInOutTempBuffer::Write(const void *data, UInt32 size)
66 UInt32 cur = MyMin(kTempBufSize - _bufPos, size);
83 UInt32 crc = CRC_INIT_VAL;
98 UInt32 processed;
111 STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32 size, UInt32 *processed)
OutBuffer.h 21 UInt32 _pos;
22 UInt32 _limitPos;
23 UInt32 _streamPos;
24 UInt32 _bufferSize;
39 bool Create(UInt32 bufferSize);
OffsetStream.cpp 15 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
20 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin,
StreamObjects.h 37 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
38 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
72 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
92 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
107 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
131 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
    [all...]
StreamObjects.cpp 9 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
23 *processedSize = (UInt32)rem;
27 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
100 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
108 *processedSize = (UInt32)rem;
112 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize)
    [all...]
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h 28 UInt32 _inPos;
29 UInt32 _inSize;
54 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
PpmdEncoder.cpp 16 static const UInt32 kBufSize = (1 << 20);
37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
39 for (UInt32 i = 0; i < numProps; i++)
44 UInt32 v = (UInt32)prop.ulVal;
66 const UInt32 kPropSize = 5;
96 UInt32 size;
105 for (UInt32 i = 0; i < size; i++)
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 34 static const UInt32 kLzmaAlgoX1 = 0;
35 static const UInt32 kLzmaAlgoX5 = 1;
37 static const UInt32 kLzmaDicSizeX1 = 1 << 16;
38 static const UInt32 kLzmaDicSizeX3 = 1 << 20;
39 static const UInt32 kLzmaDicSizeX5 = 1 << 24;
40 static const UInt32 kLzmaDicSizeX7 = 1 << 25;
41 static const UInt32 kLzmaDicSizeX9 = 1 << 26;
43 static const UInt32 kLzmaFastBytesX1 = 32;
44 static const UInt32 kLzmaFastBytesX7 = 64;
46 static const UInt32 kPpmdMemSizeX1 = (1 << 22);
    [all...]
CoderMixer2.cpp 14 UInt32 j;
26 UInt32 destInOffset = 0;
27 UInt32 destOutOffset = 0;
28 UInt32 srcInOffset = NumSrcInStreams;
29 UInt32 srcOutOffset = _numSrcOutStreams;
38 UInt32 j;
41 UInt32 index = srcInOffset + j;
47 UInt32 index = srcOutOffset + j;
84 CCoderInfo2::CCoderInfo2(UInt32 numInStreams, UInt32 numOutStreams):
    [all...]
MultiStream.h 46 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
47 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
79 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
80 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.h 36 UInt32 NextHeaderCRC;
39 const UInt32 kStartHeaderSize = 20;
48 const UInt32 kFinishHeaderSize = kStartHeaderSize + 16;
7zSpecStream.h 30 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
  /external/chromium_org/content/browser/geolocation/
osx_wifi.h 63 const UInt32);
98 const UInt32 stripDups);
  /external/lzma/CPP/Windows/
Registry.h 48 LONG SetValue(LPCTSTR valueName, UInt32 value);
57 LONG SetValue(LPCTSTR name, const void *value, UInt32 size);
64 LONG QueryValue(LPCTSTR name, UInt32 &value);
66 LONG QueryValue(LPCTSTR name, LPTSTR value, UInt32 &dataSize);
69 LONG GetValue_IfOk(LPCTSTR name, UInt32 &value);
73 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
77 LONG QueryValue(LPCTSTR name, void *value, UInt32 &dataSize);
78 LONG QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 13 const UInt32 kAdditionalSize = (6 << 20);
14 const UInt32 kCompressedAdditionalSize = (1 << 10);
15 const UInt32 kMaxLzmaPropSize = 10;
19 UInt32 A1;
20 UInt32 A2;
23 public UInt32 GetRnd()
34 UInt32 Value;
41 public UInt32 GetRnd(int numBits)
43 UInt32 result;
46 result = Value & (((UInt32)1 << numBits) - 1);
    [all...]
  /external/marisa-trie/lib/marisa/
bitvector.cc 161 const UInt32 num_blocks = (size_ / 512) + (((size_ % 512) != 0) ? 1 : 0);
163 Vector<UInt32> select0s;
164 Vector<UInt32> select1s;
165 UInt32 num_0s = 0;
166 UInt32 num_1s = 0;
167 for (UInt32 i = 0; i < size_; ++i) {
169 UInt32 rank_id = i / 512;
218 UInt32 rank_id = (size_ - 1) / 512;
342 UInt32 BitVector::rank1(UInt32 i) const
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.cc 161 const UInt32 num_blocks = (size_ / 512) + (((size_ % 512) != 0) ? 1 : 0);
163 Vector<UInt32> select0s;
164 Vector<UInt32> select1s;
165 UInt32 num_0s = 0;
166 UInt32 num_1s = 0;
167 for (UInt32 i = 0; i < size_; ++i) {
169 UInt32 rank_id = i / 512;
218 UInt32 rank_id = (size_ - 1) / 512;
342 UInt32 BitVector::rank1(UInt32 i) const
    [all...]
trie-search.cc 20 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) {
42 std::string Trie::restore(UInt32 key_id) const {
50 void Trie::restore(UInt32 key_id, std::string *key) const {
57 std::size_t Trie::restore(UInt32 key_id, char *key_buf,
66 UInt32 Trie::lookup(const char *str) const {
72 UInt32 Trie::lookup(const char *ptr, std::size_t length) const {
80 UInt32 *key_ids, std::size_t *key_lengths,
89 UInt32 *key_ids, std::size_t *key_lengths,
99 std::vector<UInt32> *key_ids, std::vector<std::size_t> *key_lengths,
108 std::vector<UInt32> *key_ids, std::vector<std::size_t> *key_lengths
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
Bcj2.c 7 #define CProb UInt32
16 #define kTopValue ((UInt32)1 << kNumTopBits)
44 UInt32 range, code;
62 UInt32 bound;
63 UInt32 ttt;
98 UInt32 dest;
117 dest = (((UInt32)v[0] << 24) | ((UInt32)v[1] << 16) |
118 ((UInt32)v[2] << 8) | ((UInt32)v[3])) - ((UInt32)outPos + 4)
    [all...]
CpuArch.c 13 static UInt32 CheckFlag(UInt32 flag)
52 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
58 UInt32 a2, b2, c2, d2;
124 static UInt32 kVendors[][3] =
136 const UInt32 *v = kVendors[i]
    [all...]
  /external/lzma/C/
Bcj2.c 7 #define CProb UInt32
16 #define kTopValue ((UInt32)1 << kNumTopBits)
44 UInt32 range, code;
62 UInt32 bound;
63 UInt32 ttt;
98 UInt32 dest;
117 dest = (((UInt32)v[0] << 24) | ((UInt32)v[1] << 16) |
118 ((UInt32)v[2] << 8) | ((UInt32)v[3])) - ((UInt32)outPos + 4);
    [all...]
CpuArch.c 13 static UInt32 CheckFlag(UInt32 flag)
51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
57 UInt32 a2, b2, c2, d2;
105 static UInt32 kVendors[][3] =
117 const UInt32 *v = kVendors[i];
    [all...]
  /external/marisa-trie/tests/
tail-test.cc 17 ASSERT(tail.total_size() == sizeof(marisa::UInt32));
24 ASSERT(tail.total_size() == sizeof(marisa::UInt32));
27 marisa::Vector<marisa::UInt32> offsets;
33 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
45 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
55 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
73 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
80 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
82 for (marisa::UInt32 i = 0; i < keys.size(); ++i) {
92 ASSERT(tail.total_size() == sizeof(marisa::UInt32));
    [all...]
  /external/marisa-trie/v0_1_5/tests/
tail-test.cc 17 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32));
24 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32));
27 marisa_alpha::Vector<marisa_alpha::UInt32> offsets;
33 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
45 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
55 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
73 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
80 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
82 for (marisa_alpha::UInt32 i = 0; i < keys.size(); ++i) {
93 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32));
    [all...]

Completed in 271 milliseconds

1 2 3 4 56 7 8 91011>>