Searched refs:xcount (Results 1 - 5 of 5) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | image-tiff.c | 65 xcount, ycount, /* X & Y counters */ in _cupsImageReadTIFF() local 372 for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 128; in _cupsImageReadTIFF() 373 xcount > 0; in _cupsImageReadTIFF() 374 xcount --, p += pstep) in _cupsImageReadTIFF() 393 for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 0xc0; in _cupsImageReadTIFF() 394 xcount > 0; in _cupsImageReadTIFF() 395 xcount --, p += pstep) in _cupsImageReadTIFF() 414 for (xcount = img->xsize, scanptr = scanline, p = in + xstart, bit = 0xf0; in _cupsImageReadTIFF() 415 xcount > 0; in _cupsImageReadTIFF() 416 xcount in _cupsImageReadTIFF() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_extuni.c | 61 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in extuni() 68 (void)xcount; in extuni() 85 xcount pointer to count of additional characters, 93 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in extuni() 140 if (xcount != NULL) *xcount += 1; in extuni() 60 extuni(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, PCRE2_SPTR end_subject, BOOL utf, int *xcount) extuni() argument 92 extuni(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, PCRE2_SPTR end_subject, BOOL utf, int *xcount) extuni() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | StringTokenizerTest.java | 543 int xcount = 0; in TestCountTokensNoCoalesce() 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()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | StringTokenizerTest.java | 540 int xcount = 0; in TestCountTokensNoCoalesce() 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()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 4143 int xcount; in getoptions() local 4266 xcount = 0; in getoptions() 4269 && (xcount < (MAXEXCEPTION - 1))) { in getoptions() 4270 optx[xcount++] = xval; in getoptions() 4273 if (*endptr || (xcount >= MAXEXCEPTION)) { in getoptions() 4277 optx[xcount++] = xval; in getoptions() 4278 optx[xcount] = 0; in getoptions()
|
Completed in 9 milliseconds