Searched refs:nextc (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libbitmask.c | 284 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/ |
D | bifrost_compile.c | 343 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/ |
D | misc.c | 1030 nextc: in gmatch_cclass() 1201 goto nextc; in gmatch_cclass()
|
/third_party/icu/icu4c/source/i18n/ |
D | rematch.cpp | 3394 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local 3395 if (nextc == 0x0a) { in MatchAt()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rematch.cpp | 3394 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local 3395 if (nextc == 0x0a) { in MatchAt()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rematch.cpp | 3404 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local 3405 if (nextc == 0x0a) { in MatchAt()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rematch.cpp | 3444 UChar32 nextc = UTEXT_CURRENT32(fInputText); in MatchAt() local 3445 if (nextc == 0x0a) { in MatchAt()
|