Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbitmap.h19 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
142 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
/linux/tools/lib/
H A Dbitmap.c60 bool __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function