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

  /packages/experimental/procstatlog/
procstatlog.c 231 size_t bad_pos = 0; local
239 while (bad_pos < bad_count && bad[bad_pos] < pid) ++bad_pos;
240 if (bad_pos < bad_count && bad[bad_pos] == pid) continue;
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc     [all...]

Completed in 72 milliseconds