Lines Matching defs:ByteWidth
200 UINT32 ByteWidth;
253 ByteWidth = (BitWidth / 8);
257 ByteWidth += 1;
648 ByteWidth = (BitWidth / 8);
651 ByteWidth += 1;
659 * ByteWidth (see above)
662 ((UINT64) Address + ByteWidth) >
669 ByteWidth, (UINT32)(RegionElement->Address),
691 memcpy (Value, BufferValue, ByteWidth);
698 memcpy (BufferValue, Value, ByteWidth);