| /src/external/bsd/elftoolchain/dist/common/ |
| uthash.h | 778 if ((_ha_head->count >= ((_ha_head->expand_mult + 1U) * HASH_BKT_CAPACITY_THRESH)) \ 859 if (_he_newbkt->count > _he_newbkt->expand_mult * (tbl)->ideal_chain_maxlen) { \ 860 _he_newbkt->expand_mult++; \ 1074 /* expand_mult is normally set to 0. In this situation, the max chain length 1077 * However, setting expand_mult to a non-zero value delays bucket expansion 1080 * (The multiplier is simply expand_mult+1). The whole idea of this 1086 unsigned expand_mult; member in struct:UT_hash_bucket
|
| /src/external/gpl3/gcc/dist/gcc/ |
| expmed.cc | 3312 /* A subroutine of expand_mult, used for constant multiplications. 3478 expand_mult (machine_mode mode, rtx op0, rtx op1, rtx target, 5168 quotient = expand_mult (int_mode, t1, gen_int_mode (ml, int_mode), 5194 tem = expand_mult (int_mode, quotient, op1, NULL_RTX, 1); 5219 tem = expand_mult (int_mode, quotient, op1, NULL_RTX, 0); 5351 remainder = expand_mult (compute_mode, quotient, op1, 3467 expand_mult (machine_mode mode, rtx op0, rtx op1, rtx target, function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expmed.cc | 3296 /* A subroutine of expand_mult, used for constant multiplications. 3462 expand_mult (machine_mode mode, rtx op0, rtx op1, rtx target, 5152 quotient = expand_mult (int_mode, t1, gen_int_mode (ml, int_mode), 5178 tem = expand_mult (int_mode, quotient, op1, NULL_RTX, 1); 5203 tem = expand_mult (int_mode, quotient, op1, NULL_RTX, 0); 5335 remainder = expand_mult (compute_mode, quotient, op1, 3451 expand_mult (machine_mode mode, rtx op0, rtx op1, rtx target, function
|