Searched refs:rbot (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() 529 len += scnprintf(buf + len, buflen - len, "%d", rbot); 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 562 rbot = cur = find_first_bit(maskp, nmaskbits); in bitmap_scnlistprintf() 567 len = bscnl_emit(buf, buflen, rbot, rtop, len); in bitmap_scnlistprintf() 568 rbot = cur; in bitmap_scnlistprintf()
|