Lines Matching defs:ByteLength
506 UINT32 ByteLength = 0;
513 ByteLength++;
524 return (++ByteLength);
548 UINT32 ByteLength = 0;
577 ByteLength = 0;
611 ByteLength = 1;
623 ByteLength = 2;
628 ByteLength = 3;
639 ByteLength = 4;
644 ByteLength = 5;
650 ByteLength = 6;
656 ByteLength = 7;
662 ByteLength = 8;
670 ByteLength = strlen (Value) + 1;
686 ByteLength = strlen (Value);
699 ByteLength = sizeof (ACPI_GENERIC_ADDRESS);
704 ByteLength = sizeof (ACPI_HEST_NOTIFY);
709 ByteLength = sizeof (ACPI_IORT_MEMORY_ACCESS);
719 ByteLength = DtGetBufferLength (Value);
732 ByteLength = 10;
737 ByteLength = 12;
743 ByteLength = 16;
748 ByteLength = 18;
753 ByteLength = 32;
758 ByteLength = 112;
763 ByteLength = 128;
773 ByteLength = (strlen (Value) + 1) * sizeof (UINT16);
782 return (ByteLength);