Home
last modified time | relevance | path

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

/lib/
Dbitmap.c665 unsigned int bitmap_ord_to_pos(const unsigned long *buf, unsigned int ord, unsigned int nbits) in bitmap_ord_to_pos() function
726 set_bit(bitmap_ord_to_pos(new, n % w, nbits), dst); in bitmap_remap()
765 return bitmap_ord_to_pos(new, n % w, bits); in bitmap_bitremap()