Searched refs:adjust (Results 1 – 5 of 5) sorted by relevance
380 private int doArrive(int adjust) { in doArrive() argument391 if (U.compareAndSwapLong(this, STATE, s, s-=adjust)) { in doArrive()427 long adjust = ((long)registrations << PARTIES_SHIFT) | registrations; in doRegister() local444 else if (U.compareAndSwapLong(this, STATE, s, s + adjust)) in doRegister()449 long next = ((long)phase << PHASE_SHIFT) | adjust; in doRegister()464 ((long)phase << PHASE_SHIFT) | adjust)) { in doRegister()
119 this.temporal = adjust(temporal, formatter); in DateTimePrintContext()123 …private static TemporalAccessor adjust(final TemporalAccessor temporal, DateTimeFormatter formatte… in adjust() method in DateTimePrintContext
628 long adjust = Math.floorMod(nanos, tickNanos); in instant() local629 return instant.minusNanos(adjust); in instant()
311 long adjust = 0; in ofEpochDay() local315 adjust = adjustCycles * 400; in ofEpochDay()325 yearEst += adjust; // reset any negative year in ofEpochDay()
26 adjust. (These could be converted to command-line options if convenient.)