Searched refs:start_b (Results 1 – 1 of 1) sorted by relevance
249 uint32_t start_b = -1, end_b = 0; in oldlocrecentcmp() local266 if (GET (lb->record[cnt].offset) < start_b) in oldlocrecentcmp()267 start_b = GET (lb->record[cnt].offset); in oldlocrecentcmp()271 assert (start_b != (uint32_t)-1); in oldlocrecentcmp()274 if (start_a != start_b) in oldlocrecentcmp()275 return (int)start_a - (int)start_b; in oldlocrecentcmp()