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

1 2 3

  /external/mksh/src/
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
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
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-large.cc 25 #define F0(Q, x) Q(x)
27 F0(Q, x##0) F0(Q, x##1) F0(Q, x##2) F0(Q, x##3) F0(Q, x##4) F0(Q, x##5) \
28 F0(Q, x##6) F0(Q, x##7) F0(Q, x##8) F0(Q, x##9
    [all...]
  /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/skia/gm/
beziers.cpp 82 static skiagm::GM* F0(void*) { return new BeziersGM; }
83 static skiagm::GMRegistry R0(F0);
concavepaths.cpp 390 static skiagm::GM* F0(void*) { return new ConcavePathsGM; }
391 static skiagm::GMRegistry R0(F0);
strokes.cpp 246 static skiagm::GM* F0(void*) { return new StrokesGM; }
250 static skiagm::GMRegistry R0(F0);
  /external/v8/test/cctest/
test-macro-assembler-ia32.cc 47 typedef F0Type* F0;
157 int result = FUNCTION_CAST<F0>(buffer)();
test-macro-assembler-x87.cc 47 typedef F0Type* F0;
144 int result = FUNCTION_CAST<F0>(buffer)();
test-assembler-x87.cc 43 typedef int (*F0)();
175 F0 f = FUNCTION_CAST<F0>(code->entry());
309 F0 f = FUNCTION_CAST<F0>(code->entry());
test-assembler-ia32.cc 43 typedef int (*F0)();
231 F0 f = FUNCTION_CAST<F0>(code->entry());
440 F0 f = FUNCTION_CAST<F0>(code->entry());
487 F0 f = FUNCTION_CAST<F0>(code->entry());
test-assembler-x64.cc 51 typedef int (*F0)();
463 int result = FUNCTION_CAST<F0>(buffer)();
582 F0 f = FUNCTION_CAST<F0>(code->entry());
631 F0 f = FUNCTION_CAST<F0>(code->entry());
test-macro-assembler-x64.cc 94 typedef int (*F0)();
189 int result = FUNCTION_CAST<F0>(buffer)();
282 int result = FUNCTION_CAST<F0>(buffer)();
383 int result = FUNCTION_CAST<F0>(buffer)();
451 int result = FUNCTION_CAST<F0>(buffer)();
649 int result = FUNCTION_CAST<F0>(buffer)();
732 int result = FUNCTION_CAST<F0>(buffer)();
954 int result = FUNCTION_CAST<F0>(buffer)();
1172 int result = FUNCTION_CAST<F0>(buffer)();
    [all...]
  /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/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/clang/test/CodeGen/
2002-07-14-MiscTests3.c 43 static int F0(struct Quad Q, int i) { /* Pass Q by value */
  /external/skia/samplecode/
SampleBitmapRect.cpp 248 static SkView* F0() { return new BitmapRectView; }
250 static SkViewRegister gR0(F0);
  /external/clang/test/Layout/
ms-x86-basic-layout.cpp 492 struct F0 : A4, B {
494 F0() : a(0xf00000f0) {}
495 virtual void g() {printf("F0");}
503 // CHECK-NEXT: 0 | struct F0
504 // CHECK-NEXT: 0 | (F0 vftable pointer)
526 // CHECK-X64-NEXT: 0 | struct F0
527 // CHECK-X64-NEXT: 0 | (F0 vftable pointer)
863 sizeof(F0)+
  /external/openssh/openbsd-compat/
rmd160.c 76 #define F0(x, y, z) ((x) ^ (y) ^ (z))
189 R(a, b, c, d, e, F0, K0, 11, 0);
190 R(e, a, b, c, d, F0, K0, 14, 1);
191 R(d, e, a, b, c, F0, K0, 15, 2);
192 R(c, d, e, a, b, F0, K0, 12, 3);
193 R(b, c, d, e, a, F0, K0, 5, 4);
194 R(a, b, c, d, e, F0, K0, 8, 5);
195 R(e, a, b, c, d, F0, K0, 7, 6);
196 R(d, e, a, b, c, F0, K0, 9, 7);
197 R(c, d, e, a, b, F0, K0, 11, 8)
    [all...]
  /art/runtime/arch/mips/
registers_mips.h 69 F0 = 0,
  /art/runtime/arch/mips64/
registers_mips64.h 69 F0 = 0,
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 81 #define F0 (FPBASE+0)
  /development/ndk/platforms/android-21/arch-mips64/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)

Completed in 4398 milliseconds

1 2 3