Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Dbigint.c60 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
464 return bi_int_divide(ctx, trim(u), d); in bi_divide()
476 static bigint *bi_int_divide(BI_CTX *ctx __unused, bigint *biR, comp denom) in bi_int_divide() function