Home
last modified time | relevance | path

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

/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/axTLS/
H A Dbigint.c77 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
497 return bi_int_divide(ctx, trim(u), d); in bi_divide()
509 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) in bi_int_divide() function
/dports/security/axTLS/axTLS/crypto/
H A Dbigint.c77 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
497 return bi_int_divide(ctx, trim(u), d); in bi_divide()
509 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) in bi_int_divide() function
/dports/lang/micropython/axtls-531cab9/crypto/
H A Dbigint.c77 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
497 return bi_int_divide(ctx, trim(u), d); in bi_divide()
509 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) in bi_int_divide() function
/dports/lang/gauche/Gauche-0.9.10/ext/tls/axTLS/crypto/
H A Dbigint.c77 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
497 return bi_int_divide(ctx, trim(u), d); in bi_divide()
509 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) in bi_int_divide() function
/dports/audio/shairplay/shairplay-498bc5b/src/lib/crypto/
H A Dbigint.c77 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
497 return bi_int_divide(ctx, trim(u), d); in bi_divide()
509 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) in bi_int_divide() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/ThirdParty/axTLS/crypto/
H A Dbigint.c77 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom);
497 return bi_int_divide(ctx, trim(u), d); in bi_divide()
509 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom) in bi_int_divide() function
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/crypto/axtls/
H A 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
/dports/lang/gauche/Gauche-0.9.10/ext/tls/
H A Daxtls.diff834 static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom)