Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
HDdivmod.m415 * obviously: define(WORDSIZE, 32) macro
/freebsd-13-stable/crypto/libecc/include/libecc/nn/
HDnn_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-13-stable/crypto/libecc/include/libecc/words/
HDwords.h59 #define WORDSIZE 64 macro
/freebsd-13-stable/contrib/byacc/
HDdefs.h66 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro