Home | History | Annotate | Download | only in drd

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));
155 struct bitmap2* bm2;
252 struct bitmap2* bm2;
347 struct bitmap2* bm2;
377 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b));
430 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b));
485 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b));
540 const struct bitmap2* p2;
569 struct bitmap2* p2;
646 struct bitmap2* p2;
728 struct bitmap2* p2;
818 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b));
950 struct bitmap2* bm2l;
951 struct bitmap2* bm2r;
1022 struct bitmap2* bm2l;
1023 struct bitmap2* bm2r;
1050 /** Clear bitmap2::recalc. */
1053 struct bitmap2* bm2;
1064 * Report whether bitmap2::recalc has been set for the second level bitmap
1069 const struct bitmap2* bm2;
1076 * Set bitmap2::recalc in bml for each second level bitmap in bmr that contains
1084 struct bitmap2* bm2l;
1085 struct bitmap2* bm2r;
1096 /** Clear all second-level bitmaps for which bitmap2::recalc == True. */
1099 struct bitmap2* bm2;
1113 struct bitmap2* bm2l;
1114 struct bitmap2* bm2r;
1140 struct bitmap2* bm2;
1169 const struct bitmap2* bm2l;
1170 const struct bitmap2* bm2r;
1213 struct bitmap2* bm2;
1223 static void bm2_print(const struct bitmap2* const bm2)
1264 void bm2_merge(struct bitmap2* const bm2l, const struct bitmap2* const bm2r)