/external/mksh/src/ |
emacsfn.h | 26 #define F0(cname,sname,flags) XFUNC_##cname = 0, 31 #ifndef F0 32 #define F0 FN 35 F0(abort, "abort", 0) 107 #undef F0
|
var_spec.h | 26 #define F0(name) V_##name = 0, 28 #define F0(name) /* nothing */ 32 #ifndef F0 33 #define F0 FN 36 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */ 39 F0(NONE) 60 #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/ojluni/src/main/java/java/security/spec/ |
RSAKeyGenParameterSpec.java | 48 * The public-exponent value F0 = 3. 50 public static final BigInteger F0 = BigInteger.valueOf(3);
|
/external/v8/test/cctest/ |
test-macro-assembler-ia32.cc | 46 typedef F0Type* F0; 157 int result = FUNCTION_CAST<F0>(buffer)();
|
test-macro-assembler-x87.cc | 46 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()); 310 F0 f = FUNCTION_CAST<F0>(code->entry());
|
test-assembler-ia32.cc | 43 typedef int (*F0)(); 229 F0 f = FUNCTION_CAST<F0>(code->entry()); 435 F0 f = FUNCTION_CAST<F0>(code->entry()); 484 F0 f = FUNCTION_CAST<F0>(code->entry()); 1159 F0 f = FUNCTION_CAST<F0>(code->entry()); 1207 F0 f = FUNCTION_CAST<F0>(code->entry()) [all...] |
test-assembler-x64.cc | 52 typedef int (*F0)(); 464 int result = FUNCTION_CAST<F0>(buffer)(); 583 F0 f = FUNCTION_CAST<F0>(code->entry()); 639 F0 f = FUNCTION_CAST<F0>(code->entry()); [all...] |
test-macro-assembler-x64.cc | 93 typedef int (*F0)(); 181 int result = FUNCTION_CAST<F0>(buffer)(); 275 int result = FUNCTION_CAST<F0>(buffer)(); 377 int result = FUNCTION_CAST<F0>(buffer)(); 446 int result = FUNCTION_CAST<F0>(buffer)(); 619 int result = FUNCTION_CAST<F0>(buffer)(); 703 int result = FUNCTION_CAST<F0>(buffer)(); 924 int result = FUNCTION_CAST<F0>(buffer)(); 1141 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 | 250 static SkView* F0() { return new BitmapRectView; } 252 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/gemmlowp/internal/ |
output.h | 268 typedef FixedPoint<DataType, 0> F0; 279 F0 fixedpoint_output = tanh(fixedpoint_input) * amplitude_normalized;
|
/art/runtime/arch/mips/ |
registers_mips.h | 71 F0 = 0,
|
/art/runtime/arch/mips64/ |
registers_mips64.h | 72 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)
|
/external/webp/src/dsp/ |
lossless_enc_sse2.c | 107 const __m128i F0 = _mm_srli_epi32(C0, 16); // 0 0 | x db 109 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b' 153 const __m128i F0 = _mm_and_si128(E0, mask); // 0 0 | 0 r' 155 const __m128i I = _mm_packs_epi32(F0, F1);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/ |
regnum.h | 81 #define F0 (FPBASE+0)
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/ |
regnum.h | 81 #define F0 (FPBASE+0)
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 81 #define F0 (FPBASE+0)
|