Lines Matching refs:newWeight
807 uint32_t newWeight = 0; in TestRootElements() local
816 newWeight = cw1c.nextWeight(); in TestRootElements()
823 newWeight = cw1u.nextWeight(); in TestRootElements()
826 if(newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
828 (long)prevPri, (long)newWeight, (long)pri); in TestRootElements()
836 uint32_t newWeight = cw2.nextWeight(); in TestRootElements() local
837 if(!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
839 (long)lowerLimit, (long)newWeight, (long)sec); in TestRootElements()
848 uint32_t newWeight = cw3.nextWeight(); in TestRootElements() local
849 if(!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
851 (long)lowerLimit, (long)newWeight, (long)ter); in TestRootElements()