Searched refs:f1 (Results 1 - 25 of 203) sorted by path

123456789

/linux-master/Documentation/target/
H A Dtarget-export-device54 DEVICE_SIZE=$(du -b $DEVICE | cut -f1)
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S54 .long R(d1, e5, e5, 34), R(f9, f1, f1, 08)
92 .long R(70, 38, 38, 48), R(f1, f5, f5, 04)
131 .long R(38, 1c, 1c, 24), R(57, a6, a6, f1)
166 .long R(3b, ab, 6b, cb), R(1f, 9d, 45, f1)
228 .long R(57, f1, 19, 85), R(af, 75, 07, 4c)
233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63)
266 .long R(f1, 04, 98, 4a), R(41, ec, da, f7)
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl59 if ! cat $temp |cut -f1 |uniq -d 2>&1; then
/linux-master/arch/sparc/crypto/
H A Daes_asm.S216 ld [%o0 + 0x04], %f1
H A Dcamellia_asm.S37 ld [%o0 + 0x04], %f1 ! i1, k[1]
48 ld [%o0 + 0x14], %f1
246 ld [%o1 + 0x04], %f1
305 st %f1, [%o2 + 0x0c]
H A Dcrc32c_asm.S11 lda [%o0] ASI_PL, %f1
17 sta %f1, [%o0] ASI_PL
H A Ddes_asm.S12 ld [%o0 + 0x04], %f1
H A Dmd5_asm.S11 ld [%o0 + 0x04], %f1
35 st %f1, [%o0 + 0x04]
H A Dsha1_asm.S11 ld [%o0 + 0x04], %f1
36 st %f1, [%o0 + 0x04]
H A Dsha256_asm.S11 ld [%o0 + 0x04], %f1
39 st %f1, [%o0 + 0x04]
/linux-master/arch/sparc/kernel/
H A Dfpu_traps.S250 fitod %f1, %f62
293 fdtos %f62, %f1
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h179 u_char f1, f2; /* f pointers */ member in struct:dfifo
188 u_char f1, f2; /* f pointers */ member in struct:bzfifo
/linux-master/drivers/media/tuners/
H A Dmt20xx.c68 int f1, int f2, int spectrum_from,int spectrum_to)
73 f1=f1/1000; //scale to kHz to avoid 32bit overflows
78 tuner_dbg("spurcheck f1=%d f2=%d from=%d to=%d\n",
79 f1,f2,spectrum_from,spectrum_to);
83 f=n1*(f1-f2);
67 mt2032_spurcheck(struct dvb_frontend *fe, int f1, int f2, int spectrum_from,int spectrum_to) argument
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-fw.c1284 int f1 = (arate % go->sensor_framerate) / rprime; local
1292 0xbff4, f1 > f2 ? f1 : f2,
1293 0xbff5, f1 < f2 ? f1 : f2,
1294 0xbff6, f1 < f2 ? ratio : ratio + 1,
1295 0xbff7, f1 > f2 ? ratio : ratio + 1,
/linux-master/drivers/zorro/
H A Dzorro.ids65 03f1 Anakin Research
/linux-master/scripts/
H A DLindent10 V1=`echo $RES | cut -d'.' -f1`
/linux-master/tools/perf/arch/s390/include/
H A Ddwarf-regs-table.h15 REG_DWARFNUM_NAME(f1, 20),
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c31 futex_t f1 = FUTEX_INITIALIZER; variable
46 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG);
96 ret = futex_cmp_requeue_pi(&f1, f1, &f2, 1, 0, FUTEX_PRIVATE_FLAG);
104 ret = futex_wake(&f1, 1, FUTEX_PRIVATE_FLAG);
/linux-master/tools/testing/selftests/net/
H A Dnetdevice.sh166 IFACE_TO_TEST="$(echo $1 | cut -d@ -f1)"
198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
/linux-master/arch/arm/mach-omap2/
H A Dcm2xxx.c229 u32 f1, f2; local
231 f1 = omap2_cm_read_mod_reg(CORE_MOD, CM_FCLKEN1);
234 return (f1 | f2) ? 1 : 0;
/linux-master/arch/arm64/boot/
H A DMakefile48 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
/linux-master/arch/loongarch/include/asm/
H A Dasmmacro.h135 fst.d $f1, \tmp, THREAD_FPR1 - THREAD_FPR0
172 fld.d $f1, \tmp, THREAD_FPR1 - THREAD_FPR0
H A Dfpregdef.h11 #define fa1 $f1
/linux-master/arch/loongarch/kernel/
H A Dfpu.S31 EX fst.d $f1, \base, (1 * FPU_REG_WIDTH)
66 EX fld.d $f1, \base, (1 * FPU_REG_WIDTH)
414 movgr2fr.d $f1, t1
/linux-master/arch/mips/include/asm/
H A Dasmmacro.h113 sdc1 $f1, THREAD_FPR1(\thread)
172 ldc1 $f1, THREAD_FPR1(\thread)

Completed in 616 milliseconds

123456789