Searched refs:rtop (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 248 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() argument 252 if (rbot == rtop) in emit() 256 rbot, rtop); in emit() 278 unsigned int cur, rbot, rtop; in bitmask_displaylist() local 284 rtop = cur; in bitmask_displaylist() 286 if (cur >= bmp->size || cur > rtop + 1) { in bitmask_displaylist() 287 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 854 int cur, rbot, rtop; in bitmap_list_string() local 862 rtop = cur; in bitmap_list_string() 864 if (cur < nr_bits && cur <= rtop + 1) in bitmap_list_string() 875 if (rbot < rtop) { in bitmap_list_string() 880 buf = number(buf, end, rtop, spec); in bitmap_list_string()
|