Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_ld_str.c635 long templ = 0; in FPU_store_single() local
674 templ = tmp.sigl; in FPU_store_single()
731 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()
745 templ = 0x7f800000; in FPU_store_single()
757 templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()
763 templ = 0; in FPU_store_single()
784 templ = 0x7f800000; in FPU_store_single()
792 templ = st0_ptr->sigh >> 8; in FPU_store_single()
799 templ |= (0x40000000 >> 8); in FPU_store_single()
801 templ |= 0x7f800000; in FPU_store_single()
[all …]
/linux-2.4.37.9/drivers/md/
Dxor.c115 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_block() argument
/linux-2.4.37.9/arch/ia64/drivers/
Dsimscsi.c119 simscsi_detect (Scsi_Host_Template *templ) in simscsi_detect() argument
121 templ->proc_name = "simscsi"; in simscsi_detect()
/linux-2.4.37.9/drivers/char/
Dmxser.c1071 unsigned long templ; in mxser_ioctl() local
1099 if(get_user(templ, (unsigned long *) arg)) in mxser_ioctl()
1101 arg = templ; in mxser_ioctl()