Searched defs:bitmap2 (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/ |
| H A D | bitmap.c | 22 const unsigned long *bitmap2, int bits) in __bitmap_or() argument 61 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and() argument 76 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal() argument 91 const unsigned long *bitmap2, unsigned int bits) in __bitmap_intersects() argument 145 __bitmap_andnot(unsigned long * dst,const unsigned long * bitmap1,const unsigned long * bitmap2,unsigned int bits) __bitmap_andnot() argument 160 __bitmap_subset(const unsigned long * bitmap1,const unsigned long * bitmap2,unsigned int bits) __bitmap_subset() argument [all...] |
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_benchmark.c | 187 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
|