HomeSort by relevance Sort by last modified time
    Searched refs:ttt (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGenCXX/
2009-10-27-crash.cpp 37 } ttt; typedef in typeref:struct:__anon22594
39 ttt X = {
  /external/clang/test/Analysis/
method-call-intra-p.cpp 9 void ttt(const int &nptr);
20 t.ttt(y);
null-deref-ps.c 294 void ttt(const int *nptr);
305 fp = (NoConstType)ttt;
casts.c 72 char ttt(int intSeconds) { function
  /external/clang/test/Parser/
typeof.c 10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}} local
  /external/chromium_org/third_party/lzma_sdk/
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)); NORMALIZE;
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
63 UInt32 ttt; local
LzmaDec.c 19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
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) * ttt; if (code < bound)
157 unsigned ttt; local
499 unsigned ttt; local
    [all...]
LzmaEnc.c 21 static int ttt = 0; variable
554 UInt32 ttt = *prob; local
555 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt;
559 ttt += (kBitModelTotal - ttt) >> kNumMoveBits;
565 ttt -= ttt >> kNumMoveBits;
567 *prob = (CLzmaProb)ttt;
806 ttt += num;
822 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2)
    [all...]
  /external/lzma/C/
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)); NORMALIZE;
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
63 UInt32 ttt; local
LzmaDec.c 19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
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) * ttt; if (code < bound)
157 unsigned ttt; local
499 unsigned ttt; local
    [all...]
LzmaEnc.c 21 static int ttt = 0; variable
554 UInt32 ttt = *prob; local
555 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt;
559 ttt += (kBitModelTotal - ttt) >> kNumMoveBits;
565 ttt -= ttt >> kNumMoveBits;
567 *prob = (CLzmaProb)ttt;
806 ttt += num;
822 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 20 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
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) * ttt; if (code < bound)
158 unsigned ttt; local
500 unsigned ttt; local
    [all...]
LzmaEnc.c 22 static int ttt = 0; variable
555 UInt32 ttt = *prob; local
556 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt;
560 ttt += (kBitModelTotal - ttt) >> kNumMoveBits;
566 ttt -= ttt >> kNumMoveBits;
568 *prob = (CLzmaProb)ttt;
807 ttt += num;
823 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2)
    [all...]
  /external/ltrace/testsuite/ltrace.minor/
time-record-ttt.exp 5 set binfile ${testfile}-ttt
14 ltrace_options "-ttt"
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 289 for (int ttt = 0; ; ttt++)
302 if (callback && (ttt & 0xFF) == 0xFF)
  /external/chromium_org/v8/test/webkit/
rehash-assign.js 100 ttt = 19;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 4341 Token *ttt, *pt; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
regexp-dna.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
regexp-dna.js     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.c 3345 struct sctp_tmit_chunk *ttt; local
    [all...]

Completed in 471 milliseconds