Searched defs:f0 (Results 176 - 200 of 282) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dexprs.c57 void f0(void (*fp)(void), void (*fp2)(void)) { function
93 struct s6 { int f0; }; member in struct:s6
95 return (a0 ? a1 : a2).f0;
H A Dfunction-attributes.c3 // CHECK: define signext i8 @f0(i32 %x) [[NUW:#[0-9]+]]
12 signed char f0(int x) { return x; } function
H A Dle32-arguments.c5 // CHECK-LABEL: define void @f0(i32 %i, i32 %j, double %k)
6 void f0(int i, long j, double k) {} function
H A Dvla.c17 int f0(int x) { function
/external/clang/test/CodeGenCXX/
H A Dimplicit-copy-constructor.cpp61 template<class T> struct X0 { void f0(T * ) { } }; function in struct:X0
70 pdata.f0( new impl(*i));
H A Dvtable-linkage.cpp170 virtual void f0();
176 void G<T>::f0() {} function in class:G
/external/clang/test/Sema/
H A Danonymous-struct-union.c78 struct s0 { union { int f0; }; }; member in union:s0::__anon19050
85 int f0; // expected-note{{previous declaration is here}} member in struct:s1
87 int f0; // expected-error{{member of anonymous union redeclares 'f0'}} member in union:s1::__anon19052
H A Dattr-aligned.c51 char f0[__alignof__(array_with_overaligned_char) == 16 ? 1 : -1] = { 0 }; variable
H A Dconditional-expr.c91 int f0(int a) { function
H A Dfunction-redecl.c7 void f0() { function
H A Dprivate-extern.c22 void f0() { function
H A Dstruct-decl.c43 struct s0 f0(void) {} function
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp8 void f0() { (void)&X(); } // expected-warning{{taking the address of a temporary object}} function
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp8 template<typename T> X0() : f0(T::foo) {} // expected-note {{candidate}}
9 int f0; member in struct:X0
H A Ddependent-base-classes.cpp93 void f0(const X & k) function in class:PR6081::B
104 void f0(const X & k) function in class:PR6081::C
H A Dexplicit-instantiation.cpp5 template typedef void f0; // expected-error{{explicit instantiation of typedef}} typedef
14 T f0(T x) { function in struct:X0
17 T* f0(T*, T*) { return T(); } // expected-warning{{expression which evaluates to zero treated as a null pointer constant of type 'int *'}} function in struct:X0
19 template <typename U> T f0(T, U) { return T(); } // expected-note-re {{candidate template ignored: could not match 'int (int, U){{( __attribute__\(\(thiscall\)\))?}}' against 'int (int){{( __attribute__\(\(thiscall\)\))?}} const'}} \ function in struct:X0
34 template int X0<int>::f0(int);
35 template int* X0<int>::f0(int*, int*); // expected-note{{in instantiation of member function 'X0<int>::f0' requested here}}
36 template int X0<int>::f0(int, float);
38 template int X0<int>::f0(int) const; // expected-error{{does not refer}}
39 template int* X0<int>::f0(in
[all...]
H A Dnested-name-spec-template.cpp71 template<typename T> T f0();
74 template<typename T> T N1::f0() { } function in class:N1
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp33 void f0() function
152 std::thread t0(f0);
153 std::thread t1(f0);
/external/srtp/crypto/hash/
H A Dsha1.c60 #define f0(B,C,D) ((B & C) | (~B & D)) macro
160 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0;
315 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0;
368 TEMP = S5(A) + f0(B,C,D) + E + W[t] + SHA_K0;
/external/stlport/test/unit/
H A Dmfunptr_test.cpp55 int f0();
94 mem_fun(&Class::f0)(&obj);
114 mem_fun_ref(&Class::f0)(obj);
155 int Class::f0() function in class:Class
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; local
480 f0 = (in[0] - in[3]);
489 f7 = f0 + f2;
490 f8 = LONG_MULT_DCT(DCTII_4_K08_FIX, f0);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-tuple.h219 explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {}
251 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0),
294 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
295 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
331 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
332 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
372 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
374 GTEST_BY_REF_(T4) f4) : f0_(f0), f1
619 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, member in class:std::tr1::tuple
678 make_tuple(const T0& f0) argument
683 make_tuple(const T0& f0, const T1& f1) argument
688 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
693 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
699 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
705 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
711 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
717 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
723 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
730 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305.c254 uint64_t f0, f1, f2, f3; local
306 f0 = ((state->h0) | (state->h1 << 26)) + (uint64_t)U8TO32_LE(&state->key[0]);
314 U32TO8_LE(&mac[0], f0);
315 f1 += (f0 >> 32);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-tuple.h189 explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {}
221 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0),
264 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
265 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
301 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
302 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
342 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
344 GTEST_BY_REF_(T4) f4) : f0_(f0), f1
589 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, member in class:std::tr1::tuple
648 make_tuple(const T0& f0) argument
653 make_tuple(const T0& f0, const T1& f1) argument
658 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
663 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
669 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
675 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
681 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
687 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
693 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
700 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp501 struct brw_reg f0 = brw_flag_reg(); local
514 brw_MOV(p, f0, brw_imm_uw(0xffff));
529 brw_AND(p, g1, f0, g1);
543 brw_NOT(p, f0, brw_mask_reg(1)); /* IMASK */
544 brw_AND(p, g0, f0, g0);
635 * into the flags register (f0.0).
642 struct brw_reg f0 = brw_flag_reg(); local
648 brw_MOV(p, f0, g1);

Completed in 1371 milliseconds

1234567891011>>