Home
last modified time | relevance | path

Searched refs:end_b (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/locale/programs/
Dlocarchive.c249 uint32_t start_b = -1, end_b = 0; in oldlocrecentcmp() local
268 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()