Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m415 * obviously: define(WORDSIZE, 32) macro
/freebsd-src/contrib/byacc/
H A Ddefs.h70 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro