Searched refs:expand_mult (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h603 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \
675 _he_newbkt->expand_mult = _he_newbkt->count / \
855 /* expand_mult is normally set to 0. In this situation, the max chain length
858 * However, setting expand_mult to a non-zero value delays bucket expansion
861 * (The multiplier is simply expand_mult+1). The whole idea of this
867 unsigned expand_mult; member in struct:UT_hash_bucket
/freebsd-11-stable/contrib/gcc/
H A Dexplow.c910 size = expand_mult (Pmode, size, GEN_INT (align), NULL_RTX, 1);
1174 size = expand_mult (Pmode, size,
1303 target = expand_mult (Pmode, target,
H A Dexpr.h739 extern rtx expand_mult (enum machine_mode, rtx, rtx, rtx, int);
H A Dexpmed.c1988 shift = expand_mult (Pmode, shift, GEN_INT (BITS_PER_UNIT), NULL, 1);
2951 /* A subroutine of expand_mult, used for constant multiplications.
3112 expand_mult (enum machine_mode mode, rtx op0, rtx op1, rtx target,
4749 quotient = expand_mult (compute_mode, t1,
4776 tem = expand_mult (compute_mode, quotient, op1, NULL_RTX, 1);
4801 tem = expand_mult (compute_mode, quotient, op1, NULL_RTX, 0);
4934 remainder = expand_mult (compute_mode, quotient, op1,
3101 expand_mult (enum machine_mode mode, rtx op0, rtx op1, rtx target, function
H A Dexpr.c6052 return expand_mult (GET_MODE (value), op1, op2, target, 1);
8233 return REDUCE_BIT_FIELD (expand_mult (mode, op0, op1, target, unsignedp));
H A Dbuiltins.c2481 result = expand_mult (mode, op0, op1, target, 0);
3399 target = expand_mult (mode, target, coeff, NULL_RTX, 1);
H A Dtree-ssa-loop-ivopts.c3305 expand_mult (mode, gen_raw_REG (mode, LAST_VIRTUAL_REGISTER + 1),
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h390 if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH) \
462 _he_newbkt->expand_mult = _he_newbkt->count / \
656 /* expand_mult is normally set to 0. In this situation, the max chain length
659 * However, setting expand_mult to a non-zero value delays bucket expansion
662 * (The multiplier is simply expand_mult+1). The whole idea of this
668 unsigned expand_mult; member in struct:UT_hash_bucket

Completed in 140 milliseconds