Searched refs:CurrentLength (Results 1 – 2 of 2) sorted by relevance
483 UINTN CurrentLength; in DevPathToTextAcpiEx() local499 CurrentLength = sizeof (ACPI_EXTENDED_HID_DEVICE_PATH); in DevPathToTextAcpiEx()502 while (CurrentLength < AcpiEx->Header.Length[0] && StrIndex < ARRAY_SIZE (Strings)) { in DevPathToTextAcpiEx()505 CurrentLength += NextStringOffset; in DevPathToTextAcpiEx()
875 const Value *CurrentLength = Checks.front().getLength(); in combineRangeChecks() local880 return RC.getBase() == CurrentBase && RC.getLength() == CurrentLength; in combineRangeChecks()