Searched refs:kLookup (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | liveness-analyzer.h | 84 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); } in Lookup() 92 enum Kind { kBind, kLookup, kCheckpoint }; enumerator
|
D | liveness-analyzer.cc | 103 case Entry::kLookup: in Process() 177 case Entry::kLookup: in Print()
|
/external/libgdx/gdx/jni/etc1/ |
D | etc1_utils.cpp | 120 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable 163 return convert5To8((0x1f & base) + kLookup[0x7 & diff]); in convertDiff()
|
/external/skia/third_party/etc1/ |
D | etc1.cpp | 128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable 171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]); in convertDiff()
|