Searched refs:AML_NAME_SEG_SIZE (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlString.c94 for (Index = 1; Index < AML_NAME_SEG_SIZE; Index++) {
173 Buffer += AML_NAME_SEG_SIZE;
174 Length += AML_NAME_SEG_SIZE;
312 if ((NameLength == 0) || (NameLength > AML_NAME_SEG_SIZE)) {
333 TotalLength = *Root + *Parent + (*SegCount) * AML_NAME_SEG_SIZE;
437 ASSERT ((NameLength != 0) && (NameLength <= AML_NAME_SEG_SIZE));
439 SetMem (AmlBuffer + NameLength, AML_NAME_SEG_SIZE - NameLength, AML_NAME_CHAR__);
441 AmlBuffer += AML_NAME_SEG_SIZE;
537 Buffer += AML_NAME_SEG_SIZE;
541 Buffer += AML_NAME_SEG_SIZE;
[all...]
H A DAmlNamespace.c56 CopyMem (AmlNodeList->Name, NameSeg, AML_NAME_SEG_SIZE);
96 if (CompareMem (CurrentAmlNodeList->Name, NameSeg, AML_NAME_SEG_SIZE) == 0) {
200 Buffer += AML_NAME_SEG_SIZE;
527 UINT8 RootNameSeg[AML_NAME_SEG_SIZE];
H A DAcpiSdt.h65 #define AML_NAME_SEG_SIZE 4 macro
69 UINT8 Name[AML_NAME_SEG_SIZE];

Completed in 48 milliseconds