Searched refs:BITS_PER_WORD (Results 1 - 25 of 248) sorted by relevance

12345678910

/netbsd-current/external/bsd/byacc/dist/
H A Ddefs.h48 /* BITS_PER_WORD is the number of bits in a C unsigned */
71 #define BITS_PER_WORD ((int) sizeof (unsigned) * CHAR_BIT) macro
72 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD)
73 #define BIT(r, n) ((((r)[(n)/BITS_PER_WORD])>>((n)&(BITS_PER_WORD-1)))&1)
74 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1))))
H A Dclosure.c83 unsigned k = BITS_PER_WORD;
87 if (k >= BITS_PER_WORD)
155 for (i = 0; i < BITS_PER_WORD; ++i)
168 ruleno += BITS_PER_WORD;
215 k = BITS_PER_WORD;
218 if (k >= BITS_PER_WORD)
245 k = BITS_PER_WORD;
248 if (k >= BITS_PER_WORD)
H A Dwarshall.c51 if (++i >= BITS_PER_WORD)
79 if (++i >= BITS_PER_WORD)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dlinux.h51 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vax/
H A Dlinux.h51 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dlinux-gas.h48 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dlinux.h30 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dlinux-gas.h48 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa32-linux.h69 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dlynx.h145 # define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsp-elf.h65 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsp-elf.h65 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa32-linux.h69 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddragonfly.h58 #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD)
H A Dfreebsd.h56 #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD)
H A Dnto.h99 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dlynx.h145 # define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddragonfly.h58 #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD)
H A Dnto.h99 #define WCHAR_TYPE_SIZE BITS_PER_WORD
H A Dfreebsd.h56 #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD)
H A Dgnu-user.h58 #define WCHAR_TYPE_SIZE BITS_PER_WORD
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dbits.d26 enum BITS_PER_WORD = (wordtype.sizeof * 8);
28 enum BITS_MASK = (BITS_PER_WORD - 1);
98 return (nbits + (BITS_PER_WORD - 1)) >> BITS_SHIFT;
/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_qmgr.h140 #define BITS_PER_WORD 32 macro
224 (BITS_PER_WORD/IX_QMGR_QUELOWSTAT_NUM_QUE_PER_WORD)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h473 #ifndef BITS_PER_WORD
474 #define BITS_PER_WORD (BITS_PER_UNIT * UNITS_PER_WORD) macro
491 #define INT_TYPE_SIZE BITS_PER_WORD
495 #define LONG_TYPE_SIZE BITS_PER_WORD
499 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2)
507 #define FLOAT_TYPE_SIZE BITS_PER_WORD
511 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
515 #define LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
747 #define POINTER_SIZE BITS_PER_WORD
825 #define MALLOC_ABI_ALIGNMENT BITS_PER_WORD
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h483 #ifndef BITS_PER_WORD
484 #define BITS_PER_WORD (BITS_PER_UNIT * UNITS_PER_WORD) macro
501 #define INT_TYPE_SIZE BITS_PER_WORD
505 #define LONG_TYPE_SIZE BITS_PER_WORD
509 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2)
517 #define FLOAT_TYPE_SIZE BITS_PER_WORD
521 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
525 #define LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2)
757 #define POINTER_SIZE BITS_PER_WORD
826 #define MALLOC_ABI_ALIGNMENT BITS_PER_WORD
[all...]

Completed in 181 milliseconds

12345678910