Searched refs:PreviousValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsrepair2.c | 862 UINT32 PreviousValue; in AcpiNsRepair_PSS() local 884 PreviousValue = ACPI_UINT32_MAX; in AcpiNsRepair_PSS() 893 if ((UINT32) ObjDesc->Integer.Value > PreviousValue) in AcpiNsRepair_PSS() 901 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsRepair_PSS() 991 UINT32 PreviousValue; in AcpiNsCheckSortedList() local 1018 PreviousValue = 0; in AcpiNsCheckSortedList() 1021 PreviousValue = ACPI_UINT32_MAX; in AcpiNsCheckSortedList() 1055 (ObjDesc->Integer.Value < PreviousValue)) || in AcpiNsCheckSortedList() 1057 (ObjDesc->Integer.Value > PreviousValue))) in AcpiNsCheckSortedList() 1070 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsCheckSortedList()
|
/freebsd/sys/dev/mps/ |
H A D | mps_sas_lsi.c | 396 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work() 403 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work() 410 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work() 463 "%d", le32toh(event_data->PreviousValue), in mpssas_fw_work() 473 le32toh(event_data->PreviousValue), in mpssas_fw_work() 482 le32toh(event_data->PreviousValue), in mpssas_fw_work()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_sas_lsi.c | 472 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work() 479 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work() 486 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work() 545 "%d", le32toh(event_data->PreviousValue), in mprsas_fw_work() 556 le32toh(event_data->PreviousValue), in mprsas_fw_work() 567 le32toh(event_data->PreviousValue), in mprsas_fw_work()
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_ioc.h | 619 U32 PreviousValue; /* 0x08 */ member 640 U32 PreviousValue; /* 0x10 */ member
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_ioc.h | 816 U32 PreviousValue; /* 0x08 */ member 837 U32 PreviousValue; /* 0x10 */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2466 uint64_t PreviousValue = IndexOffsetRecordBitPos; in writeModuleMetadata() local 2468 auto EltDelta = Elt - PreviousValue; in writeModuleMetadata() 2469 PreviousValue = Elt; in writeModuleMetadata()
|