Searched refs:f4 (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/supersparc/
H A Dudiv.S56 fitod %f10,%f4
61 faddd %f4,%f8,%f4
65 fmuld %f4,%f8,%f6
76 fitod %f10,%f4
77 faddd %f4,%f8,%f4
79 fdivd %f2,%f4,%f2
81 ldd [%o7+%lo(LC1)],%f4
82 fcmped %f2,%f4
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced1.java36 private String f4; field in class:Enhanced1
77 output.writeObject(f4, null);
96 f4 = (String) input.readObject();
162 if (f4 != null) {
163 f4 = null;
205 return f4;
235 f4 = (String) value;
H A DEnhanced0.java31 private String f4; field in class:Enhanced0
H A DBindingTest.java233 {"f4", "int"},
263 private int f4 = 123; field in class:BindingTest.SimpleTypes
292 TestCase.assertEquals(f4, o.f4);
324 {"f4", int[].class.getName()},
347 private int[] f4 = {1, 2}; field in class:BindingTest.ArrayTypes
395 TestCase.assertTrue(Arrays.equals(f4, o.f4));
462 {"f4", Object.class.getName()},
482 private Object f4 field in class:BindingTest.ProxyTypes
914 private Interface f4; field in class:BindingTest.EntityUseAbstract
1021 private BigInteger f4; field in class:BindingTest.CompositeKey
1025 CompositeKey(int f1, Long f2, String f3, BigInteger f4) argument
1392 private int f4 = 4; field in class:BindingTest.SecKeys
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A DU1memcpy.S65 #define FREG_FROB(f1, f2, f3, f4, f5, f6, f7, f8, f9) \
68 faligndata %f3, %f4, %f52; \
69 faligndata %f4, %f5, %f54; \
175 EX_LD(LOAD(ldd, %o1, %f4))
179 faligndata %f4, %f6, %f0
184 EX_LD(LOAD(ldd, %o1 + 0x8, %f4))
187 faligndata %f6, %f4, %f0
236 1: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16)
250 FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16)
252 3: FREG_FROB(f0, f2, f4, f
[all...]
H A DU3memcpy.S135 EX_LD(LOAD(ldd, %o1, %f4))
139 faligndata %f4, %f6, %f0
144 EX_LD(LOAD(ldd, %o1 + 0x8, %f4))
147 faligndata %f6, %f4, %f2
162 EX_LD(LOAD(ldd, %o1 + 0x010, %f4))
166 faligndata %f2, %f4, %f18
168 faligndata %f4, %f6, %f20
189 EX_LD(LOAD(ldd, %o1 + 0x010, %f4))
197 faligndata %f2, %f4, %f18
199 faligndata %f4,
[all...]
H A Dcopy_page.S105 ldd [%o1 + 0x010], %f4
111 fmovd %f4, %f20
121 ldd [%o1 + 0x050], %f4
129 fmovd %f4, %f20
144 ldd [%o1 + 0x050], %f4
152 fmovd %f4, %f20
181 1: TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
202 TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
H A Dclear_page.S80 faddd %f0, %f2, %f4
H A Dxor.S45 fxor %f4, %f20, %f20
72 fxor %f4, %f20, %f20
117 fxor %f4, %f20, %f52
142 fxor %f4, %f20, %f52
185 fxor %f4, %f20, %f20
220 fxor %f4, %f20, %f20
273 fxor %f4, %f20, %f52
318 fxor %f4, %f20, %f52
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfpregdef.h31 #define ft0 $f4 /* caller saved */
72 #define ft0 $f4 /* caller saved */
H A Dasmmacro-32.h19 sdc1 $f4, THREAD_FPR4(\thread)
42 swc1 $f4, THREAD_FPR4(\thread)
77 ldc1 $f4, THREAD_FPR4(\thread)
100 lwc1 $f4, THREAD_FPR4(\thread)
H A Dasmmacro-64.h20 sdc1 $f4, THREAD_FPR4(\thread)
68 ldc1 $f4, THREAD_FPR4(\thread)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfpregdef.h31 #define ft0 $f4 /* caller saved */
72 #define ft0 $f4 /* caller saved */
H A Dasmmacro-32.h19 sdc1 $f4, THREAD_FPR4(\thread)
42 swc1 $f4, THREAD_FPR4(\thread)
77 ldc1 $f4, THREAD_FPR4(\thread)
100 lwc1 $f4, THREAD_FPR4(\thread)
H A Dasmmacro-64.h20 sdc1 $f4, THREAD_FPR4(\thread)
68 ldc1 $f4, THREAD_FPR4(\thread)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dgenrsa.c92 unsigned long f4=RSA_F4; local
126 f4=3;
127 else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0)
128 f4=RSA_F4;
184 BIO_printf(bio_err," -f4 use F4 (0x10001) for the E value\n");
236 rsa=RSA_generate_key(num,f4,genrsa_cb,bio_err);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dgenrsa.c99 unsigned long f4=RSA_F4; local
138 f4=3;
139 else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0)
140 f4=RSA_F4;
208 BIO_printf(bio_err," -f4 use F4 (0x10001) for the E value\n");
261 if(!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dr6000_fpu.S32 sdc1 $f4,(SC_FPREGS+32)(a0)
69 ldc1 $f4,(SC_FPREGS+32)(a0)
H A Dr4k_fpu.S61 EX sdc1 $f4, SC_FPREGS+32(a0)
87 EX sdc1 $f4, SC32_FPREGS+32(a0)
137 EX ldc1 $f4, SC_FPREGS+32(a0)
162 EX ldc1 $f4, SC32_FPREGS+32(a0)
H A Dr2300_fpu.S37 EX(swc1 $f4,(SC_FPREGS+32)(a0))
89 EX(lwc1 $f4,(SC_FPREGS+32)(a0))
H A Dr4k_switch.S212 mtc1 t1, $f4
244 dmtc1 t1, $f4
H A Dr2300_switch.S144 mtc1 t0, $f4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Didb.pl356 ($f0,$f1,$f2,$f4) = split(/ /,$b,4);
357 $f3 cmp $f4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dptrace.h187 struct ia64_fpreg f4; /* preserved */ member in struct:switch_stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dpatch-kernel217 STOPEXTRA=`echo $stopvers | cut -d. -f4`

Completed in 220 milliseconds

12