Lines Matching defs:ByteLength
164 UINT32 ByteLength);
170 UINT32 ByteLength);
176 UINT32 ByteLength);
190 * ByteLength - Byte length of the field
203 UINT32 ByteLength,
214 DtCompileInteger (Buffer, Field, ByteLength, Flags);
219 DtCompileString (Buffer, Field, ByteLength);
224 Status = DtCompileUuid (Buffer, Field, ByteLength);
234 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength);
239 DtCompileUnicode (Buffer, Field, ByteLength);
260 * ByteLength - Maximum length of string
272 UINT32 ByteLength)
281 if (Length > ByteLength)
285 ByteLength, Length, (ASL_MSG_BUFFER_SIZE / 2), Field->Value);
287 Length = ByteLength;
300 * ByteLength - Maximum length of string
315 UINT32 ByteLength)
342 * ByteLength - Maximum length of string
354 UINT32 ByteLength)
383 * ByteLength - Byte length of the integer
397 UINT32 ByteLength,
407 if ((ByteLength > 8) || (ByteLength == 0))
458 * Generate the maximum value for the data type (ByteLength)
461 MaxValue = ((UINT64) (-1)) >> (64 - (ByteLength * 8));
468 ACPI_FORMAT_UINT64 (Value), ByteLength);
472 memcpy (Buffer, &Value, ByteLength);
553 * ByteLength - Byte length of the integer list
567 UINT32 ByteLength)
579 if (Count != ByteLength)
583 Count, ByteLength);
613 return (ByteLength - Count);