Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-format.c483 UINTN CurrentLength; in DevPathToTextAcpiEx() local
499 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp875 const Value *CurrentLength = Checks.front().getLength(); in combineRangeChecks() local
880 return RC.getBase() == CurrentBase && RC.getLength() == CurrentLength; in combineRangeChecks()