Lines Matching refs:bitmap2
41 static void bm2_merge(struct bitmap2* const bm2l,
42 const struct bitmap2* const bm2r);
43 static void bm2_print(const struct bitmap2* const bm2);
61 VG_(free), 512, sizeof(struct bitmap2)); in DRD_()
155 struct bitmap2* bm2; in DRD_()
252 struct bitmap2* bm2; in DRD_()
347 struct bitmap2* bm2; in DRD_()
377 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
430 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
485 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
540 const struct bitmap2* p2; in DRD_()
569 struct bitmap2* p2; in DRD_()
646 struct bitmap2* p2; in DRD_()
728 struct bitmap2* p2; in DRD_()
818 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
950 struct bitmap2* bm2l; in DRD_()
951 struct bitmap2* bm2r; in DRD_()
1022 struct bitmap2* bm2l; in DRD_()
1023 struct bitmap2* bm2r; in DRD_()
1053 struct bitmap2* bm2; in DRD_()
1069 const struct bitmap2* bm2; in DRD_()
1084 struct bitmap2* bm2l; in DRD_()
1085 struct bitmap2* bm2r; in DRD_()
1099 struct bitmap2* bm2; in DRD_()
1113 struct bitmap2* bm2l; in DRD_()
1114 struct bitmap2* bm2r; in DRD_()
1140 struct bitmap2* bm2; in DRD_()
1169 const struct bitmap2* bm2l; in DRD_()
1170 const struct bitmap2* bm2r; in DRD_()
1213 struct bitmap2* bm2; in DRD_()
1223 static void bm2_print(const struct bitmap2* const bm2) in bm2_print()
1264 void bm2_merge(struct bitmap2* const bm2l, const struct bitmap2* const bm2r) in bm2_merge()