Lines Matching defs:ByteLength
398 UINT32 ByteLength = 0;
405 ByteLength++;
416 return (++ByteLength);
440 UINT32 ByteLength = 0;
469 ByteLength = 0;
503 ByteLength = 1;
515 ByteLength = 2;
520 ByteLength = 3;
531 ByteLength = 4;
536 ByteLength = 5;
542 ByteLength = 6;
548 ByteLength = 7;
554 ByteLength = 8;
562 ByteLength = strlen (Value) + 1;
578 ByteLength = strlen (Value);
591 ByteLength = sizeof (ACPI_GENERIC_ADDRESS);
596 ByteLength = sizeof (ACPI_HEST_NOTIFY);
601 ByteLength = sizeof (ACPI_IORT_MEMORY_ACCESS);
611 ByteLength = DtGetBufferLength (Value);
624 ByteLength = 10;
629 ByteLength = 12;
635 ByteLength = 16;
640 ByteLength = 18;
645 ByteLength = 32;
650 ByteLength = 112;
655 ByteLength = 128;
665 ByteLength = (strlen (Value) + 1) * sizeof (UINT16);
674 return (ByteLength);