OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 23:09:53 GMT 2025