Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dbitmask.c248 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() argument
252 if (rbot == rtop) in emit()
253 len += snprintf(buf + len, max(buflen - len, 0), "%d", rbot); in emit()
256 rbot, rtop); in emit()
278 unsigned int cur, rbot, rtop; in bitmask_displaylist() local
282 rbot = cur = bitmask_first(bmp); in bitmask_displaylist()
287 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()
288 rbot = cur; in bitmask_displaylist()
/linux-4.4.14/lib/
Dvsprintf.c854 int cur, rbot, rtop; in bitmap_list_string() local
860 rbot = cur = find_first_bit(bitmap, nr_bits); in bitmap_list_string()
874 buf = number(buf, end, rbot, spec); in bitmap_list_string()
875 if (rbot < rtop) { in bitmap_list_string()
883 rbot = cur; in bitmap_list_string()