Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
Dreg_ld_str.c565 long templ = 0; in FPU_store_single() local
602 templ = tmp.sigl; in FPU_store_single()
648 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()
661 templ = 0x7f800000; in FPU_store_single()
670 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()
674 templ = 0; in FPU_store_single()
690 templ = 0x7f800000; in FPU_store_single()
696 templ = st0_ptr->sigh >> 8; in FPU_store_single()
702 templ |= (0x40000000 >> 8); in FPU_store_single()
704 templ |= 0x7f800000; in FPU_store_single()
[all …]
/linux-4.4.14/tools/perf/tests/
Ddso-data.c19 char *templ = buf_templ; in test_file() local
26 fd = mkstemp(templ); in test_file()
42 templ = NULL; in test_file()
46 return templ; in test_file()
/linux-4.4.14/crypto/
Dxor.c135 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks() argument
/linux-4.4.14/drivers/video/fbdev/sis/
Dinit.c2408 unsigned int templ, datal; in SiS_SetCRT1FIFO_630() local
2455 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth; in SiS_SetCRT1FIFO_630()
2457 datal = templ % MCLK16; in SiS_SetCRT1FIFO_630()
2458 templ = (templ / MCLK16) + 1; in SiS_SetCRT1FIFO_630()
2459 if(datal) templ++; in SiS_SetCRT1FIFO_630()
2461 if(templ > 0x13) { in SiS_SetCRT1FIFO_630()
2468 ThresholdLow = templ; in SiS_SetCRT1FIFO_630()
2496 templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50); in SiS_SetCRT1FIFO_630()
2500 templ &= 0xfffff9ff; in SiS_SetCRT1FIFO_630()
2501 templ |= ((queuedata[i] & 0xc0) << 3); in SiS_SetCRT1FIFO_630()
[all …]
Dsis_main.c2807 u32 tempq = 0, templ; in sisfb_engine_init() local
2845 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) { in sisfb_engine_init()
2858 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4); in sisfb_engine_init()