Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/dc/
Dbcode.c369 bn_checkp(a); in scale_number()
371 bn_checkp(p); in scale_number()
373 bn_checkp(ctx); in scale_number()
393 bn_checkp(BN_copy(i, n->number)); in split_number()
406 bn_checkp(a); in split_number()
408 bn_checkp(p); in split_number()
410 bn_checkp(ctx); in split_number()
1017 bn_checkp(ctx); in bmul_number()
1079 bn_checkp(ctx); in bdiv()
1117 bn_checkp(ctx); in bmod()
[all …]
Dmem.c55 bn_checkp(n->number); in dup_number()
100 bn_checkp(const void *p) \ in bn_checkp() function
Dextern.h40 void bn_checkp(const void *);
Dinout.c417 bn_checkp(v); in print_ascii()