Searched refs:xcount (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_extuni.c | 61 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in PRIV() 68 (void)xcount; in PRIV() 93 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in PRIV() 140 if (xcount != NULL) *xcount += 1; in PRIV()
|
/external/libevent/test/ |
D | bench.c | 124 int xcount = 0; in run_once() local 128 xcount++; in run_once() 132 if (xcount != count) in run_once() 134 xcount, count); in run_once()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | main.py | 158 xcount = count 160 counted = [None for _ in xrange(xcount)] 167 xcount *= 10 169 times.append(result / xcount)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | main.py | 160 xcount = count 162 counted = [None for _ in xrange(xcount)] 169 xcount *= 10 171 times.append(result / xcount)
|
/external/libcups/cups/ |
D | testclient.c | 300 xcount, ycount, /* Current count for X and Y */ in make_raster_file() local 568 for (xcount = xrep; xcount > 0; xcount --) in make_raster_file() 587 for (xcount = xrep; xcount > 0; xcount --, lineptr += 3) in make_raster_file()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.h | 21 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
|
D | bitstream.c | 120 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) { in vp8_pack_tokens() argument 121 const TOKENEXTRA *stop = p + xcount; in vp8_pack_tokens()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 540 int xcount = 0; in TestCountTokensNoCoalesce() local 543 logln("[" + xcount + "] '" + t + "'"); in TestCountTokensNoCoalesce() 544 ++xcount; in TestCountTokensNoCoalesce() 546 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce() 547 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | StringTokenizerTest.java | 543 int xcount = 0; in TestCountTokensNoCoalesce() local 546 logln("[" + xcount + "] '" + t + "'"); in TestCountTokensNoCoalesce() 547 ++xcount; in TestCountTokensNoCoalesce() 549 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce() 550 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
|