Searched defs:F0 (Results 1 - 25 of 29) sorted by relevance

12

/external/mksh/src/
H A Demacsfn.h6 #define F0(cname,sname,flags) XFUNC_##cname = 0, macro
11 #ifndef F0
12 #define F0 FN macro
15 F0(abort, "abort", 0)
86 #undef F0 macro
H A Dvar_spec.h6 #define F0(name) V_##name = 0, macro
8 #define F0(name) /* nothing */ macro
12 #ifndef F0
13 #define F0 FN macro
16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
19 F0(NONE)
40 #undef F0 macro
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct-large.cc23 #define F0(Q, x) Q(x) macro
25 F0(Q, x##0) F0(Q, x##1) F0(Q, x##2) F0(Q, x##3) F0(Q, x##4) F0(Q, x##5) \
26 F0(Q, x##6) F0(Q, x##7) F0(
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-ia32.cc47 typedef F0Type* F0; typedef
157 int result = FUNCTION_CAST<F0>(buffer)();
H A Dtest-macro-assembler-x87.cc47 typedef F0Type* F0; typedef
144 int result = FUNCTION_CAST<F0>(buffer)();
H A Dtest-assembler-x87.cc43 typedef int (*F0)(); typedef
175 F0 f = FUNCTION_CAST<F0>(code->entry());
309 F0 f = FUNCTION_CAST<F0>(code->entry());
H A Dtest-assembler-ia32.cc43 typedef int (*F0)(); typedef
231 F0 f = FUNCTION_CAST<F0>(code->entry());
440 F0 f = FUNCTION_CAST<F0>(code->entry());
487 F0 f = FUNCTION_CAST<F0>(code->entry());
H A Dtest-assembler-x64.cc51 typedef int (*F0)(); typedef
463 int result = FUNCTION_CAST<F0>(buffer)();
582 F0 f = FUNCTION_CAST<F0>(code->entry());
631 F0 f = FUNCTION_CAST<F0>(code->entry());
H A Dtest-macro-assembler-x64.cc94 typedef int (*F0)(); typedef
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)();
1257 int result = FUNCTION_CAST<F0>(buffe
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp11 friend struct F0;
13 struct F0 member_func();
15 struct F0 { }; struct in namespace:N
16 F0 f0() { return S0().member_func(); }
18 N::F0 f0_var = N::f0();
/external/clang/test/SemaCXX/
H A Drval-references-examples.cpp95 struct F0 { struct in namespace:perfect_forwarding
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/Layout/
H A Dms-x86-basic-layout.cpp492 struct F0 : A4, B { struct in inherits:A4,B
494 F0() : a(0xf00000f0) {} function in struct:F0
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)
833 sizeof(F0)+
/external/chromium_org/third_party/skia/gm/
H A Dstrokes.cpp256 static skiagm::GM* F0(void*) { return new StrokesGM; } function
260 static skiagm::GMRegistry R0(F0);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleBitmapRect.cpp236 static SkView* F0() { return new BitmapRectView; } function
238 static SkViewRegister gR0(F0);
H A DSampleRotateCircles.cpp355 static SkView* F0() { return new RotateCirclesView; } function
356 static SkViewRegister gR0(F0);
/external/skia/gm/
H A Ddashing.cpp399 static skiagm::GM* F0(void*) { return new DashingGM; } function
404 static skiagm::GMRegistry gR0(F0);
H A Dstrokes.cpp256 static skiagm::GM* F0(void*) { return new StrokesGM; } function
260 static skiagm::GMRegistry R0(F0);
/external/skia/samplecode/
H A DSampleBitmapRect.cpp242 static SkView* F0() { return new BitmapRectView; } function
244 static SkViewRegister gR0(F0);
H A DSampleRotateCircles.cpp355 static SkView* F0() { return new RotateCirclesView; } function
356 static SkViewRegister gR0(F0);
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c43 static int F0(struct Quad Q, int i) { /* Pass Q by value */ function
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp69 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
99 _cvBendingWork( CvPoint2D32f* B0, CvPoint2D32f* F0, CvPoint2D32f* B1, CvPoint2D32f* F1 ) argument
[all...]
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_sha.cpp224 #define F0(x,y,z) ((x & y) | (z & (x | y))) macro
234 temp2 = S2(a) + F0(a,b,c); \
/external/svox/pico/lib/
H A Dpicosig2.c3995 * - F0 : pitch
4012 picoos_single E, F0; local
4022 F0 = sig_inObj->F0_p;
4078 / (picoos_single) F0); /*Period*/
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h435 typedef void (*F0)(); typedef in struct:Closure
445 (F0(f))();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp316 APFloat &F0 = getFpVal(); local
319 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
322 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);

Completed in 6180 milliseconds

12