OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_word
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtommath/mtest/
mpi-types.h
4
typedef unsigned int
mp_word
; /* 4 byte type */
typedef
10
#define MP_WORD_BIT (CHAR_BIT*sizeof(
mp_word
))
/external/dropbear/libtommath/
tommath.h
58
* A "
mp_word
" must be able to hold 2*DIGIT_BIT + 1 bits
65
typedef unsigned short
mp_word
;
typedef
68
typedef unsigned long
mp_word
;
typedef
77
typedef unsigned long
mp_word
__attribute__ ((mode(TI)));
typedef
95
typedef ulong64
mp_word
;
typedef
176
#define MP_WARRAY (1 << (sizeof(
mp_word
) * CHAR_BIT - 2 * DIGIT_BIT + 1))
/external/wpa_supplicant_8/src/tls/
libtommath.c
74
typedef unsigned long
mp_word
__attribute__((mode(TI)));
typedef
80
typedef u64
mp_word
;
typedef
123
#define MP_WARRAY (1 << (sizeof(
mp_word
) * CHAR_BIT - 2 * DIGIT_BIT + 1))
522
(1 << ((CHAR_BIT * sizeof (
mp_word
)) - (2 * DIGIT_BIT)))) {
[
all
...]
Completed in 77 milliseconds