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

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c485 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
506 # define mul_add_c2(a,b,c0,c1,c2) do { \ macro
529 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
544 # define mul_add_c2(a,b,c0,c1,c2) do { \ macro
563 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
578 # define mul_add_c2(a,b,c0,c1,c2) do { \ macro
597 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
612 # define mul_add_c2(a,b,c0,c1,c2) do { \ macro
632 mul_add_c2((a)[i],(a)[j],c0,c1,c2)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c300 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
321 # define mul_add_c2(a,b,c0,c1,c2) do { \
363 # define mul_add_c2(a,b,c0,c1,c2) do { \ macro
381 mul_add_c2((a)[i],(a)[j],c0,c1,c2)

Completed in 69 milliseconds