Home | History | Annotate | Download | only in dist

Lines Matching refs:mpn_incr_u

2691 /* MPN_INCR_U does {ptr,size} += n, MPN_DECR_U does {ptr,size} -= n, both
2747 #define MPN_INCR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "addl")
2751 #define MPN_INCR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "addq")
2754 #define mpn_incr_u(ptr, incr) MPN_INCR_U (ptr, 0, incr)
2759 #ifndef mpn_incr_u
2760 #define mpn_incr_u(p,incr) \
2802 #ifndef mpn_incr_u
2803 #define mpn_incr_u(p,incr) \
2864 #ifndef MPN_INCR_U
2866 #define MPN_INCR_U(ptr, size, n) \
2872 #define MPN_INCR_U(ptr, size, n) mpn_incr_u (ptr, n)