Lines Matching refs:temp32
261 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local
301 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R()
302 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
306 return_desc->integer.value = temp32; in acpi_ex_opcode_1A_1T_1R()
317 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R()
318 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
325 temp32 == in acpi_ex_opcode_1A_1T_1R()
326 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R()
347 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R()
351 if (temp32 > 9) { in acpi_ex_opcode_1A_1T_1R()
354 temp32)); in acpi_ex_opcode_1A_1T_1R()
363 (((u64) temp32) * power_of_ten); in acpi_ex_opcode_1A_1T_1R()
386 &temp32); in acpi_ex_opcode_1A_1T_1R()
393 (((u64) temp32) << ACPI_MUL_4(i)); in acpi_ex_opcode_1A_1T_1R()