Home
last modified time | relevance | path

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

/glibc-2.36/catgets/
Dgencat.c849 size_t act_size, act_depth; in write_out() local
882 act_depth = 1; in write_out()
895 if (deep[idx] > act_depth) in write_out()
897 act_depth = deep[idx]; 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()
911 best_depth = act_depth; in write_out()