Home
last modified time | relevance | path

Searched defs:WORDSIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m415 * obviously: define(WORDSIZE, 32) macro
/freebsd/crypto/libecc/include/libecc/nn/
H A Dnn_config.h189 wordsize, WORDSIZE, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument
207 wordsize, WORDSIZE, complete_formulas, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument
/freebsd/crypto/libecc/include/libecc/words/
H A Dwords.h59 #define WORDSIZE 64 macro
/freebsd/contrib/byacc/
H A Ddefs.h70 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro