Searched refs:Int32 (Results 1 - 25 of 147) sorted by relevance

123456

/external/bzip2/
H A Drandtable.c26 Int32 BZ2_rNums[512] = {
H A Dbzlib_private.h44 typedef int Int32; typedef
131 extern Int32 BZ2_rNums[512];
134 Int32 rNToGo; \
135 Int32 rTPos \
203 Int32 mode;
204 Int32 state;
213 Int32 origPtr;
222 Int32 workFactor;
226 Int32 state_in_len;
230 Int32 nbloc
[all...]
H A Dhuffman.c35 Int32 zz, tmp; \
46 Int32 zz, yy, tmp; \
64 Int32 *freq,
65 Int32 alphaSize,
66 Int32 maxLen )
72 Int32 nNodes, nHeap, n1, n2, i, j, k;
75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ];
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ];
77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ];
152 void BZ2_hbAssignCodes ( Int32 *cod
[all...]
H A Dblocksort.c34 Int32 lo,
35 Int32 hi )
37 Int32 i, j, tmp;
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
68 Int32 yyp1 = (zzp1); \
69 Int32 yyp2 = (zzp2); \
70 Int32 yyn = (zzn); \
95 Int32 loSt,
96 Int32 hiSt )
98 Int32 unL
[all...]
H A Dbzip2recover.c52 typedef int Int32; typedef
111 static void mallocFail ( Int32 n )
123 static void tooManyBlocks ( Int32 max_handled_blocks )
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit )
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
199 static Int32 bsGetBit ( BitStream* bs )
205 Int32 retVal = getc ( bs->handle );
220 Int32 retVa
[all...]
H A Ddecompress.c29 Int32 i;
106 Int32 BZ2_decompress ( DState* s )
109 Int32 retVal;
110 Int32 minLen, maxLen;
114 Int32 i;
115 Int32 j;
116 Int32 t;
117 Int32 alphaSize;
118 Int32 nGroups;
119 Int32 nSelector
[all...]
H A Dbzip2.c164 typedef int Int32; typedef
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
[all...]
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs12 Byte GetIndexByte(Int32 index);
13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
H A DLzInWindow.cs105 public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffset + _pos + index]; }
108 public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit)
124 public void ReduceOffsets(Int32 subValue)
/external/lzma/CPP/7zip/
H A DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs99 static bool GetNumber(string s, out Int32 v)
108 v += (Int32)(c - '0');
171 Int32 dictionary = 1 << 21;
174 Int32 dicLog;
177 dictionary = (Int32)1 << dicLog;
187 const Int32 kNumDefaultItereations = 10;
188 Int32 numIterations = kNumDefaultItereations;
245 Int32 posStateBits = 2;
246 Int32 litContextBits = 3; // for normal files
248 Int32 litPosBit
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c410 typedef int Int32; typedef
497 extern Int32 BZ2_rNums[512];
500 Int32 rNToGo; \
501 Int32 rTPos \
569 Int32 mode;
570 Int32 state;
579 Int32 origPtr;
588 Int32 workFactor;
592 Int32 state_in_len;
596 Int32 nbloc
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c433 typedef int Int32; typedef
520 extern Int32 BZ2_rNums[512];
523 Int32 rNToGo; \
524 Int32 rTPos \
592 Int32 mode;
593 Int32 state;
602 Int32 origPtr;
611 Int32 workFactor;
615 Int32 state_in_len;
619 Int32 nbloc
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c426 typedef int Int32; typedef
513 extern Int32 BZ2_rNums[512];
516 Int32 rNToGo; \
517 Int32 rTPos \
585 Int32 mode;
586 Int32 state;
595 Int32 origPtr;
604 Int32 workFactor;
608 Int32 state_in_len;
612 Int32 nbloc
[all...]
H A Dvarinfo6.c464 typedef int Int32; typedef
551 extern Int32 BZ2_rNums[512];
554 Int32 rNToGo; \
555 Int32 rTPos \
623 Int32 mode;
624 Int32 state;
633 Int32 origPtr;
642 Int32 workFactor;
646 Int32 state_in_len;
650 Int32 nbloc
[all...]
/external/valgrind/main/perf/
H A Dbz2.c426 typedef int Int32; typedef
513 extern Int32 BZ2_rNums[512];
516 Int32 rNToGo; \
517 Int32 rTPos \
585 Int32 mode;
586 Int32 state;
595 Int32 origPtr;
604 Int32 workFactor;
608 Int32 state_in_len;
612 Int32 nbloc
[all...]
H A Dtest_input_for_tinycc.c995 typedef int Int32; typedef
1002 extern Int32 BZ2_rNums[512];
1013 Int32 mode;
1014 Int32 state;
1023 Int32 origPtr;
1032 Int32 workFactor;
1036 Int32 state_in_len;
1037 Int32 rNToGo; Int32 rTPos;
1040 Int32 nbloc
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DIFileExtractCallback.h28 Int32 *answer) PURE;
29 STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position) PURE;
31 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted) PURE;
H A DUpdateCallback.h24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \
25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.h35 Int32 *answer);
36 STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position);
39 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.h34 HRESULT CloseFileAndSetResult(Int32 res);
51 HRESULT FlushCorrupted(Int32 resultEOperationResult);
/external/lzma/CPP/7zip/Archive/
H A DIArchive.h85 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \
86 STDMETHOD(PrepareOperation)(Int32 askExtractMode) x; \
87 STDMETHOD(SetOperationResult)(Int32 resultEOperationResult) x; \
129 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) x; \
149 Int32 *newData, /*1 - new data, 0 - old data */ \
150 Int32 *newProperties, /* 1 - new properties, 0 - old properties */ \
155 STDMETHOD(SetOperationResult)(Int32 operationResult) x; \
185 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) PURE;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h46 struct Int32 { struct in namespace:blink::OpenType
47 Int32(int32_t u) : v(htonl(static_cast<uint32_t>(u))) { } function in struct:blink::OpenType::Int32
/external/lzma/CPP/Windows/
H A DPropVariant.h24 CPropVariant(Int32 value) { vt = VT_I4; wReserved1 = 0; lVal = value; }
37 CPropVariant& operator=(Int32 value);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode);
176 STDMETHOD(PrepareOperation)(Int32 askExtractMode);
177 STDMETHOD(SetOperationResult)(Int32 resultEOperationResult);
229 ISequentialOutStream **outStream, Int32 askExtractMode)
343 STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractMode)
360 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult)
447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
450 STDMETHOD(SetOperationResult)(Int32 operationResult);
454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefine
[all...]

Completed in 3989 milliseconds

123456