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

123456789

/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/CPP/7zip/UI/Common/
H A DIFileExtractCallback.h29 Int32 *answer) PURE;
30 STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position) PURE;
32 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted) PURE;
61 STDMETHOD(UseExtractToStream)(Int32 *res) x; \
62 STDMETHOD(GetStream7)(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \
63 STDMETHOD(PrepareOperation7)(Int32 askExtractMode) x; \
64 STDMETHOD(SetOperationResult7)(Int32 resultEOperationResult, bool encrypted) x; \
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs12 Byte GetIndexByte(Int32 index);
13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
/external/lzma/CPP/7zip/
H A DIPassword.h20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs59 Int32, enumerator in enum:Google.Protobuf.Reflection.FieldType
/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/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-port.h66 extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name)
74 GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h77 extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name)
85 GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h39 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
59 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; }
/external/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.h25 MemSize = (UInt32)(Int32)-1;
26 ReduceSize = (UInt32)(Int32)-1;
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-port.h77 extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name)
85 GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)
/external/valgrind/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/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/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/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/Console/
H A DExtractCallbackConsole.h39 Int32 *answer);
40 STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position);
43 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted);
/external/lzma/CPP/Common/
H A DStringToInt.h13 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw();

Completed in 499 milliseconds

123456789