Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutpredef.c478 UINT16 SubIndex; in AcpiUtGetArgumentTypes() local
484 SubIndex = 2; in AcpiUtGetArgumentTypes()
509 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex); in AcpiUtGetArgumentTypes()
510 SubIndex = 0; in AcpiUtGetArgumentTypes()
536 UINT16 SubIndex; in AcpiUtGetResourceBitWidth() local
541 SubIndex = 1; in AcpiUtGetResourceBitWidth()
548 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex])); in AcpiUtGetResourceBitWidth()
549 SubIndex = 0; in AcpiUtGetResourceBitWidth()
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h5706 IN UINT32 SubIndex,