OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MP_RANGE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sbin/nvmectl/
bn.h
79
#define
MP_RANGE
MP_VAL
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bn.h
79
#define
MP_RANGE
MP_VAL
/src/external/mit/isl/dist/imath/
gmp_compat.c
428
CHECK(res ==
MP_RANGE
? MP_OK :
MP_RANGE
);
429
if (res !=
MP_RANGE
) return 0;
446
CHECK(res ==
MP_RANGE
? MP_OK :
MP_RANGE
);
447
if (res !=
MP_RANGE
) return 0;
imath.c
38
const mp_result
MP_RANGE
= -3; /* argument out of range */
903
if (b < 0) return
MP_RANGE
;
927
if (b < 0) return
MP_RANGE
;
951
if (MP_SIGN(b) == MP_NEG) return
MP_RANGE
;
1042
if (CMPZ(b) < 0) return
MP_RANGE
;
1090
if (CMPZ(b) < 0) return
MP_RANGE
;
1121
if (CMPZ(a) == 0 || CMPZ(m) <= 0) return
MP_RANGE
;
1400
return
MP_RANGE
;
1423
return
MP_RANGE
;
imath.h
75
extern const mp_result
MP_RANGE
;
213
It returns `
MP_RANGE
` if `b < 0`. */
217
It returns `
MP_RANGE
` if `b < 0`. */
221
It returns `
MP_RANGE
`) if `b < 0`. */
255
It returns `
MP_RANGE
` if `b < 0` or `MP_UNDEF` if `m == 0`. */
259
It returns `
MP_RANGE
` if `value < 0` or `MP_UNDEF` if `m == 0`. */
263
It returns `
MP_RANGE
` if `b < 0` or `MP_UNDEF` if `m == 0`. */
270
It returns `
MP_RANGE
` if `b < 0` or `MP_UNDEF` if `m == 0`. */
280
It returns `MP_UNDEF` if the inverse does not exist, or `
MP_RANGE
` if `a ==
313
/** Returns `MP_OK` if `z` is representable as `mp_small`, else `
MP_RANGE
`
[
all
...]
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h
144
#define
MP_RANGE
MP_VAL
/src/external/mit/isl/dist/imath_wrap/
wrap.h
10
#define
MP_RANGE
ISL_MP_RANGE
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rsa-gmp.c
387
return
MP_RANGE
;
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h
147
#define
MP_RANGE
MP_VAL
Completed in 25 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026