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

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c483 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
502 # define mul_add_c2(a,b,c0,c1,c2) \ macro
520 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
531 # define mul_add_c2(a,b,c0,c1,c2) { \ macro
548 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
560 # define mul_add_c2(a,b,c0,c1,c2) { \ macro
579 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
589 # define mul_add_c2(a,b,c0,c1,c2) \ macro
607 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c299 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
320 # define mul_add_c2(a,b,c0,c1,c2) { \
360 # define mul_add_c2(a,b,c0,c1,c2) do { \ macro
377 mul_add_c2((a)[i],(a)[j],c0,c1,c2)

Completed in 54 milliseconds