out_result 530 drivers/acpi/acpica/acutils.h acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result); out_result 532 drivers/acpi/acpica/acutils.h acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result); out_result 91 drivers/acpi/acpica/utmath.c acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) out_result 109 drivers/acpi/acpica/utmath.c if (out_result) { out_result 110 drivers/acpi/acpica/utmath.c *out_result = operand_ovl.full; out_result 128 drivers/acpi/acpica/utmath.c acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) out_result 146 drivers/acpi/acpica/utmath.c if (out_result) { out_result 147 drivers/acpi/acpica/utmath.c *out_result = operand_ovl.full; out_result 189 drivers/acpi/acpica/utmath.c acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) out_result 196 drivers/acpi/acpica/utmath.c if (out_result) { out_result 197 drivers/acpi/acpica/utmath.c *out_result = operand << count; out_result 213 drivers/acpi/acpica/utmath.c acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) out_result 220 drivers/acpi/acpica/utmath.c if (out_result) { out_result 221 drivers/acpi/acpica/utmath.c *out_result = operand >> count; out_result 300 drivers/s390/char/sclp_sd.c goto out_result; out_result 328 drivers/s390/char/sclp_sd.c out_result: