Searched refs:UInt32 (Results 201 - 225 of 325) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Duninit-vals-ps.c71 typedef unsigned long UInt32; typedef
72 typedef UInt32 CFStringEncoding;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp34 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 numReadByte
[all...]
H A D7zItem.h18 typedef UInt32 CNum;
43 UInt32 UnpackCRC;
145 UInt32 Attrib;
146 UInt32 Crc;
161 void SetAttrib(UInt32 attrib)
185 CRecordVector<UInt32> PackCRCs;
H A D7zUpdate.cpp32 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)
[all...]
H A D7zOut.cpp17 UInt32 curSize = (UInt32)MyMin(size, (size_t)0xFFFFFFFF);
18 UInt32 processedSize;
31 HRESULT COutArchive::WriteDirect(const void *data, UInt32 size)
57 static void SetUInt32(Byte *p, UInt32 d)
119 sh.NextHeaderOffset = (UInt32)(Int32)-1;
120 sh.NextHeaderSize = (UInt32)(Int32)-1;
186 void COutArchive::WriteUInt32(UInt32 value)
227 static UInt32 GetBigNumberSize(UInt64 value)
237 UInt32 COutArchiv
[all...]
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h50 UInt32 Size;
59 bool Alloc(UInt32 size);
/external/lzma/CPP/Windows/
H A DPropVariant.h25 CPropVariant(UInt32 value) { vt = VT_UI4; wReserved1 = 0; ulVal = value; }
38 CPropVariant& operator=(UInt32 value);
H A DSynchronization.h134 WRes Create(UInt32 initiallyCount, UInt32 maxCount)
139 WRes Release(UInt32 releaseCount) { return Semaphore_ReleaseN(&_object, releaseCount); }
/external/lzma/C/
H A DXz.h38 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;
H A DPpmd7.c15 #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)(
[all...]
H A D7zDec.c85 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)code
[all...]
H A DXzDec.c56 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)siz
[all...]
H A DTypes.h61 typedef unsigned long UInt32; typedef
64 typedef unsigned int UInt32; typedef
90 typedef UInt32 SizeT;
H A DLzma86Enc.c18 int level, UInt32 dictSize, int filterMode)
53 UInt32 x86State;
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp181 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 mainInde
[all...]
/external/lzma/C/Util/7z/
H A D7zMain.c43 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/bzip2/
H A Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap,
33 UInt32* eclass,
38 UInt32 ec_tmp;
93 void fallbackQSort3 ( UInt32* fmap,
94 UInt32* eclass,
100 UInt32 med, r, r3;
212 void fallbackSort ( UInt32* fmap,
213 UInt32* eclass,
214 UInt32* bhtab,
347 Bool mainGtU ( UInt32 i
[all...]
/external/marisa-trie/tests/
H A Dtrie-test.cc11 FindCallback(std::vector<marisa::UInt32> *key_ids,
17 bool operator()(marisa::UInt32 key_id, std::size_t key_length) const {
24 std::vector<marisa::UInt32> *key_ids_;
33 PredictCallback(std::vector<marisa::UInt32> *key_ids,
39 bool operator()(marisa::UInt32 key_id, const std::string &key) const {
46 std::vector<marisa::UInt32> *key_ids_;
61 ASSERT(trie.total_size() == (sizeof(marisa::UInt32) * 23));
75 std::vector<marisa::UInt32> key_ids;
105 ASSERT(trie.total_size() == (sizeof(marisa::UInt32) * 23));
132 std::vector<marisa::UInt32> id
[all...]
/external/marisa-trie/v0_1_5/tests/
H A Dtrie-test.cc11 FindCallback(std::vector<marisa_alpha::UInt32> *key_ids,
17 bool operator()(marisa_alpha::UInt32 key_id, std::size_t key_length) const {
24 std::vector<marisa_alpha::UInt32> *key_ids_;
33 PredictCallback(std::vector<marisa_alpha::UInt32> *key_ids,
39 bool operator()(marisa_alpha::UInt32 key_id, const std::string &key) const {
46 std::vector<marisa_alpha::UInt32> *key_ids_;
61 ASSERT(trie.total_size() == (sizeof(marisa_alpha::UInt32) * 23));
75 std::vector<marisa_alpha::UInt32> key_ids;
106 ASSERT(trie.total_size() == (sizeof(marisa_alpha::UInt32) * 23));
134 std::vector<marisa_alpha::UInt32> id
[all...]
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp43 static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool isFilter, bool &encode, int &index)
68 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject)
119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
H A DLzmaEncoder.cpp86 UInt32 v = prop.ulVal;
102 const PROPVARIANT *coderProps, UInt32 numProps)
107 for (UInt32 i = 0; i < numProps; i++)
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp21 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result)
33 HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result)
38 HRESULT CArc::GetItemPath(UInt32 index, UString &result) const
66 HRESULT CArc::GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const
102 #define HASH_VAL(buf, pos) ((buf)[pos] | ((UInt32)(buf)[pos + 1] << 8))
158 const UInt32 kNumVals = 1 << (kNumHashBytes * 8);
172 UInt32 v = HASH_VAL(sig, 0);
178 for (UInt32 pos = 0; pos < processedSize; pos++)
183 UInt32 v = HASH_VAL(buf, pos);
406 arc.SubfileIndex = (UInt32)(Int3
[all...]
/external/marisa-trie/tools/
H A Dmarisa-find.cc40 static std::vector<marisa::UInt32> key_ids;
58 const marisa::UInt32 key_id = trie.find_first(str, &length);
69 const marisa::UInt32 key_id = trie.find_last(str, &length);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-find.cc40 static std::vector<marisa_alpha::UInt32> key_ids;
58 const marisa_alpha::UInt32 key_id = trie.find_first(str, &length);
69 const marisa_alpha::UInt32 key_id = trie.find_last(str, &length);
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c310 UInt32 value = d;
376 UInt32 executeFileIndex = (UInt32)(Int32)-1;
377 UInt32 minPrice = 1 << 30;
378 UInt32 i;
379 UInt32 blockIndex = 0xFFFFFFFF; /* it can have any value before first call (if outBuffer = 0) */
496 if (executeFileIndex == (UInt32)(Int32)-1)
504 UInt32 j;

Completed in 2733 milliseconds

1234567891011>>