Searched defs:div_asm (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Ddiv.c80 #undef div_asm macro
81 # define div_asm(n0,n1,d0) \ macro
95 # undef div_asm macro
96 # define div_asm(n0,n1,d0) \ macro
266 #if defined(BN_ULLONG) && !defined(div_asm)
269 q = div_asm(n0, n1, d0);
294 #if defined(div_asm)
295 q = div_asm(n0, n1, d0);

Completed in 95 milliseconds