Searched refs:round_up_exp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dargv.c26 round_up_exp (unsigned v) function
88 p = grub_realloc (p, round_up_exp ((argv->argc + 2) * sizeof (char *)));
114 p = grub_realloc (p, round_up_exp ((a + slen + 1) * sizeof (char)));

Completed in 19 milliseconds