Searched refs:group_end (Results 1 – 2 of 2) sorted by relevance
1946 const int group_end = match->End(i, &status); in ComputeSelectionBoundaries() local1950 if (group_start == kInvalidIndex || group_end == kInvalidIndex) { in ComputeSelectionBoundaries()1954 result = {group_start, group_end}; in ComputeSelectionBoundaries()1957 result.second = std::max(result.second, group_end); in ComputeSelectionBoundaries()
1264 blk64_t old_blocks, new_blocks, group_end, cluster_freed; in blocks_to_move() local1401 group_end = group_blk + 1 + old_blocks; in blocks_to_move()1403 blk < group_end;) { in blocks_to_move()1411 if (cluster_freed > group_end - blk) in blocks_to_move()1412 cluster_freed = group_end - blk; in blocks_to_move()