Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
HDset_str.c119 tp = TMP_BALLOC_LIMBS (mpn_dc_set_str_itch (un)); in mpn_set_str()
/dragonfly/contrib/gmp/
HDgmp-impl.h3848 #define mpn_dc_set_str_itch(n) ((n) + GMP_LIMB_BITS) macro