Lines Matching defs:buf
1886 mp_digit buf;2001 buf = 0;2014 buf = X->dp[digidx--];2019 y = (buf >> (mp_digit)(DIGIT_BIT - 1)) & 1;2020 buf <<= (mp_digit)1;2963 mp_digit buf, mp;3124 buf = 0;3137 buf = X->dp[digidx--];3142 y = (mp_digit)(buf >> (DIGIT_BIT - 1)) & 1;3143 buf <<= (mp_digit)1;