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

  /external/clang/test/Parser/
typeof.c 10 int int ttt; // expected-error{{cannot combine with previous 'int' declaration specifier}} local
  /external/clang/test/CodeGenCXX/
2009-10-27-crash.cpp 37 } ttt; typedef in typeref:struct:__anon8290
39 ttt X = {
  /external/clang/test/OpenMP/
task_firstprivate_codegen.cpp 38 S<T> ttt; local
39 S<T> test(ttt);
151 S<double> ttt;
152 S<double> test(ttt);
  /external/clang/test/Analysis/
casts.c 72 char ttt(int intSeconds) { function
  /external/lzma/C/
Bcj2.c 31 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
32 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
33 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
65 UInt32 ttt; local
LzmaDec.c 21 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
22 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
23 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
58 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
166 unsigned ttt; local
532 unsigned ttt; local
    [all...]
7zArcIn.c 1664 int ttt; local
    [all...]
LzmaEnc.c 564 UInt32 ttt = *prob; local
565 UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt;
569 ttt += (kBitModelTotal - ttt) >> kNumMoveBits;
575 ttt -= ttt >> kNumMoveBits;
577 *prob = (CLzmaProb)ttt;
    [all...]

Completed in 598 milliseconds