Searched refs:segBitmap (Results 1 – 1 of 1) sorted by relevance
561 SegmentBitmap segBitmap; in Insert() local562 segBitmap.start = start; in Insert()563 segBitmap.end = end; in Insert()564 segBitmap.bitmap = bitmap; in Insert()618 if (tmpStart < segBitmap.start) { in GetMapList()621 if (end <= segBitmap.end) { in GetMapList()624 AddSegBitmap(end + 1, segBitmap.end, segBitmap.bitmap, list); in GetMapList()629 AddSegBitmap(segBitmap.start, segBitmap.end, bmap, list); in GetMapList()634 AddSegBitmap(segBitmap.start, tmpStart - 1, segBitmap.bitmap, list); in GetMapList()637 if (end <= segBitmap.end) { in GetMapList()[all …]