Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmopcode.c354 int LastCharIsDigit; in AcpiDmPredefinedDescription() local
387 LastCharIsDigit = in AcpiDmPredefinedDescription()
397 if ((NameString[2] == 'C') && (LastCharIsDigit)) in AcpiDmPredefinedDescription()
401 else if ((NameString[2] == 'L') && (LastCharIsDigit)) in AcpiDmPredefinedDescription()
409 if ((NameString[2] == 'J') && (LastCharIsDigit)) in AcpiDmPredefinedDescription()