Home
last modified time | relevance | path

Searched refs:old_c (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/
Dbitmap.c364 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
377 old_c = c; in __bitmap_parse()
393 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
517 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local
534 old_c = c; in __bitmap_parselist()
556 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()
/Linux-v4.19/net/atm/
Dcommon.c342 int old_c; in find_ci() local
359 old_c = c; in find_ci()
377 } while (old_p != p || old_c != c); in find_ci()