/external/bzip2/ |
D | bzlib_private.h | 44 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 nblock; [all …]
|
D | huffman.c | 35 Int32 zz, tmp; \ 46 Int32 zz, yy, tmp; \ 64 Int32 *freq, in BZ2_hbMakeCodeLengths() 65 Int32 alphaSize, in BZ2_hbMakeCodeLengths() 66 Int32 maxLen ) in BZ2_hbMakeCodeLengths() 72 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() 76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() 77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; in BZ2_hbMakeCodeLengths() 152 void BZ2_hbAssignCodes ( Int32 *code, in BZ2_hbAssignCodes() [all …]
|
D | blocksort.c | 34 Int32 lo, in fallbackSimpleSort() 35 Int32 hi ) in fallbackSimpleSort() 37 Int32 i, j, tmp; in fallbackSimpleSort() 64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; } 68 Int32 yyp1 = (zzp1); \ 69 Int32 yyp2 = (zzp2); \ 70 Int32 yyn = (zzn); \ 95 Int32 loSt, in fallbackQSort3() 96 Int32 hiSt ) in fallbackQSort3() 98 Int32 unLo, unHi, ltLo, gtHi, n, m; in fallbackQSort3() [all …]
|
D | decompress.c | 29 Int32 i; in makeMaps_d() 106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress() 109 Int32 retVal; in BZ2_decompress() 110 Int32 minLen, maxLen; in BZ2_decompress() 114 Int32 i; in BZ2_decompress() 115 Int32 j; in BZ2_decompress() 116 Int32 t; in BZ2_decompress() 117 Int32 alphaSize; in BZ2_decompress() 118 Int32 nGroups; in BZ2_decompress() 119 Int32 nSelectors; in BZ2_decompress() [all …]
|
D | bzip2recover.c | 52 typedef int Int32; typedef 111 static void mallocFail ( Int32 n ) in mallocFail() 123 static void tooManyBlocks ( Int32 max_handled_blocks ) in tooManyBlocks() 146 Int32 buffer; 147 Int32 buffLive; 180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit() 183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit() 199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit() 205 Int32 retVal = getc ( bs->handle ); in bsGetBit() 220 Int32 retVal; in bsClose() [all …]
|
D | bzip2.c | 164 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 …]
|
D | compress.c | 73 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() 108 Int32 i; in makeMaps_e() 123 Int32 i, j; in generateMTFValues() 124 Int32 zPend; in generateMTFValues() 125 Int32 wr; in generateMTFValues() 126 Int32 EOB; in generateMTFValues() 241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() 242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() 243 Int32 nGroups, nBytes; in sendMTFValues() 257 Int32 fave[BZ_N_GROUPS]; in sendMTFValues() [all …]
|
D | bzlib.c | 102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc() 119 Int32 i; in prepare_new_block() 154 Int32 n; in BZ_API() 218 Int32 i; in add_pair_to_block() 584 s->state_out_len = ((Int32)k1) + 4; in unRLE_obuf_to_output_FAST() 594 Int32 c_state_out_len = s->state_out_len; in unRLE_obuf_to_output_FAST() 595 Int32 c_nblock_used = s->nblock_used; in unRLE_obuf_to_output_FAST() 596 Int32 c_k0 = s->k0; in unRLE_obuf_to_output_FAST() 601 Int32 ro_blockSize100k = s->blockSize100k; in unRLE_obuf_to_output_FAST() 605 Int32 s_save_nblockPP = s->save_nblock+1; in unRLE_obuf_to_output_FAST() [all …]
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 410 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 nblock; [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | varinfo6.c | 464 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 nblock; [all …]
|
D | origin5-bz2.c | 426 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 nblock; [all …]
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.c | 433 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 nblock; [all …]
|
/external/valgrind/main/perf/ |
D | bz2.c | 426 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 nblock; [all …]
|
D | test_input_for_tinycc.c | 995 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 nblock; 1041 Int32 nblockMAX; [all …]
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 99 static bool GetNumber(string s, out Int32 v) in GetNumber() 108 v += (Int32)(c - '0'); in GetNumber() 171 Int32 dictionary = 1 << 21; in Main2() 174 Int32 dicLog; in Main2() 177 dictionary = (Int32)1 << dicLog; in Main2() 187 const Int32 kNumDefaultItereations = 10; in Main2() 188 Int32 numIterations = kNumDefaultItereations; in Main2() 245 Int32 posStateBits = 2; in Main2() 246 Int32 litContextBits = 3; // for normal files in Main2() 248 Int32 litPosBits = 0; in Main2() [all …]
|
/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 85 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… 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) PU…
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 175 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode); 176 STDMETHOD(PrepareOperation)(Int32 askExtractMode); 177 STDMETHOD(SetOperationResult)(Int32 resultEOperationResult); 229 ISequentialOutStream **outStream, Int32 askExtractMode) in GetStream() 343 STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractMode) in PrepareOperation() 360 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult) in SetOperationResult() 447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive); 450 STDMETHOD(SetOperationResult)(Int32 operationResult); 454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password); 504 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive) in GetUpdateItemInfo() [all …]
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-port.cc | 222 bool ParseInt32(const Message& src_text, const char* str, Int32* value) { in ParseInt32() 240 const Int32 result = static_cast<Int32>(long_value); in ParseInt32() 263 Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) { in Int32FromGTestEnv() 271 Int32 result = default_value; in Int32FromGTestEnv()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | IFileExtractCallback.h | 28 Int32 *answer) PURE; 29 …STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64… 31 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted) PURE;
|
D | UpdateCallback.h | 24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \ 25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \ 53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 596 Byte matchByte = _matchFinder.GetIndexByte((Int32)(0 - _repDistances[0] - 1 - 1)); in GetOptimum() 803 matchByte = _matchFinder.GetIndexByte((Int32)(0 - reps[0] - 1 - 1)); in GetOptimum() 911 UInt32 lenTest2 = _matchFinder.GetMatchLen((Int32)lenTest, reps[repIndex], t); in GetOptimum() 921 _matchFinder.GetIndexByte((Int32)lenTest - 1 - 1)).GetPrice(true, in GetOptimum() 922 _matchFinder.GetIndexByte((Int32)((Int32)lenTest - 1 - (Int32)(reps[repIndex] + 1))), in GetOptimum() 923 _matchFinder.GetIndexByte((Int32)lenTest - 1)); in GetOptimum() 986 UInt32 lenTest2 = _matchFinder.GetMatchLen((Int32)lenTest, curBack, t); in GetOptimum() 995 _matchFinder.GetIndexByte((Int32)lenTest - 1 - 1)). in GetOptimum() 997 _matchFinder.GetIndexByte((Int32)lenTest - (Int32)(curBack + 1) - 1), in GetOptimum() 998 _matchFinder.GetIndexByte((Int32)lenTest - 1)); in GetOptimum() [all …]
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-port.h | 560 typedef TypeWithSize<4>::Int Int32; 591 extern ::testing::internal::Int32 GTEST_FLAG(name) 599 ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) 609 bool ParseInt32(const Message& src_text, const char* str, Int32* value); 614 Int32 Int32FromGTestEnv(const char* flag, Int32 default_val);
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.h | 35 Int32 *answer); 36 …STDMETHOD (PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt6… 39 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | wire_format.cc | 162 HANDLE_PACKED_TYPE( INT32, int32, Int32) in ParseAndMergeField() 164 HANDLE_PACKED_TYPE(SINT32, int32, Int32) in ParseAndMergeField() 171 HANDLE_PACKED_TYPE(SFIXED32, int32, Int32) in ParseAndMergeField() 223 HANDLE_TYPE( INT32, int32, Int32) in ParseAndMergeField() 225 HANDLE_TYPE(SINT32, int32, Int32) in ParseAndMergeField() 232 HANDLE_TYPE(SFIXED32, int32, Int32) in ParseAndMergeField() 481 HANDLE_PRIMITIVE_TYPE( INT32, int32, Int32, Int32) in SerializeFieldWithCachedSizes() 483 HANDLE_PRIMITIVE_TYPE(SINT32, int32, SInt32, Int32) in SerializeFieldWithCachedSizes() 490 HANDLE_PRIMITIVE_TYPE(SFIXED32, int32, SFixed32, Int32) in SerializeFieldWithCachedSizes() 669 HANDLE_TYPE( INT32, Int32, Int32) in FieldDataOnlyByteSize() [all …]
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | IMatchFinder.cs | 12 Byte GetIndexByte(Int32 index); in GetIndexByte() 13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); in GetMatchLen()
|