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

/external/chromium_org/third_party/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_LLONG) && defined(BN_DIV2W) && !defined(div_asm)
269 q = div_asm(n0, n1, d0);
292 #if defined(div_asm)
293 q = div_asm(n0, n1, d0);

Completed in 135 milliseconds