Home | History | Annotate | Download | only in drd

Lines Matching refs:recalc

1050 /** Clear bitmap2::recalc. */
1059 bm2->recalc = False;
1064 * Report whether bitmap2::recalc has been set for the second level bitmap
1072 return bm2 && bm2->recalc;
1076 * Set bitmap2::recalc in bml for each second level bitmap in bmr that contains
1092 bm2l->recalc = True;
1096 /** Clear all second-level bitmaps for which bitmap2::recalc == True. */
1105 if (bm2->recalc)
1110 /** Merge the second level bitmaps from *rhs into *lhs for which recalc == True. */
1129 if (bm2l && bm2l->recalc)
1146 if (bm2->recalc