HomeSort by relevance Sort by last modified time
    Searched refs:UInt32 (Results 176 - 200 of 483) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 16 UInt32 FilePropID;
54 CRecordVector<UInt64> &dest, UInt32 item)
65 static void RemoveOneItem(CRecordVector<UInt64> &src, UInt32 item)
75 static void InsertToHead(CRecordVector<UInt64> &dest, UInt32 item)
143 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
7zFolderInStream.cpp 11 const UInt32 *indexes, unsigned numFiles)
75 STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
83 UInt32 processed2;
7zHandlerOut.cpp 26 static const UInt32 k_NumFastBytes_ForHeaders = 273;
27 static const UInt32 k_Level_ForHeaders = 5;
28 static const UInt32 k_Dictionary_ForHeaders =
35 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type)
70 , UInt32 numThreads
131 UInt32 dicSize;
137 case k_Deflate: dicSize = (UInt32)1 << 15; break;
245 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems,
295 for (UInt32 i = 0; i < numItems; i++)
298 UInt32 indexInArchive;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.h 53 WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount);
54 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
LzmaDec.c 9 #define kTopValue ((UInt32)1 << kNumTopBits)
110 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
142 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
151 UInt32 processedPos = p->processedPos;
152 UInt32 checkDicSize = p->checkDicSize;
156 UInt32 range = p->range;
157 UInt32 code = p->code;
162 UInt32 bound;
237 UInt32 distance;
303 UInt32 distance;
    [all...]
  /external/lzma/C/
Threads.h 55 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
56 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
Lzma86.h 72 int level, UInt32 dictSize, int filterMode);
LzmaDec.c 11 #define kTopValue ((UInt32)1 << kNumTopBits)
123 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
145 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
154 UInt32 processedPos = p->processedPos;
155 UInt32 checkDicSize = p->checkDicSize;
159 UInt32 range = p->range;
160 UInt32 code = p->code;
165 UInt32 bound;
176 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
263 UInt32 distance;
    [all...]
Lzma2Dec.h 16 UInt32 packSize;
17 UInt32 unpackSize;
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 114 static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject)
139 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject)
144 STDAPI CreateEncoder(UInt32 index, const GUID *iid, void **outObject)
178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
241 STDAPI GetNumberOfMethods(UINT32 *numCodecs)
263 static HRESULT CreateHasher2(UInt32 index, IHasher **hasher)
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
316 STDMETHOD_(UInt32, GetNumHashers)();
317 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
318 STDMETHOD(CreateHasher)(UInt32 index, IHasher **hasher);
    [all...]
LzmaEncoder.h 28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
  /external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py 184 dbus.types.UInt32)
211 dbus.types.UInt32)
225 dbus.types.UInt32),
238 dbus.types.UInt32,
240 dbus.types.UInt32(
244 dbus.types.UInt32(
260 dbus.types.UInt32,
262 dbus.types.UInt32(
266 dbus.types.UInt32(
  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 29 static const UInt32 kStreamStepSize = (UInt32)1 << 31;
48 UInt32 curSize = ((*size < kStreamStepSize) ? (UInt32)*size : kStreamStepSize);
104 UInt32 curSize = ((*size < kStreamStepSize) ? (UInt32)*size : kStreamStepSize);
113 UInt32 moveMethod;
144 bool CByteInBufWrap::Alloc(UInt32 size) throw()
159 UInt32 avail;
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 30 UInt32 DigestSize;
37 virtual void Update(const void *data, UInt32 size) = 0;
63 void Update(const void *data, UInt32 size);
105 void AddHashHexToString(char *dest, const Byte *data, UInt32 size);
SetProperties.cpp 24 else if (result <= (UInt32)0xFFFFFFFF)
25 prop = (UInt32)result;
UpdateCallback.h 26 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x; \
31 virtual HRESULT ReportUpdateOpeartion(UInt32 op, const wchar_t *name, bool isDir) x; \
75 UInt32 _hardIndex_From;
76 UInt32 _hardIndex_To;
102 CRecordVector<UInt32> _openFiles_Indexes;
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f)
  /external/lzma/CPP/Common/
Sha256Reg.cpp 30 STDMETHODIMP_(void) CSha256Hasher::Update(const void *data, UInt32 size) throw()
XzCrc64Reg.cpp 31 STDMETHODIMP_(void) CXzCrc64Hasher::Update(const void *data, UInt32 size) throw()
UTFConvert.cpp 58 UInt32 val = c;
109 UInt32 val = c;
149 #define _UTF8_RANGE(n) (((UInt32)1) << ((n) * 5 + 6))
162 UInt32 val = *src++;
175 UInt32 c2 = *src;
207 UInt32 val = *src++;
225 UInt32 c2 = *src;
252 UInt32 b;
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 110 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result)
123 static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result)
208 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
224 UInt32 Attrib;
261 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index,
484 UInt32 Attrib;
502 STDMETHOD(GetUpdateItemInfo)(UInt32 index,
503 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
504 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
505 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **inStream);
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 60 ControlClockFlags = UInt32
63 DataBrowserItemID = UInt32
64 DataBrowserEditCommand = UInt32
65 DataBrowserSelectionAnchorDirection = UInt32
66 DataBrowserItemState = UInt32
67 DataBrowserPropertyID = UInt32
70 DataBrowserSelectionFlags = UInt32
71 DataBrowserPropertyFlags = UInt32
75 DataBrowserTableViewHiliteStyle = UInt32
76 DataBrowserTableViewRowIndex = UInt32
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 94 UInt32 _filterId;
104 HRESULT Open2(IInStream *inStream, /* UInt32 flags, */ IArchiveOpenCallback *callback);
130 STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
172 static void AddUInt32ToString(AString &s, UInt32 value)
182 UInt32 size;
188 size = (UInt32)(2 | (prop & 1)) << (prop / 2 + 1);
202 UInt32 Id;
243 AddUInt32ToString(s, (UInt32)f.props[0] + 1);
247 for (UInt32 bi = 0; bi < f.propsSize; bi++)
284 UInt32 mask = 0;
    [all...]
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 77 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
112 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 111 dbus.types.UInt32(self.device_port_type)],
115 dbus.types.UInt32(
121 dbus.types.UInt32(mm1_constants.MM_MODEM_LOCK_NONE),
125 [dbus.types.UInt32(100), True],
129 dbus.types.UInt32(mm1_constants.MM_MODEM_POWER_STATE_ON),
131 dbus.types.UInt32(mm1_constants.MM_BEARER_IP_FAMILY_ANY),
136 [dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_NONE)],
138 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_NONE),
139 'MaxBearers' : dbus.types.UInt32(0),
140 'MaxActiveBearers' : dbus.types.UInt32(0)
    [all...]

Completed in 616 milliseconds

1 2 3 4 5 6 78 91011>>