HomeSort by relevance Sort by last modified time
    Searched refs:F0 (Results 1 - 25 of 73) sorted by null

1 2 3

  /bionic/libc/arch-mips/bionic/
_setjmp.S 89 FPREG64_S($f20, SC_FPREGS+((F20-F0)*REGSZ_FP), a0)
90 FPREG64_S($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0)
91 FPREG64_S($f22, SC_FPREGS+((F22-F0)*REGSZ_FP), a0)
92 FPREG64_S($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0)
93 FPREG64_S($f24, SC_FPREGS+((F24-F0)*REGSZ_FP), a0)
94 FPREG64_S($f25, SC_FPREGS+((F25-F0)*REGSZ_FP), a0)
95 FPREG64_S($f26, SC_FPREGS+((F26-F0)*REGSZ_FP), a0)
96 FPREG64_S($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0)
97 FPREG64_S($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0)
98 FPREG64_S($f29, SC_FPREGS+((F29-F0)*REGSZ_FP), a0
    [all...]
setjmp.S 102 FPREG64_S($f20, SC_FPREGS+((F20-F0)*REGSZ_FP), a0)
103 FPREG64_S($f21, SC_FPREGS+((F21-F0)*REGSZ_FP), a0)
104 FPREG64_S($f22, SC_FPREGS+((F22-F0)*REGSZ_FP), a0)
105 FPREG64_S($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0)
106 FPREG64_S($f24, SC_FPREGS+((F24-F0)*REGSZ_FP), a0)
107 FPREG64_S($f25, SC_FPREGS+((F25-F0)*REGSZ_FP), a0)
108 FPREG64_S($f26, SC_FPREGS+((F26-F0)*REGSZ_FP), a0)
109 FPREG64_S($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0)
110 FPREG64_S($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0)
111 FPREG64_S($f29, SC_FPREGS+((F29-F0)*REGSZ_FP), a0
    [all...]
  /external/mksh/src/
var_spec.h 6 #define F0(name) V_##name = 0,
8 #define F0(name) /* nothing */
12 #ifndef F0
13 #define F0 FN
16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
19 F0(NONE)
40 #undef F0
sh_flags.h 6 #define F0(sname,cname,ochar,flags) cname = 0,
11 #ifndef F0
12 #define F0 FN
22 F0("allexport", FEXPORT, 'a', OF_ANY)
146 #undef F0
emacsfn.h 6 #define F0(cname,sname,flags) XFUNC_##cname = 0,
11 #ifndef F0
12 #define F0 FN
15 F0(abort, "abort", 0)
86 #undef F0
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 11 friend struct F0;
12 friend void f0(int);
13 struct F0 member_func();
15 struct F0 { };
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
  /external/skia/bench/
MemoryBench.cpp 57 static SkBenchmark* F0(void* p) { return new ChunkAllocBench(p, 64); }
60 static BenchRegistry gR0(F0);
PathIterBench.cpp 94 static SkBenchmark* F0(void* p) { return new PathIterBench(p, false); }
97 static BenchRegistry gR0(F0);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
15.3.4.4-1.js 56 function F0(a)
87 actual = F0.call();
97 actual = F0.call("");
102 actual = F0.call(true);
15.3.4.3-1.js 56 function F0(a)
87 actual = F0.apply();
97 actual = F0.apply("");
102 actual = F0.apply(true);
  /libcore/luni/src/main/java/java/security/spec/
RSAKeyGenParameterSpec.java 28 * The value of the public exponent {@code F0} = 3.
30 public static final BigInteger F0 = BigInteger.valueOf(3L);
  /external/bluetooth/bluedroid/conf/
auto_pair_devlist.conf 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 95 struct F0 {
101 f(static_cast<Args&&>(args)...); // expected-error{{no matching function for call to object of type 'perfect_forwarding::F0'}}
107 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(),
109 forward(F0(), get<A&>(), get<A const&>(), get<A>(), get<const A>(), // expected-note{{in instantiation of function template specialization 'perfect_forwarding::forward<perfect_forwarding::F0, perfect_forwarding::A &, const perfect_forwarding::A &, perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A, const perfect_forwarding::A>' requested here}}
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAKeyGenParameterSpecTest.java 76 * Test for <code>F0</code> field<br>
77 * Assertion: the public exponent value F0 = 3
80 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
85 * Assertion: the public exponent value F0 = 65537
  /libcore/luni/src/test/java/tests/security/spec/
RSAKeyGenParameterSpecTest.java 69 * Test for <code>F0</code> field<br>
70 * Assertion: the public exponent value F0 = 3
73 assertEquals(3, RSAKeyGenParameterSpec.F0.intValue());
78 * Assertion: the public exponent value F0 = 65537
  /external/valgrind/main/none/tests/s390x/
icm.stdout.exp 1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 01 00 00 00 01 08 00 00 01 01 00 00 01 01 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 0B 00 00 01 00 00 00 01 0C 00 00 01 02 00 00 01 02 00 01 00 00 00 01 00 0E 00 01 00 02 00 01 00 02 00 01 02 00 00 01 02 10 00 01 02 3C 00 01 02 3C 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 13 00 00 3C 00 00 00 3C 14 00 00 3C 3D 00 00 3C 3D 00 3C 00 00 00 3C 00 16 00 3C 00 3D 00 3C 00 3D 00 3C 3D 00 00 3C 3D 18 00 3C 3D 3E 00 3C 3D 3E 3C 00 00 00 3C 00 00 1A 3C 00 00 3D 3C 00 00 3D 3C 00 3D 00 3C 00 3D 1C 3C 00 3D 3E 3C 00 3D 3E 3C 3D 00 00 3C 3D 00 1E 3C 3D 00 3E 3C 3D 00 3E 3C 3D 3E 00 3C 3D 3E 20 3C 3D 3E 78 3C 3D 3E 78 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 23 00 00 78 00 00 00 78 24 00 00 78 79 00 00 78 79 00 78 00 00 00 78 00 26 00 78 00 79 00 78 00 79 00 78 79 00 00 78 79 28 00 78 79 7A 00 78 79 7A 78 00 00 00 78 00 00 2A 78 00 00 79 78 00 00 79 78 00 79 00 78 00 79 2C 78 00 79 7A 78 00 79 7A 78 79 00 00 78 79 00 2E 78 79 00 7A 78 79 00 7A 78 79 7A 00 78 79 7A 30 78 79 7A B4 78 79 7A B4 00 00 00 00 00 00 00 32 00 00 B4 00 00 00 B4 33 00 00 B4 B5 00 00 B4 B5 00 B4 00 00 00 B4 00 35 00 B4 00 B5 00 B4 00 B5 00 B4 B5 00 00 B4 B5 37 00 B4 B5 B6 00 B4 B5 B6 B4 00 00 00 B4 00 00 39 B4 00 00 B5 B4 00 00 B5 B4 00 B5 00 B4 00 B5 3B B4 00 B5 B6 B4 00 B5 B6 B4 B5 00 00 B4 B5 00 3D B4 B5 00 B6 B4 B5 00 B6 B4 B5 B6 00 B4 B5 B6 3F B4 B5 B6 B7 B4 B5 B6 B7 00 00 00 F0 00 00 00 F0 00 00 00 00 00 00 00 42 00 00 F0 00 00 00 F0 43 00 00 F0 F1 00 00 F0 F1 00 F0 00 00 00 F0 00 45 00 F0 00 F1 00 F0 00 F1 00 F0 F1 00 00 F0 F1 47 00 F0 F1 F2 00 F0 F1 F2 F0 00 00 00 F0 00 00 49 F0 00 00 F1 F0 00 00 (…)
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 15 ["\uD800\uDF00", "%F0%90%8C%80"],
  /bionic/libc/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 69 CvPoint2D32f* F0,
100 CvPoint2D32f* F0,
119 if( (F0->x==0) && (F0->y==0) )
139 d_angle = d_angle - acos( (F0->x*K->x + F0->y*K->y)/sqrt( (F0->x*F0->x + F0->y*F0->y)*(K->x*K->x + K->y*K->y) ) )
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 31 case R0 : case X0 : case F0 : case V0 : case CR0: case CR0LT: return 0;
  /external/valgrind/unittest/
thread_wrappers.h 164 typedef void (*F0)();
174 (F0(f))();
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,

Completed in 745 milliseconds

1 2 3