Searched refs:lastValue (Results 1 – 7 of 7) sorted by relevance
329 C lastValue; in createColumnKeyIterator()336 lastValue != null && comparator.compare(next, lastValue) == 0; in createColumnKeyIterator()340 lastValue = next; in createColumnKeyIterator()341 return lastValue; in createColumnKeyIterator()345 lastValue = null; // clear reference to unused data in createColumnKeyIterator()
149 UINT32 lastValue[4]; // used when the TPM does continuous self-test member
191 var lastValue = this.nextValue_;207 return lastValue;
707 Complex lastValue = (Complex) lastDimension[vector[dimensionSize.length - 1]]; in set() local710 return lastValue; in set()
714 …const deUint32 lastValue = initialValue + (spec.useBranches ? spec.threadCount*spec.callCount - s… in checkPath() local763 if (incrementCounts[pos] > 0 && pos >= (int)(lastValue - minValue)) in checkPath()788 if (minValue + pos != lastValue) in checkPath()
1658 private V lastValue; field in MapMakerInternalMapTest.CountingRemovalListener1664 lastValue = notification.getValue(); in onRemoval()1676 return lastValue; in getLastEvictedValue()
608 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind()