rtop             1171 lib/vsprintf.c 	int cur, rbot, rtop;
rtop             1179 lib/vsprintf.c 		rtop = cur;
rtop             1181 lib/vsprintf.c 		if (cur < nr_bits && cur <= rtop + 1)
rtop             1192 lib/vsprintf.c 		if (rbot < rtop) {
rtop             1197 lib/vsprintf.c 			buf = number(buf, end, rtop, default_dec_spec);
rtop               35 tools/lib/bitmap.c 	int cur, rbot, rtop;
rtop               41 tools/lib/bitmap.c 		rtop = cur;
rtop               43 tools/lib/bitmap.c 		if (cur < nbits && cur <= rtop + 1)
rtop               52 tools/lib/bitmap.c 		if (rbot < rtop)
rtop               53 tools/lib/bitmap.c 			ret += scnprintf(buf + ret, size - ret, "-%d", rtop);
rtop              249 tools/power/cpupower/utils/helpers/bitmask.c static inline int emit(char *buf, int buflen, int rbot, int rtop, int len)
rtop              253 tools/power/cpupower/utils/helpers/bitmask.c 	if (rbot == rtop)
rtop              257 tools/power/cpupower/utils/helpers/bitmask.c 				rbot, rtop);
rtop              279 tools/power/cpupower/utils/helpers/bitmask.c 	unsigned int cur, rbot, rtop;
rtop              285 tools/power/cpupower/utils/helpers/bitmask.c 		rtop = cur;
rtop              287 tools/power/cpupower/utils/helpers/bitmask.c 		if (cur >= bmp->size || cur > rtop + 1) {
rtop              288 tools/power/cpupower/utils/helpers/bitmask.c 			len = emit(buf, buflen, rbot, rtop, len);