HomeSort by relevance Sort by last modified time
    Searched refs:test_div (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftcalc.c 807 FT_UInt32 root, rem_hi, rem_lo, test_div; local
823 test_div = ( root << 1 ) + 1;
825 if ( rem_hi >= test_div )
827 rem_hi -= test_div;
  /external/openssl/crypto/bn/
bntest.c 100 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
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 90 milliseconds