Searched refs:rtop (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | bitmap.c | 524 static inline int bscnl_emit(char *buf, int buflen, int rbot, int rtop, int len) in bscnl_emit() argument 528 if (rbot == rtop) in bscnl_emit() 531 len += scnprintf(buf + len, buflen - len, "%d-%d", rbot, rtop); in bscnl_emit() 556 int cur, rbot, rtop; in bitmap_scnlistprintf() local 564 rtop = cur; in bitmap_scnlistprintf() 566 if (cur >= nmaskbits || cur > rtop + 1) { in bitmap_scnlistprintf() 567 len = bscnl_emit(buf, buflen, rbot, rtop, len); in bitmap_scnlistprintf()
|