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

  /art/runtime/
reference_table.cc 154 const size_t kLast = 10;
156 int first = count - kLast;
  /dalvik/vm/
ReferenceTable.cpp 262 const size_t kLast = 10;
263 int first = count - kLast;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h 212 kLast = kReserved127
cmap_table.h 694 kLast = -1
os2_table.cc 94 if (bit < 0 || bit > kLast) {
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 212 kLast = kReserved127
cmap_table.h 694 kLast = -1
os2_table.cc 92 if (bit < 0 || bit > kLast) {

Completed in 397 milliseconds