Lines Matching defs:Length
57 ACPI_SIZE Length);
70 * Length - Maximum length
82 ACPI_SIZE Length)
85 while (Length && *String)
93 Length--;
154 Header->Length));
167 ACPI_CAST_PTR (ACPI_TABLE_RSDP, Header)->Length : 20,
181 LocalHeader.Length, LocalHeader.Revision, LocalHeader.OemId,
193 * Length - Length of entire table
205 UINT32 Length)
223 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Length);
249 * Length - Length of this memory region
260 UINT32 Length)
263 UINT8 *End = Buffer + Length;