Searched refs:test_div (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/base/
H A Dftcalc.c808 FT_UInt32 root, rem_hi, rem_lo, test_div; local
824 test_div = ( root << 1 ) + 1;
826 if ( rem_hi >= test_div )
828 rem_hi -= test_div;
/external/openssl/crypto/bn/
H A Dbntest.c100 int test_div(BIO *bp,BN_CTX *ctx);
223 if (!test_div(out,ctx)) goto err;
412 int test_div(BIO *bp, BN_CTX *ctx) function
/external/freetype/src/truetype/
H A Dttinterp.c1578 FT_UInt32 root, rem, test_div;
1593 test_div = ( root << 1 ) + 1;
1595 if ( rem >= test_div )
1597 rem -= test_div;

Completed in 53 milliseconds