Searched refs:bitmap1 (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/linux/ |
D | bitmap.h | 85 extern int __bitmap_equal(const unsigned long *bitmap1, 93 extern void __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 95 extern void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 97 extern void __bitmap_xor(unsigned long *dst, const unsigned long *bitmap1, 99 extern void __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, 101 extern int __bitmap_intersects(const unsigned long *bitmap1, 103 extern int __bitmap_subset(const unsigned long *bitmap1,
|
/external/valgrind/main/drd/ |
D | drd_bitmap.c | 353 const struct bitmap1* const p1 = &bm2->bm1; in DRD_() 406 const struct bitmap1* const p1 = &bm2->bm1; in DRD_() 461 const struct bitmap1* const p1 = &bm2->bm1; in DRD_() 504 const struct bitmap1* p1; in DRD_() 794 const struct bitmap1* const p1 = &bm2->bm1; in DRD_() 1134 const struct bitmap1* bm1l; in DRD_() 1135 const struct bitmap1* bm1r; in DRD_() 1188 const struct bitmap1* bm1; in bm2_print()
|
D | drd_bitmap.h | 223 struct bitmap1 struct 336 struct bitmap1 bm1;
|