Searched refs:sh2 (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()
27 R.sh2 = RTE_MAX(l - 1, 0); in rte_reciprocal_value()118 R.sh2 = (l > 0) ? l : 0; in rte_reciprocal_value_u64()119 R.sh2 -= R.sh2 && (m == 1) ? 1 : 0; in rte_reciprocal_value_u64()