HomeSort by: relevance | last modified time | path
    Searched refs:PreviousValue (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nsrepair2.c 754 UINT32 PreviousValue;
776 PreviousValue = ACPI_UINT32_MAX;
785 if ((UINT32) ObjDesc->Integer.Value > PreviousValue)
793 PreviousValue = (UINT32) ObjDesc->Integer.Value;
883 UINT32 PreviousValue;
910 PreviousValue = 0;
913 PreviousValue = ACPI_UINT32_MAX;
947 (ObjDesc->Integer.Value < PreviousValue)) ||
949 (ObjDesc->Integer.Value > PreviousValue)))
962 PreviousValue = (UINT32) ObjDesc->Integer.Value
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2236 uint64_t PreviousValue = IndexOffsetRecordBitPos;
2238 auto EltDelta = Elt - PreviousValue;
2239 PreviousValue = Elt;

Completed in 33 milliseconds