Home
last modified time | relevance | path

Searched defs:bitmap_to_arr32 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbitmap.h302 #define bitmap_to_arr32(buf, bitmap, nbits) \ macro
/linux/lib/
H A Dbitmap.c811 void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr32() function