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 | 394 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work() 401 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work() 408 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work() 461 "%d", le32toh(event_data->PreviousValue), in mpssas_fw_work() 471 le32toh(event_data->PreviousValue), in mpssas_fw_work() 480 le32toh(event_data->PreviousValue), in mpssas_fw_work()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_sas_lsi.c | 470 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work() 477 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work() 484 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work() 543 "%d", le32toh(event_data->PreviousValue), in mprsas_fw_work() 554 le32toh(event_data->PreviousValue), in mprsas_fw_work() 565 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()
|