/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
|
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
|
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
|
/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/chromium_org/v8/test/cctest/ |
test-macro-assembler-ia32.cc | 47 typedef F0Type* F0; 135 int result = FUNCTION_CAST<F0>(buffer)();
|
test-assembler-ia32.cc | 42 typedef int (*F0)(); 249 F0 f = FUNCTION_CAST<F0>(code->entry()); 470 F0 f = FUNCTION_CAST<F0>(code->entry()); 523 F0 f = FUNCTION_CAST<F0>(Code::cast(code)->entry());
|
test-assembler-x64.cc | 50 typedef int (*F0)(); 431 int result = FUNCTION_CAST<F0>(buffer)(); 553 F0 f = FUNCTION_CAST<F0>(code->entry()); 605 F0 f = FUNCTION_CAST<F0>(code->entry());
|
test-macro-assembler-x64.cc | 95 typedef int (*F0)(); 192 int result = FUNCTION_CAST<F0>(buffer)(); 288 int result = FUNCTION_CAST<F0>(buffer)(); 391 int result = FUNCTION_CAST<F0>(buffer)(); 461 int result = FUNCTION_CAST<F0>(buffer)(); 661 int result = FUNCTION_CAST<F0>(buffer)(); 747 int result = FUNCTION_CAST<F0>(buffer)(); 972 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/dropbear/libtomcrypt/src/hashes/ |
sha1.c | 39 #define F0(x,y,z) (z ^ (x & (y ^ z))) 74 #define FF0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30);
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscTests3.c | 43 static int F0(struct Quad Q, int i) { /* Pass Q by value */
|
/external/v8/test/cctest/ |
test-assembler-ia32.cc | 42 typedef int (*F0)(); 253 F0 f = FUNCTION_CAST<F0>(code->entry()); 471 F0 f = FUNCTION_CAST<F0>(code->entry());
|
test-assembler-x64.cc | 76 typedef int (*F0)(); 314 int result = FUNCTION_CAST<F0>(buffer)(); 435 F0 f = FUNCTION_CAST<F0>(code->entry());
|
test-macro-assembler-x64.cc | 91 typedef int (*F0)(); 190 int result = FUNCTION_CAST<F0>(buffer)(); 288 int result = FUNCTION_CAST<F0>(buffer)(); 393 int result = FUNCTION_CAST<F0>(buffer)(); 465 int result = FUNCTION_CAST<F0>(buffer)(); 667 int result = FUNCTION_CAST<F0>(buffer)(); 755 int result = FUNCTION_CAST<F0>(buffer)(); 846 int result = FUNCTION_CAST<F0>(buffer)(); 1046 int result = FUNCTION_CAST<F0>(buffer)(); [all...] |
/external/skia/gm/ |
dashing.cpp | 304 static skiagm::GM* F0(void*) { return new DashingGM; } 308 static skiagm::GMRegistry gR0(F0);
|
strokes.cpp | 244 static skiagm::GM* F0(void*) { return new StrokesGM; } 248 static skiagm::GMRegistry R0(F0);
|
/external/valgrind/unittest/ |
thread_wrappers.h | 164 typedef void (*F0)(); 174 (F0(f))();
|
/art/runtime/arch/mips/ |
registers_mips.h | 69 F0 = 0,
|
/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)
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 81 #define F0 (FPBASE+0)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
regnum.h | 81 #define F0 (FPBASE+0)
|