Searched refs:PreviousValue (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsrepair2.c754 UINT32 PreviousValue; local
776 PreviousValue = ACPI_UINT32_MAX;
785 if ((UINT32) ObjDesc->Integer.Value > PreviousValue)
793 PreviousValue = (UINT32) ObjDesc->Integer.Value;
883 UINT32 PreviousValue; local
910 PreviousValue = 0;
913 PreviousValue = ACPI_UINT32_MAX;
947 (ObjDesc->Integer.Value < PreviousValue)) ||
949 (ObjDesc->Integer.Value > PreviousValue)))
962 PreviousValue
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2236 uint64_t PreviousValue = IndexOffsetRecordBitPos; local
2238 auto EltDelta = Elt - PreviousValue;
2239 PreviousValue = Elt;

Completed in 203 milliseconds