Lines Matching refs:bitmap2
39 static void bm2_merge(struct bitmap2* const bm2l,
40 const struct bitmap2* const bm2r);
41 static void bm2_print(const struct bitmap2* const bm2);
59 VG_(free), 512, sizeof(struct bitmap2)); in DRD_()
153 struct bitmap2* bm2; in DRD_()
250 struct bitmap2* bm2; in DRD_()
345 struct bitmap2* bm2; in DRD_()
375 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
428 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
483 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
538 const struct bitmap2* p2; in DRD_()
567 struct bitmap2* p2; in DRD_()
644 struct bitmap2* p2; in DRD_()
726 struct bitmap2* p2; in DRD_()
816 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
948 struct bitmap2* bm2l; in DRD_()
949 struct bitmap2* bm2r; in DRD_()
1020 struct bitmap2* bm2l; in DRD_()
1021 struct bitmap2* bm2r; in DRD_()
1051 struct bitmap2* bm2; in DRD_()
1067 const struct bitmap2* bm2; in DRD_()
1082 struct bitmap2* bm2l; in DRD_()
1083 struct bitmap2* bm2r; in DRD_()
1097 struct bitmap2* bm2; in DRD_()
1111 struct bitmap2* bm2l; in DRD_()
1112 struct bitmap2* bm2r; in DRD_()
1138 struct bitmap2* bm2; in DRD_()
1167 const struct bitmap2* bm2l; in DRD_()
1168 const struct bitmap2* bm2r; in DRD_()
1211 struct bitmap2* bm2; in DRD_()
1221 static void bm2_print(const struct bitmap2* const bm2) in bm2_print()
1262 void bm2_merge(struct bitmap2* const bm2l, const struct bitmap2* const bm2r) in bm2_merge()