/external/chromium_org/third_party/lzma_sdk/ |
D | Bcj2.c | 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) 30 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); … 31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NOR… 63 UInt32 ttt; in Bcj2_Decode() local
|
D | LzmaDec.c | 19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… 20 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits… 21 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits)); 49 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * t… 157 unsigned ttt; in LzmaDec_DecodeReal() local 499 unsigned ttt; in LzmaDec_TryDummy() local
|
D | LzmaEnc.c | 21 static int ttt = 0; variable 554 UInt32 ttt = *prob; in RangeEnc_EncodeBit() local 555 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt; in RangeEnc_EncodeBit() 559 ttt += (kBitModelTotal - ttt) >> kNumMoveBits; in RangeEnc_EncodeBit() 565 ttt -= ttt >> kNumMoveBits; in RangeEnc_EncodeBit() 567 *prob = (CLzmaProb)ttt; in RangeEnc_EncodeBit() 806 ttt += num; in MovePos() 822 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2); in ReadMatchDistances() 823 ttt++; in ReadMatchDistances()
|
/external/lzma/C/ |
D | Bcj2.c | 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) 30 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); … 31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NOR… 63 UInt32 ttt; in Bcj2_Decode() local
|
D | LzmaDec.c | 19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… 20 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits… 21 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits)); 49 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * t… 157 unsigned ttt; in LzmaDec_DecodeReal() local 499 unsigned ttt; in LzmaDec_TryDummy() local
|
D | LzmaEnc.c | 21 static int ttt = 0; variable 554 UInt32 ttt = *prob; in RangeEnc_EncodeBit() local 555 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt; in RangeEnc_EncodeBit() 559 ttt += (kBitModelTotal - ttt) >> kNumMoveBits; in RangeEnc_EncodeBit() 565 ttt -= ttt >> kNumMoveBits; in RangeEnc_EncodeBit() 567 *prob = (CLzmaProb)ttt; in RangeEnc_EncodeBit() 806 ttt += num; in MovePos() 822 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2); in ReadMatchDistances() 823 ttt++; in ReadMatchDistances()
|
/external/clang/test/CodeGenCXX/ |
D | 2009-10-27-crash.cpp | 37 } ttt; typedef 39 ttt X = {
|
/external/clang/test/Analysis/ |
D | method-call-intra-p.cpp | 9 void ttt(const int &nptr); 20 t.ttt(y); in declarationFun()
|
D | null-deref-ps.c | 294 void ttt(const int *nptr); 305 fp = (NoConstType)ttt; in foo10595327()
|
D | casts.c | 72 char ttt(int intSeconds) { in ttt() function
|
/external/ltrace/testsuite/ltrace.minor/ |
D | Makefile.am | 23 time-record-ttt.exp trace-clone.c trace-clone.exp \ 29 time-record-tt time-record-ttt trace-clone trace-exec \
|
D | time-record-ttt.exp | 5 set binfile ${testfile}-ttt
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.c | 20 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code… 21 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits… 22 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits)); 50 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * t… 158 unsigned ttt; in LzmaDec_DecodeReal() local 500 unsigned ttt; in LzmaDec_TryDummy() local
|
D | LzmaEnc.c | 22 static int ttt = 0; variable 555 UInt32 ttt = *prob; in RangeEnc_EncodeBit() local 556 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt; in RangeEnc_EncodeBit() 560 ttt += (kBitModelTotal - ttt) >> kNumMoveBits; in RangeEnc_EncodeBit() 566 ttt -= ttt >> kNumMoveBits; in RangeEnc_EncodeBit() 568 *prob = (CLzmaProb)ttt; in RangeEnc_EncodeBit() 807 ttt += num; in MovePos() 823 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2); in ReadMatchDistances() 824 ttt++; in ReadMatchDistances()
|
/external/clang/test/Parser/ |
D | typeof.c | 10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}} in test() local
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | regexp-dna.js | 1689 /aggg[acg]aaa|ttt[cgt]ccct/ig,
|
/external/chromium_org/v8/test/webkit/ |
D | rehash-assign.js | 100 ttt = 19;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | regexp-dna.js | 1689 /aggg[acg]aaa|ttt[cgt]ccct/ig,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | regexp-dna.js | 1689 /aggg[acg]aaa|ttt[cgt]ccct/ig,
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 289 for (int ttt = 0; ; ttt++) in EnumerateDirItems() local 302 if (callback && (ttt & 0xFF) == 0xFF) in EnumerateDirItems()
|
/external/ltrace/ |
D | .gitignore | 47 testsuite/ltrace.minor/time-record-ttt
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kfst_wpho1.pkb | 33 …PQQQ(QQQQQQ*+R rsPQQQ-(QQQQQQ*+R rsZtuttt vwxw…
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 843 +#define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (cod… 844 +#define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBit… 845 +#define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits)); 873 +#define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * … 981 + unsigned ttt; 1323 + unsigned ttt; 2926 +static int ttt = 0; 3459 + UInt32 ttt = *prob; 3460 + UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt; 3464 + ttt += (kBitModelTotal - ttt) >> kNumMoveBits; [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
D | nasm-pp.c | 4341 Token *ttt, *pt; in expand_smacro() local 4344 ttt = params[t->type - TOK_SMAC_PARAM]; in expand_smacro() 4349 new_Token(tline, ttt->type, ttt->text, in expand_smacro() 4352 ttt = ttt->next; in expand_smacro()
|
/external/ltrace/testsuite/ |
D | README | 167 (6) ltrace.minor/time-record-ttt.exp do test on printing absolute
|