Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
H A Dget_str.c149 #define BUF_ALLOC (GET_STR_THRESHOLD_LIMIT * GMP_LIMB_BITS * 7 / 11) in mpn_sb_get_str() macro
151 #define BUF_ALLOC (GET_STR_PRECOMPUTE_THRESHOLD * GMP_LIMB_BITS * 7 / 11) in mpn_sb_get_str() macro
153 unsigned char buf[BUF_ALLOC]; in mpn_sb_get_str()
167 s = buf + BUF_ALLOC; in mpn_sb_get_str()
249 s = buf + BUF_ALLOC; in mpn_sb_get_str()
279 l = buf + BUF_ALLOC - s; in mpn_sb_get_str()