Home
last modified time | relevance | path

Searched refs:xcount (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_extuni.c61 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/
Dbench.c124 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/
Dmain.py158 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/
Dmain.py160 xcount = count
162 counted = [None for _ in xrange(xcount)]
169 xcount *= 10
171 times.append(result / xcount)
/external/libcups/cups/
Dtestclient.c300 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/
Dbitstream.h21 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
Dbitstream.c120 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/
DStringTokenizerTest.java540 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/
DStringTokenizerTest.java543 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()