Lines Matching refs:Length
286 ACPI_SIZE Length = 0; in AcpiExOpcode_2A_1T_1R() local
355 while ((Length < Operand[0]->Buffer.Length) && in AcpiExOpcode_2A_1T_1R()
356 (Length < Operand[1]->Integer.Value) && in AcpiExOpcode_2A_1T_1R()
357 (Operand[0]->Buffer.Pointer[Length])) in AcpiExOpcode_2A_1T_1R()
359 Length++; in AcpiExOpcode_2A_1T_1R()
364 ReturnDesc = AcpiUtCreateStringObject (Length); in AcpiExOpcode_2A_1T_1R()
376 Operand[0]->Buffer.Pointer, Length); in AcpiExOpcode_2A_1T_1R()
412 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_2A_1T_1R()
414 Length = Operand[0]->String.Length; in AcpiExOpcode_2A_1T_1R()
425 if (Index >= Operand[0]->Buffer.Length) in AcpiExOpcode_2A_1T_1R()
427 Length = Operand[0]->Buffer.Length; in AcpiExOpcode_2A_1T_1R()
440 Length = Operand[0]->Package.Count; in AcpiExOpcode_2A_1T_1R()
461 ACPI_FORMAT_UINT64 (Index), (UINT32) Length)); in AcpiExOpcode_2A_1T_1R()