Home | History | Annotate | Download | only in disassembler

Lines Matching defs:BufferSize

690     UINT64                  BufferSize;
700 * Get the BufferSize argument - Buffer(BufferSize)
710 /* Check the declared BufferSize, two possibilities */
712 BufferSize = SizeOp->Common.Value.Integer;
713 if ((BufferSize != ACPI_PLD_REV1_BUFFER_SIZE) &&
714 (BufferSize != ACPI_PLD_REV2_BUFFER_SIZE))
722 * The declared BufferSize can be larger than the actual length.
723 * However, for the ToPLD macro, the BufferSize will be the same
741 if (BufferSize != InitializerSize)