Searched defs:WORDSIZE (Results 1 – 4 of 4) sorted by relevance
15 * obviously: define(WORDSIZE, 32) macro
189 wordsize, WORDSIZE, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument207 wordsize, WORDSIZE, complete_formulas, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument
59 #define WORDSIZE 64 macro
70 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro