Home
last modified time | relevance | path

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

/glibc-2.36/catgets/
Dgencat.c848 size_t best_total, best_size, best_depth; in write_out() local
864 best_total = best_size = best_depth = UINT_MAX; in write_out()
911 best_depth = act_depth; in write_out()
921 best_depth = 1; in write_out()
928 obj.plane_depth = best_depth; in write_out()
932 (uint32_t *) alloca (best_size * best_depth * sizeof (uint32_t) * 3); in write_out()
933 memset (array1, '\0', best_size * best_depth * sizeof (uint32_t) * 3); in write_out()
935 = (uint32_t *) alloca (best_size * best_depth * sizeof (uint32_t) * 3); in write_out()
972 for (cnt = 0; cnt < best_size * best_depth * 3; ++cnt) in write_out()
993 write (fd, array1, best_size * best_depth * sizeof (uint32_t) * 3); in write_out()
[all …]