Searched refs:end_b (Results 1 – 1 of 1) sorted by relevance
249 uint32_t start_b = -1, end_b = 0; in oldlocrecentcmp() local268 if (GET (lb->record[cnt].offset) + GET (lb->record[cnt].len) > end_b) in oldlocrecentcmp()269 end_b = GET (lb->record[cnt].offset) + GET (lb->record[cnt].len); in oldlocrecentcmp()272 assert (end_b != 0); in oldlocrecentcmp()276 return (int)end_a - (int)end_b; in oldlocrecentcmp()