Searched defs:DIGIT_BIT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.h52 #define DIGIT_BIT MP_DIGIT_BIT macro
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h79 #define DIGIT_BIT 60 macro
99 #define DIGIT_BIT 31 macro
102 #define DIGIT_BIT 28 macro
127 #define DIGIT_BIT ((int)((CHAR_BIT * sizeof(mp_digit) - 1))) /* bits per digit */ macro
[all...]
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dtommath.h79 #define DIGIT_BIT 60 macro
99 #define DIGIT_BIT 31 macro
102 #define DIGIT_BIT 28 macro
127 #define DIGIT_BIT ((int)((CHAR_BIT * sizeof(mp_digit) - 1))) /* bits per digit */ macro
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/tomsfastmath/src/headers/
H A Dtfm.h276 #define DIGIT_BIT (int)((CHAR_BIT) * sizeof(fp_digit)) macro
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclTomMath.h91 #define DIGIT_BIT 60 macro
114 #define DIGIT_BIT 31 macro
117 #define DIGIT_BIT 28 macro
144 #define DIGIT_BIT ((int)((CHAR_BIT * sizeof(mp_digit) - 1))) /* bits per digit */ macro
[all...]

Completed in 129 milliseconds