Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c1312 ushort xcount, ycount; in video_display_bitmap() local
1451 for (xcount = 0; xcount < width; xcount++) { in video_display_bitmap()
1454 if (xcount & 1) { in video_display_bitmap()
1479 for (xcount = 0; xcount < colors; ++xcount) { in video_display_bitmap()
1480 cte = bmp->color_table[xcount]; in video_display_bitmap()
1481 video_set_lut(xcount, cte.red, cte.green, in video_display_bitmap()
1490 xcount = width; in video_display_bitmap()
1491 while (xcount--) { in video_display_bitmap()
1502 xcount = width; in video_display_bitmap()
1503 while (xcount--) { in video_display_bitmap()
[all …]
/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.c120 { int xcount = 0; in run_once() local
124 xcount++; in run_once()
128 if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count); in run_once()
/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/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/libcups/filter/
Dtestclient.c409 xcount, ycount, /* Current count for X and Y */ in make_raster_file() local
675 for (xcount = xrep; xcount > 0; xcount --) in make_raster_file()
694 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/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()
/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()