Lines Matching full:newvalue
689 int newValue = result + 1;690 if (newValue > 0x00FFFFFF) newValue = 1; // Roll over to 1, not 0.691 if (sNextGeneratedId.compareAndSet(result, newValue)) {