/external/lzma/C/ |
XzCrc64.c | 11 UInt32 i;
|
Lzma2Dec.c | 39 #define LZMA2_DIC_SIZE_FROM_PROP(p) (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11))
63 UInt32 dicSize;
115 p->unpackSize = (UInt32)(p->control & 0x1F) << 16;
119 p->unpackSize |= (UInt32)b << 8;
123 p->unpackSize |= (UInt32)b;
129 p->packSize = (UInt32)b << 8;
133 p->packSize |= (UInt32)b;
165 p->processedPos += (UInt32)size;
238 p->unpackSize -= (UInt32)srcSizeCur;
266 p->packSize -= (UInt32)srcSizeCur; [all...] |
Xz.h | 38 UInt32 propsSize;
55 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes);
80 UInt32 crc;
197 UInt32 pos;
203 UInt32 blockHeaderSize;
214 UInt32 crc;
|
Ppmd7.c | 15 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
40 UInt32
96 Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAlloc *alloc)
183 UInt32 nu = (UInt32)node->NU;
230 UInt32 numBytes = U2B(I2U(indx));
232 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL);
243 UInt32 numBytes;
247 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) [all...] |
7zDec.c | 85 UInt32 memSize = GetUi32(coder->Props.data + 1);
243 static Bool IS_MAIN_METHOD(UInt32 m)
263 c->MethodID <= (UInt32)0xFFFFFFFF &&
264 IS_MAIN_METHOD((UInt32)c->MethodID);
284 if (c->MethodID > (UInt32)0xFFFFFFFF ||
293 switch ((UInt32)c->MethodID)
324 static UInt64 GetSum(const UInt64 *values, UInt32 index)
327 UInt32 i;
340 UInt32 ci;
351 if (IS_MAIN_METHOD((UInt32)coder->MethodID)) [all...] |
XzDec.c | 56 UInt32 methodId;
58 UInt32 delta;
59 UInt32 ip;
60 UInt32 x86State;
87 UInt32 v = GetUi32(props);
184 p->ip += (UInt32)p->bufConv;
213 decoder->methodId = (UInt32)id;
509 UInt32 headerSize = (UInt32)header[0] << 2;
538 filter->propsSize = (UInt32)size; [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zDecode.h | 61 , bool mtMode, UInt32 numThreads
|
7zIn.cpp | 34 static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index)
36 if (index >= (UInt32)v.Size())
45 const int kNumCodersMax = sizeof(UInt32) * 8; // don't change it
46 const int kMaskSize = sizeof(UInt32) * 8; // it must be >= kNumCodersMax
70 UInt32 mask[kMaskSize];
241 UInt32 CInByte2::ReadUInt32()
245 UInt32 res = Get32(_buffer + _pos);
317 const UInt32 kBufferSize = (1 << 16);
320 UInt32 numPrevBytes = kHeaderSize;
330 UInt32 numReadBytes = kBufferSize - numPrevBytes; [all...] |
7zItem.h | 18 typedef UInt32 CNum;
43 UInt32 UnpackCRC;
145 UInt32 Attrib;
146 UInt32 Crc;
161 void SetAttrib(UInt32 attrib)
185 CRecordVector<UInt32> PackCRCs;
|
7zUpdate.cpp | 32 static const UInt32 kDictionaryForBCJ2_LZMA = 1 << 20;
33 static const UInt32 kAlgorithmForBCJ2_LZMA = 1;
34 static const UInt32 kNumFastBytesForBCJ2_LZMA = 64;
246 UInt32 Index;
247 UInt32 ExtensionPos;
248 UInt32 NamePos;
250 CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType):
322 CRecordVector<UInt32> Indices;
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
388 prop.Value = (UInt32)1; [all...] |
/external/lzma/CPP/Common/ |
UTFConvert.cpp | 36 UInt32 value = (c - kUtf8Limits[numAdds - 1]);
80 UInt32 value;
96 UInt32 c2;
105 if (value < (((UInt32)1) << (numAdds * 5 + 6)))
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_config_macos.h | 37 typedef UInt32 uint32_t;
|
/external/chromium_org/third_party/lzma_sdk/ |
Lzma2Dec.c | 39 #define LZMA2_DIC_SIZE_FROM_PROP(p) (((UInt32)2 | ((p) & 1)) << ((p) / 2 + 11)) 63 UInt32 dicSize; 115 p->unpackSize = (UInt32)(p->control & 0x1F) << 16; 119 p->unpackSize |= (UInt32)b << 8; 123 p->unpackSize |= (UInt32)b; 129 p->packSize = (UInt32)b << 8; 133 p->packSize |= (UInt32)b; 165 p->processedPos += (UInt32)size; 238 p->unpackSize -= (UInt32)srcSizeCur; 266 p->packSize -= (UInt32)srcSizeCur [all...] |
7zDec.c | 85 UInt32 memSize = GetUi32(coder->Props.data + 1); 243 static Bool IS_MAIN_METHOD(UInt32 m) 263 c->MethodID <= (UInt32)0xFFFFFFFF && 264 IS_MAIN_METHOD((UInt32)c->MethodID); 284 if (c->MethodID > (UInt32)0xFFFFFFFF || 293 switch ((UInt32)c->MethodID) 324 static UInt64 GetSum(const UInt64 *values, UInt32 index) 327 UInt32 i; 340 UInt32 ci; 351 if (IS_MAIN_METHOD((UInt32)coder->MethodID) [all...] |
/external/marisa-trie/tools/ |
marisa-benchmark.cc | 174 marisa::Trie *trie, std::vector<marisa::UInt32> *key_ids) { 185 const std::vector<marisa::UInt32> &key_ids) { 201 const std::vector<marisa::UInt32> &key_ids) { 204 const marisa::UInt32 key_id = trie.lookup(keys[i].first); 215 const std::vector<marisa::UInt32> &key_ids) { 217 std::vector<marisa::UInt32> found_key_ids; 231 const std::vector<marisa::UInt32> &key_ids) { 233 std::vector<marisa::UInt32> found_key_ids; 252 const std::vector<marisa::UInt32> &key_ids) { 254 std::vector<marisa::UInt32> found_key_ids [all...] |
/external/marisa-trie/v0_1_5/tools/ |
marisa_alpha-benchmark.cc | 174 marisa_alpha::Trie *trie, std::vector<marisa_alpha::UInt32> *key_ids) { 185 const std::vector<marisa_alpha::UInt32> &key_ids) { 201 const std::vector<marisa_alpha::UInt32> &key_ids) { 204 const marisa_alpha::UInt32 key_id = trie.lookup(keys[i].first); 215 const std::vector<marisa_alpha::UInt32> &key_ids) { 217 std::vector<marisa_alpha::UInt32> found_key_ids; 231 const std::vector<marisa_alpha::UInt32> &key_ids) { 233 std::vector<marisa_alpha::UInt32> found_key_ids; 252 const std::vector<marisa_alpha::UInt32> &key_ids) { 254 std::vector<marisa_alpha::UInt32> found_key_ids [all...] |
/development/ide/xcode/ports/ |
SkOSWindow_Mac.cpp | 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) 107 UInt32 actualSize; 137 static SkKey raw2key(UInt32 raw) 140 UInt32 fRaw; 195 UInt32 wClass = GetEventClass(inEvent); 196 UInt32 wKind = GetEventKind(inEvent); 224 UInt32 raw; 230 UInt32 raw;
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.h | 114 UInt32 location; 159 UInt32 size;
|
/external/clang/test/Analysis/ |
cfref_rdar6080742.c | 8 typedef unsigned long UInt32; 17 typedef UInt32 CFStringEncoding;
|
uninit-vals-ps.c | 71 typedef unsigned long UInt32; 72 typedef UInt32 CFStringEncoding;
|
/external/lzma/CPP/7zip/Common/ |
CWrappers.h | 50 UInt32 Size;
59 bool Alloc(UInt32 size);
|
/external/lzma/CPP/Windows/ |
PropVariant.h | 25 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; }
38 CPropVariant& operator=(UInt32 value);
|
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 181 HRESULT PrintItemInfo(const CArc &arc, UInt32 index, bool techMode);
221 UInt32 numProps;
223 for (UInt32 i = 0; i < numProps; i++)
285 HRESULT CFieldPrinter::PrintItemInfo(const CArc &arc, UInt32 index, bool techMode)
319 UInt32 attrib = (prop.vt == VT_EMPTY) ? 0 : prop.ulVal;
400 bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UInt64 &value)
511 UInt32 numProps;
515 for (UInt32 j = 0; j < numProps; j++)
530 UInt32 numProps;
534 UInt32 mainIndex = archiveLink.Arcs[i + 1].SubfileIndex; [all...] |
/external/lzma/C/Util/7z/ |
7zMain.c | 43 UInt32 value;
59 UInt32 c2;
68 if (value < (((UInt32)1) << (numAdds * 5 + 6)))
229 UInt32 v;
234 v = (UInt32)v64;
268 static void GetAttribString(UInt32 wa, Bool isDir, char *s)
278 static void GetAttribString(UInt32, Bool, char *s)
351 UInt32 i;
357 UInt32 blockIndex = 0xFFFFFFFF; /* it can have any value before first call (if outBuffer = 0) */
|
/external/marisa-trie/lib/marisa/ |
vector-inline.h | 38 UInt32 size; 75 UInt32 size; 139 size_ = (UInt32)size; 152 size_ = (UInt32)size; 211 capacity_ = (UInt32)new_capacity;
|