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

  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.cc 57 const uint64_t anum = DecodeFixed64(akey.data() + akey.size() - 8); local
59 if (anum > bnum) {
61 } else if (anum < bnum) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 555 int anum; local
557 while (li->to_visit.iterate (li->idx, &anum))
560 *loop = get_loop (anum);

Completed in 166 milliseconds