Lines Matching defs:ByteLength
509 UINT32 ByteLength = 0;
516 ByteLength++;
527 return (++ByteLength);
551 UINT32 ByteLength = 0;
580 ByteLength = 0;
620 ByteLength = 1;
635 ByteLength = 2;
640 ByteLength = 3;
651 ByteLength = 4;
656 ByteLength = 5;
662 ByteLength = 6;
668 ByteLength = 7;
674 ByteLength = 8;
682 ByteLength = strlen (Value) + 1;
698 ByteLength = strlen (Value);
711 ByteLength = sizeof (ACPI_GENERIC_ADDRESS);
716 ByteLength = sizeof (ACPI_HEST_NOTIFY);
721 ByteLength = sizeof (ACPI_IORT_MEMORY_ACCESS);
731 ByteLength = DtGetBufferLength (Value);
744 ByteLength = 10;
749 ByteLength = 11;
754 ByteLength = 12;
760 ByteLength = 16;
765 ByteLength = 18;
770 ByteLength = 24;
775 ByteLength = 26;
780 ByteLength = 32;
785 ByteLength = 112;
790 ByteLength = 128;
800 ByteLength = (strlen (Value) + 1) * sizeof (UINT16);
809 return (ByteLength);