HomeSort by: relevance | last modified time | path
    Searched refs:BN_sub (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/nvmectl/
bn.h 110 int BN_sub(BIGNUM */*r*/, const BIGNUM */*a*/, const BIGNUM */*b*/);
humanize_bignum.c 192 if (BN_sub(t1, max, BN_value_50()) == 0)
bignum.c 5365 BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b)
5758 BN_sub(i, i, one);
5762 BN_sub(i, i, one);
  /src/usr.bin/dc/
inout.c 362 bn_check(BN_sub(fract_part->number, fract_part->number,
bcode.c 1000 bn_check(BN_sub(r->number, b->number, a->number));
1277 bn_check(BN_sub(r, x, y));

Completed in 32 milliseconds