Searched refs:OperandOvl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c252 UINT64_OVERLAY OperandOvl; local
258 OperandOvl.Full = Operand;
262 OperandOvl.Part.Hi = OperandOvl.Part.Lo;
263 OperandOvl.Part.Lo = 0;
266 ACPI_SHIFT_LEFT_64_BY_32 (OperandOvl.Part.Hi,
267 OperandOvl.Part.Lo, Count);
273 *OutResult = OperandOvl.Full;
297 UINT64_OVERLAY OperandOvl; local
303 OperandOvl
[all...]

Completed in 118 milliseconds