Home
last modified time | relevance | path

Searched refs:nextc (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c284 static int scan_was_ok(int sret, char nextc, const char *ok_next_chars) in scan_was_ok() argument
286 return sret == 1 || (sret == 2 && strchr(ok_next_chars, nextc) != NULL); in scan_was_ok()
311 char nextc; /* char after sscanf %u match */ in bitmask_parselist() local
314 sret = sscanf(p, "%u%c", &a, &nextc); in bitmask_parselist()
315 if (!scan_was_ok(sret, nextc, ",-")) in bitmask_parselist()
322 sret = sscanf(c1, "%u%c", &b, &nextc); in bitmask_parselist()
323 if (!scan_was_ok(sret, nextc, ",:")) in bitmask_parselist()
327 sret = sscanf(c1, "%u%c", &s, &nextc); in bitmask_parselist()
328 if (!scan_was_ok(sret, nextc, ",")) in bitmask_parselist()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c343 unsigned nextc = next && channel ? channel[i + 1] : 0; in bi_make_vec16_to() local
346 bi_index w1 = next ? bi_word(src[i + 1], nextc >> 1) : bi_zero(); in bi_make_vec16_to()
349 bi_index h1 = bi_half(w1, nextc & 1); in bi_make_vec16_to()
353 if (bi_is_word_equiv(w0, w1) && (chan & 1) == 0 && ((nextc & 1) == 1)) in bi_make_vec16_to()
356 bi_swz_v2i16_to(b, to, bi_swz_16(w0, chan & 1, nextc & 1)); in bi_make_vec16_to()
/third_party/mksh/
Dmisc.c1030 nextc: in gmatch_cclass()
1201 goto nextc; in gmatch_cclass()
/third_party/icu/icu4c/source/i18n/
Drematch.cpp3394 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local
3395 if (nextc == 0x0a) { in MatchAt()
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp3394 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local
3395 if (nextc == 0x0a) { in MatchAt()
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp3404 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local
3405 if (nextc == 0x0a) { in MatchAt()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drematch.cpp3444 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local
3445 if (nextc == 0x0a) { in MatchAt()