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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c1049 size_t pow5_len; local
1088 pow5_len = 1;
1103 for (j = 0; j < pow5_len; j++)
1111 pow5_ptr[pow5_len++] = (mp_limb_t) carry;
1124 for (count = pow5_len; count > 0; count--)
1133 pow5_len++;
1139 for (count = pow5_len; count > 0;)
1149 pow5_len += s_limbs;
1152 pow5.nlimbs = pow5_len;
1167 pow5.nlimbs = pow5_len;
[all...]

Completed in 21 milliseconds