Home
last modified time | relevance | path

Searched refs:divisor_width (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c210 int divisor_width = bn_minimal_width(divisor); in BN_div() local
212 (divisor_width > 0 && divisor->d[divisor_width - 1] == 0)) { in BN_div()