/netbsd/external/bsd/byacc/dist/ |
H A D | closure.c | 83 unsigned k = BITS_PER_WORD; in set_first_derives() 87 if (k >= BITS_PER_WORD) in set_first_derives() 155 for (i = 0; i < BITS_PER_WORD; ++i) in closure() 168 ruleno += BITS_PER_WORD; in closure() 215 k = BITS_PER_WORD; in print_EFF() 218 if (k >= BITS_PER_WORD) in print_EFF() 245 k = BITS_PER_WORD; in print_first_derives() 248 if (k >= BITS_PER_WORD) in print_first_derives()
|
H A D | defs.h | 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 D | warshall.c | 51 if (++i >= BITS_PER_WORD) in transitive_closure() 79 if (++i >= BITS_PER_WORD) in reflexive_transitive_closure()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | defaults.h | 473 #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 …]
|
H A D | lower-subreg.c | 165 for (i = 0; i < BITS_PER_WORD; i++) in compute_splitting_shift() 168 i + BITS_PER_WORD); in compute_splitting_shift() 176 else if (i == BITS_PER_WORD - 1) in compute_splitting_shift() 180 BITS_PER_WORD - 1); in compute_splitting_shift() 335 && INTVAL (XEXP (x, 1)) == BITS_PER_WORD) in operand_for_swap_move_operator() 1277 2 * BITS_PER_WORD - 1) in find_decomposable_shift_zext() 1357 BITS_PER_WORD - 1, NULL_RTX, 0); in resolve_shift_zext() 1362 if (shift_count > BITS_PER_WORD) in resolve_shift_zext() 1366 shift_count - BITS_PER_WORD, in resolve_shift_zext() 1410 for (i = 0; i < BITS_PER_WORD; i++) in dump_shift_choices() [all …]
|
H A D | expmed.c | 937 if (bitsize > BITS_PER_WORD) in store_integral_bit_field() 946 const int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in store_integral_bit_field() 967 = MIN (BITS_PER_WORD, bitsize - i * BITS_PER_WORD); in store_integral_bit_field() 972 : i * BITS_PER_WORD; in store_integral_bit_field() 1028 if (bitnum % BITS_PER_WORD + bitsize > BITS_PER_WORD) in store_integral_bit_field() 1042 bitnum %= BITS_PER_WORD; in store_integral_bit_field() 1362 unit = BITS_PER_WORD; in store_split_bit_field() 1880 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in extract_integral_bit_field() 1911 * BITS_PER_WORD, in extract_integral_bit_field() 1962 if (bitnum % BITS_PER_WORD + bitsize > BITS_PER_WORD) in extract_integral_bit_field() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | defaults.h | 483 #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 …]
|
H A D | lower-subreg.c | 165 for (i = 0; i < BITS_PER_WORD; i++) in compute_splitting_shift() 168 i + BITS_PER_WORD); in compute_splitting_shift() 176 else if (i == BITS_PER_WORD - 1) in compute_splitting_shift() 180 BITS_PER_WORD - 1); in compute_splitting_shift() 335 && INTVAL (XEXP (x, 1)) == BITS_PER_WORD) in operand_for_swap_move_operator() 1277 2 * BITS_PER_WORD - 1) in find_decomposable_shift_zext() 1357 BITS_PER_WORD - 1, NULL_RTX, 0); in resolve_shift_zext() 1362 if (shift_count > BITS_PER_WORD) in resolve_shift_zext() 1366 shift_count - BITS_PER_WORD, in resolve_shift_zext() 1410 for (i = 0; i < BITS_PER_WORD; i++) in dump_shift_choices() [all …]
|
H A D | lower-subreg.cc | 165 for (i = 0; i < BITS_PER_WORD; i++) in compute_splitting_shift() 168 i + BITS_PER_WORD); in compute_splitting_shift() 176 else if (i == BITS_PER_WORD - 1) in compute_splitting_shift() 180 BITS_PER_WORD - 1); in compute_splitting_shift() 335 && INTVAL (XEXP (x, 1)) == BITS_PER_WORD) in operand_for_swap_move_operator() 1288 2 * BITS_PER_WORD - 1) in find_decomposable_shift_zext() 1368 BITS_PER_WORD - 1, NULL_RTX, 0); in resolve_shift_zext() 1373 if (shift_count > BITS_PER_WORD) in resolve_shift_zext() 1377 shift_count - BITS_PER_WORD, in resolve_shift_zext() 1421 for (i = 0; i < BITS_PER_WORD; i++) in dump_shift_choices() [all …]
|
H A D | expmed.c | 937 if (bitsize > BITS_PER_WORD) in store_integral_bit_field() 946 const int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in store_integral_bit_field() 967 = MIN (BITS_PER_WORD, bitsize - i * BITS_PER_WORD); in store_integral_bit_field() 972 : i * BITS_PER_WORD; in store_integral_bit_field() 1028 if (bitnum % BITS_PER_WORD + bitsize > BITS_PER_WORD) in store_integral_bit_field() 1042 bitnum %= BITS_PER_WORD; in store_integral_bit_field() 1362 unit = BITS_PER_WORD; in store_split_bit_field() 1880 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in extract_integral_bit_field() 1911 * BITS_PER_WORD, in extract_integral_bit_field() 1962 if (bitnum % BITS_PER_WORD + bitsize > BITS_PER_WORD) in extract_integral_bit_field() [all …]
|
H A D | expmed.cc | 942 if (bitsize > BITS_PER_WORD) in store_integral_bit_field() 951 const int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in store_integral_bit_field() 972 = MIN (BITS_PER_WORD, bitsize - i * BITS_PER_WORD); in store_integral_bit_field() 977 : i * BITS_PER_WORD; in store_integral_bit_field() 1033 if (bitnum % BITS_PER_WORD + bitsize > BITS_PER_WORD) in store_integral_bit_field() 1047 bitnum %= BITS_PER_WORD; in store_integral_bit_field() 1367 unit = BITS_PER_WORD; in store_split_bit_field() 1892 unsigned int nwords = (bitsize + (BITS_PER_WORD - 1)) / BITS_PER_WORD; in extract_integral_bit_field() 1923 * BITS_PER_WORD, in extract_integral_bit_field() 1974 if (bitnum % BITS_PER_WORD + bitsize > BITS_PER_WORD) in extract_integral_bit_field() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.h | 126 #define PARM_BOUNDARY BITS_PER_WORD 133 (riscv_abi == ABI_ILP32E ? BITS_PER_WORD : 2 * BITS_PER_WORD) 136 #define ABI_STACK_BOUNDARY (riscv_abi == ABI_ILP32E ? BITS_PER_WORD : 128) 173 (((COND) && ((ALIGN) < BITS_PER_WORD) \ 176 || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.h | 126 #define PARM_BOUNDARY BITS_PER_WORD 133 (riscv_abi == ABI_ILP32E ? BITS_PER_WORD : 2 * BITS_PER_WORD) 136 #define ABI_STACK_BOUNDARY (riscv_abi == ABI_ILP32E ? BITS_PER_WORD : 128) 173 (((COND) && ((ALIGN) < BITS_PER_WORD) \ 176 || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
|
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gc/ |
H A D | bits.d | 26 enum BITS_PER_WORD = (wordtype.sizeof * 8); member 28 enum BITS_MASK = (BITS_PER_WORD - 1); 98 return (nbits + (BITS_PER_WORD - 1)) >> BITS_SHIFT; in nwords()
|
/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/ |
H A D | bits.d | 26 enum BITS_PER_WORD = (wordtype.sizeof * 8); member 28 enum BITS_MASK = (BITS_PER_WORD - 1); 98 return (nbits + (BITS_PER_WORD - 1)) >> BITS_SHIFT; in nwords()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/lm32/ |
H A D | lm32.h | 76 #define BITS_PER_WORD 32 macro 104 ((((ALIGN) < BITS_PER_WORD) \ 107 || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN)) 261 && TYPE_PRECISION (VALTYPE) < BITS_PER_WORD) \
|
/netbsd/external/gpl3/gcc/dist/gcc/config/lm32/ |
H A D | lm32.h | 76 #define BITS_PER_WORD 32 macro 104 ((((ALIGN) < BITS_PER_WORD) \ 107 || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN)) 261 && TYPE_PRECISION (VALTYPE) < BITS_PER_WORD) \
|
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-call.cc | 942 if (intoffset % BITS_PER_WORD != 0) in rs6000_darwin64_record_arg_advance_flush() 944 unsigned int bits = BITS_PER_WORD - intoffset % BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush() 955 startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush() 956 endbit = ROUND_UP (bitpos, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush() 957 intregs = (endbit - startbit) / BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush() 1167 if (TYPE_ALIGN (type) >= 2 * BITS_PER_WORD in rs6000_function_arg_advance_1() 1315 if (intoffset % BITS_PER_WORD != 0) in rs6000_darwin64_record_arg_flush() 1317 unsigned int bits = BITS_PER_WORD - intoffset % BITS_PER_WORD; in rs6000_darwin64_record_arg_flush() 1332 endbit = ROUND_UP (bitpos, BITS_PER_WORD); in rs6000_darwin64_record_arg_flush() 1333 intregs = (endbit - startbit) / BITS_PER_WORD; in rs6000_darwin64_record_arg_flush() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.h | 270 #define PARM_BOUNDARY BITS_PER_WORD 287 #define FUNCTION_BOUNDARY BITS_PER_WORD 302 #define BIGGEST_ALIGNMENT (2 * BITS_PER_WORD) 319 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN)) 696 #define TRAMPOLINE_ALIGNMENT BITS_PER_WORD
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.h | 270 #define PARM_BOUNDARY BITS_PER_WORD 287 #define FUNCTION_BOUNDARY BITS_PER_WORD 302 #define BIGGEST_ALIGNMENT (2 * BITS_PER_WORD) 319 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN)) 696 #define TRAMPOLINE_ALIGNMENT BITS_PER_WORD
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.h | 72 #define WCHAR_TYPE_SIZE BITS_PER_WORD 327 (((COND) && ((ALIGN) < BITS_PER_WORD) \ 330 || TREE_CODE (EXP) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
|
/netbsd/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.h | 72 #define WCHAR_TYPE_SIZE BITS_PER_WORD 327 (((COND) && ((ALIGN) < BITS_PER_WORD) \ 330 || TREE_CODE (EXP) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
H A D | fr30.h | 89 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN)) 118 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
/netbsd/external/gpl3/gcc/dist/gcc/config/fr30/ |
H A D | fr30.h | 89 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN)) 118 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
/netbsd/sys/arch/arm/xscale/ |
H A D | ixp425_qmgr.h | 140 #define BITS_PER_WORD 32 macro 224 (BITS_PER_WORD/IX_QMGR_QUELOWSTAT_NUM_QUE_PER_WORD)
|