Home
last modified time | relevance | path

Searched defs:lastValue (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DCryptoEngine.h149 UINT32 lastValue[4]; // used when the TPM does continuous self-test member
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
DFastFourierTransformer.java707 Complex lastValue = (Complex) lastDimension[vector[dimensionSize.length - 1]]; in set() local
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp714 …const deUint32 lastValue = initialValue + (spec.useBranches ? spec.threadCount*spec.callCount - s… in checkPath() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1658 private V lastValue; field in MapMakerInternalMapTest.CountingRemovalListener