Home
last modified time | relevance | path

Searched refs:nextState (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java231 int nextState; CumulateTask<T> lt, rt; in compute() local
240 if ((nextState = b|state|refork) == b || in compute()
241 par.compareAndSetPendingCount(b, nextState)) { in compute()
381 int nextState; LongCumulateTask lt, rt; in compute() local
390 if ((nextState = b|state|refork) == b || in compute()
391 par.compareAndSetPendingCount(b, nextState)) { in compute()
531 int nextState; DoubleCumulateTask lt, rt; in compute() local
540 if ((nextState = b|state|refork) == b || in compute()
541 par.compareAndSetPendingCount(b, nextState)) { in compute()
681 int nextState; IntCumulateTask lt, rt; in compute() local
[all …]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DSunCertPathBuilder.java287 ForwardState nextState = (ForwardState) currentState.clone(); in depthFirstSearchForward() local
291 builder.verifyCert(cert, nextState, cpList); in depthFirstSearchForward()
350 if (nextState.keyParamsNeeded()) { in depthFirstSearchForward()
518 nextState.updateState(cert); in depthFirstSearchForward()
528 depthFirstSearchForward(cert.getIssuerX500Principal(), nextState, in depthFirstSearchForward() local