Home
last modified time | relevance | path

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

/tools/lib/
Dbitmap.c37 int cur, rbot, rtop; in bitmap_scnprintf() local
43 rtop = cur; in bitmap_scnprintf()
45 if (cur < nbits && cur <= rtop + 1) in bitmap_scnprintf()
54 if (rbot < rtop) in bitmap_scnprintf()
55 ret += scnprintf(buf + ret, size - ret, "-%d", rtop); in bitmap_scnprintf()
/tools/power/cpupower/utils/helpers/
Dbitmask.c249 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() argument
253 if (rbot == rtop) in emit()
257 rbot, rtop); in emit()
279 unsigned int cur, rbot, rtop; in bitmask_displaylist() local
285 rtop = cur; in bitmask_displaylist()
287 if (cur >= bmp->size || cur > rtop + 1) { in bitmask_displaylist()
288 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()