Home
last modified time | relevance | path

Searched refs:kLookup (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dliveness-analyzer.h84 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); } in Lookup()
92 enum Kind { kBind, kLookup, kCheckpoint }; enumerator
Dliveness-analyzer.cc103 case Entry::kLookup: in Process()
177 case Entry::kLookup: in Print()
/external/libgdx/gdx/jni/etc1/
Detc1_utils.cpp120 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/
Detc1.cpp128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable
171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]); in convertDiff()