Home
last modified time | relevance | path

Searched refs:ttt (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/lzma_sdk/
DBcj2.c29 #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
DLzmaDec.c19 #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
DLzmaEnc.c21 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/
DBcj2.c29 #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
DLzmaDec.c19 #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
DLzmaEnc.c21 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/
D2009-10-27-crash.cpp37 } ttt; typedef
39 ttt X = {
/external/clang/test/Analysis/
Dmethod-call-intra-p.cpp9 void ttt(const int &nptr);
20 t.ttt(y); in declarationFun()
Dnull-deref-ps.c294 void ttt(const int *nptr);
305 fp = (NoConstType)ttt; in foo10595327()
Dcasts.c72 char ttt(int intSeconds) { in ttt() function
/external/ltrace/testsuite/ltrace.minor/
DMakefile.am23 time-record-ttt.exp trace-clone.c trace-clone.exp \
29 time-record-tt time-record-ttt trace-clone trace-exec \
Dtime-record-ttt.exp5 set binfile ${testfile}-ttt
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c20 #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
DLzmaEnc.c22 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/
Dtypeof.c10 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/
Dregexp-dna.js1689 /aggg[acg]aaa|ttt[cgt]ccct/ig,
/external/chromium_org/v8/test/webkit/
Drehash-assign.js100 ttt = 19;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dregexp-dna.js1689 /aggg[acg]aaa|ttt[cgt]ccct/ig,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
Dregexp-dna.js1689 /aggg[acg]aaa|ttt[cgt]ccct/ig,
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp289 for (int ttt = 0; ; ttt++) in EnumerateDirItems() local
302 if (callback && (ttt & 0xFF) == 0xFF) in EnumerateDirItems()
/external/ltrace/
D.gitignore47 testsuite/ltrace.minor/time-record-ttt
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kfst_wpho1.pkb33 …�����P��QQQ�(QQQQQQ*+R rsP��QQQ-�(QQQQQQ*+R rsZtuttt ��v��wxw…
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch843 +#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/
Dnasm-pp.c4341 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/
DREADME167 (6) ltrace.minor/time-record-ttt.exp do test on printing absolute

12