Home
last modified time | relevance | path

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

/glibc-2.36/catgets/
Dgencat.c849 size_t act_size, act_depth; in write_out() local
869 act_size = 1 + catalog->total_messages / 5; in write_out()
878 while (act_size <= best_total) in write_out()
880 size_t deep[act_size]; in write_out()
883 memset (deep, '\0', act_size * sizeof (size_t)); in write_out()
892 size_t idx = (message_run->number * set_run->number) % act_size; in write_out()
898 if (act_depth * act_size > best_total) in write_out()
906 if (act_depth * act_size <= best_total) in write_out()
909 best_total = act_depth * act_size; in write_out()
910 best_size = act_size; in write_out()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.113384 variables min_total, act_size.