Searched refs:sh1 (Results 1 – 2 of 2) sorted by relevance
32 uint8_t sh1, sh2; member37 uint8_t sh1, sh2; member44 return (t + ((a - t) >> R.sh1)) >> R.sh2; in rte_reciprocal_divide()84 return (t + ((a - t) >> R->sh1)) >> R->sh2; in rte_reciprocal_divide_u64()
26 R.sh1 = RTE_MIN(l, 1); in rte_reciprocal_value()117 R.sh1 = l > 1 ? 1 : l; in rte_reciprocal_value_u64()