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

  /external/chromium/third_party/libevent/test/
bench.c 105 { int xcount = 0; local
109 xcount++;
113 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
  /external/chromium_org/third_party/libevent/test/
bench.c 105 { int xcount = 0; local
109 xcount++;
113 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);

Completed in 125 milliseconds