Home
last modified time | relevance | path

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

/linux-2.6.39/lib/
Dbitmap.c422 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
434 old_c = c; in __bitmap_parse()
450 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
/linux-2.6.39/net/atm/
Dcommon.c316 int old_c; in find_ci() local
333 old_c = c; in find_ci()
351 } while (old_p != p || old_c != c); in find_ci()