OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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