Lines Matching refs:temp32
227 u32 temp32; in acpi_ex_opcode_1A_1T_1R() local
267 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R()
268 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
272 return_desc->integer.value = temp32; in acpi_ex_opcode_1A_1T_1R()
283 for (temp32 = 0; return_desc->integer.value && in acpi_ex_opcode_1A_1T_1R()
284 temp32 < ACPI_INTEGER_BIT_SIZE; ++temp32) { in acpi_ex_opcode_1A_1T_1R()
291 temp32 == in acpi_ex_opcode_1A_1T_1R()
292 0 ? 0 : (ACPI_INTEGER_BIT_SIZE + 1) - temp32; in acpi_ex_opcode_1A_1T_1R()
313 temp32 = ((u32) digit) & 0xF; in acpi_ex_opcode_1A_1T_1R()
317 if (temp32 > 9) { in acpi_ex_opcode_1A_1T_1R()
320 temp32)); in acpi_ex_opcode_1A_1T_1R()
329 (((u64) temp32) * power_of_ten); in acpi_ex_opcode_1A_1T_1R()
352 &temp32); in acpi_ex_opcode_1A_1T_1R()
359 (((u64) temp32) << ACPI_MUL_4(i)); in acpi_ex_opcode_1A_1T_1R()