Lines Matching defs:Length
98 * RETURN: Length of the string. Less than or equal to Count.
109 UINT32 Length = 0;
114 Length++;
119 return (Length);
450 INT32 Length;
590 Length = AcpiUtBoundStringLength (s, Precision);
593 while (Length < Width--)
599 for (i = 0; i < Length; ++i)
605 while (Length < Width--)
736 int Length;
740 Length = AcpiUtVsnprintf (String, Size, Format, Args);
743 return (Length);
769 int Length;
773 Length = AcpiUtVsnprintf (AcpiGbl_PrintBuffer,
776 (void) AcpiOsWriteFile (File, AcpiGbl_PrintBuffer, Length, 1);
779 return (Length);
803 int Length;
807 Length = AcpiUtFileVprintf (File, Format, Args);
810 return (Length);