Home
last modified time | relevance | path

Searched refs:BITS_PER_WORD (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/yacc/
H A Dclosure.c85 k = BITS_PER_WORD; in set_first_derives()
88 if (k >= BITS_PER_WORD) in set_first_derives()
160 for (i = 0; i < BITS_PER_WORD; ++i)
173 ruleno += BITS_PER_WORD;
222 k = BITS_PER_WORD; in print_EFF()
225 if (k >= BITS_PER_WORD) in print_EFF()
252 k = BITS_PER_WORD; in print_first_derives()
255 if (k >= BITS_PER_WORD) in print_first_derives()
H A Dwarshall.c59 if (++i >= BITS_PER_WORD)
88 if (++i >= BITS_PER_WORD)
H A Ddefs.h37 #define BITS_PER_WORD 32 macro
38 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD)
/original-bsd/contrib/gcc-2.3.3/config/
H A Dm68k.h169 #define BITS_PER_WORD 32 macro
H A Dmips.c2549 if (type != (tree)0 && TYPE_ALIGN (type) > BITS_PER_WORD)
2596 rtx amount = GEN_INT (BITS_PER_WORD - GET_MODE_BITSIZE (mode));