Home
last modified time | relevance | path

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

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