Searched defs:mp_iseven (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h222 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO) macro
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dtommath.h222 #define mp_iseven(a) (((a)->used == 0 || (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO) macro
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTomMath.h263 #define mp_iseven(a) (((a)->used == 0 || (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO) macro
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c1899 int mp_iseven(mp_int *a) function
[all...]

Completed in 159 milliseconds