Home | History | Annotate | Download | only in compiler

Lines Matching defs:Length

206     UINT32                  Length;
252 Length = Op->Asl.FinalAmlLength;
254 /* Get to the NameSeg/NamePath Op (and length of the name) */
260 NamepathOffset = AslGbl_CurrentAmlOffset + Length +
263 DataOffset = AslGbl_CurrentAmlOffset + Length +
310 AslGbl_CurrentAmlOffset += Length;
317 Length = Op->Asl.FinalAmlLength;
325 NamepathOffset = AslGbl_CurrentAmlOffset + Length +
328 DataOffset = AslGbl_CurrentAmlOffset + Length +
352 AslGbl_CurrentAmlOffset += Length;
364 Length = Op->Asl.FinalAmlLength;
372 NamepathOffset = AslGbl_CurrentAmlOffset + Length +
375 DataOffset = AslGbl_CurrentAmlOffset + Length +
389 /* Processor (Namepath, ProcessorId, Address, Length) */
391 Length = Op->Asl.FinalAmlLength;
396 NamepathOffset = AslGbl_CurrentAmlOffset + Length +
399 DataOffset = AslGbl_CurrentAmlOffset + Length +
416 Length = Op->Asl.FinalAmlLength;
421 NamepathOffset = AslGbl_CurrentAmlOffset + Length +
472 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
487 * Max offset is 4G, constrained by 32-bit ACPI table length.
488 * Max Length for Integers is 8 bytes.
535 " * Opcode is the integer prefix, indicates length of the data\n"
546 " * Opcode is the address integer prefix, indicates length of the data\n"