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

  /external/v8/test/mjsunit/
array-splice.js 223 bad_count = { valueOf: function() { array.push(2*i + 1); return 1; } };
224 spliced = array.splice(bad_start, bad_count);
  /packages/experimental/procstatlog/
procstatlog.c 220 static size_t bad_count = 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;
264 if (bad_count < sizeof(bad) / sizeof(bad[0])) {
265 int pos = bad_count++;

Completed in 361 milliseconds