Searched refs:a5 (Results 26 - 50 of 87) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c44 static int a5[(sizeof(t5) == 4) -1]; variable
H A Dms_struct-bitfield-2.c131 static int a5[(sizeof (struct_5) == size_struct_5) -1]; variable
H A Dx86_32-arguments-darwin.c269 t56_v1d a4, struct s56_2 a5,
275 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
267 f56(char a0, struct s56_0 a1, t56_v2i a2, struct s56_1 a3, t56_v1d a4, struct s56_2 a5, t56_v4i a6, struct s56_3 a7, t56_v2d a8, struct s56_4 a9, t56_v8i a10, struct s56_5 a11, t56_v4d a12, struct s56_6 a13) argument
/external/v8/test/mjsunit/compiler/
H A Dregress-max-locals-for-osr.js33 var a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
/external/chromium/base/debug/
H A Dleak_tracker_unittest.cc91 scoped_ptr<ClassA> a5(new ClassA);
99 a5.reset();
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp365 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
367 m_impl->name(a1, a2, a3, a4, a5); \
371 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
373 return m_impl->name(a1, a2, a3, a4, a5); \
377 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
379 m_impl->name(a1, a2, a3, a4, a5, a6); \
383 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
385 return m_impl->name(a1, a2, a3, a4, a5, a6); \
389 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6, t7 a7) \
391 m_impl->name(a1, a2, a3, a4, a5, a
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ataric2p.S154 movel a5,a1@+
240 movel d2,a5
249 movel a5,a1@+
316 movel a1,a5 | Save start address of dest
375 movel a5,a6 | src line
376 movel a5,a1 | dest line
386 addl c2p_dstpitch,a5
393 movel a5,a1
/external/clang/test/Sema/
H A Dcomplex-int.c29 short a5; local
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp24 A<TooMany> *a5; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}} variable
/external/kernel-headers/original/asm-mips/
H A Dregdef.h69 #define a5 $9 macro
H A Dsgiarcs.h456 #define ARC_CALL5(dest, a1, a2, a3, a4, a5) \
462 register signed int __a5 = (int) (long) (a5); \
533 #define ARC_CALL5(dest, a1, a2, a3, a4, a5) \
539 long __a5 = (long) (a5); \
/external/chromium/testing/gmock/test/
H A Dgmock-nice-strict_test.cc91 MockBar(char a1, char a2, string a3, string a4, int a5, int a6, argument
93 str_ = string() + a1 + a2 + a3 + a4 + static_cast<char>(a5) +
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h528 #define PRE_REG_READ5(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
532 PRA4(s,t4,a4); PRA5(s,t5,a5); \
534 #define PRE_REG_READ6(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6) \
538 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
540 #define PRE_REG_READ7(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7) \
544 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
548 #define PRE_REG_READ8(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7, t8, a8) \
552 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
/external/chromium/base/
H A Dcallback.h430 typename internal::ParamTraits<A5>::ForwardType a5) const {
438 a5);
475 typename internal::ParamTraits<A5>::ForwardType a5,
484 a5,
471 Run(typename internal::ParamTraits<A1>::ForwardType a1, typename internal::ParamTraits<A2>::ForwardType a2, typename internal::ParamTraits<A3>::ForwardType a3, typename internal::ParamTraits<A4>::ForwardType a4, typename internal::ParamTraits<A5>::ForwardType a5, typename internal::ParamTraits<A6>::ForwardType a6) const argument
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp15 const volatile int a5() { return 0; } function
16 // CHECK: "\01?a5@@YA?DHXZ"
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp144 A<U>::TYPE a5; // expected-error {{missing 'typename' prior to dependent type name}} member in class:MissingTypename::C
H A Duninitialized.cpp101 A a5(a5.zero());
125 A a5(a5.zero());
/external/regex-re2/util/
H A Dpcre.cc149 const Arg& a5,
167 if (&a5 == &no_more_args) goto done; args[n++] = &a5;
192 const Arg& a5,
210 if (&a5 == &no_more_args) goto done; args[n++] = &a5;
235 const Arg& a5,
253 if (&a5 == &no_more_args) goto done; args[n++] = &a5;
284 const Arg& a5,
142 operator ()(const StringPiece& text, const PCRE& re, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
185 operator ()(const StringPiece& text, const PCRE& re, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
228 operator ()(StringPiece* input, const PCRE& pattern, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
277 operator ()(StringPiece* input, const PCRE& pattern, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_iphone.m80 int a1, a2, a3, a4, a5, a6;
91 "%x:%x:%x:%x:%x:%x", &a1, &a2, &a3, &a4, &a5, &a6);
96 bssid[4] = a5;
169 int a1, a2, a3, a4, a5, a6;
173 &a1, &a2, &a3, &a4, &a5, &a6);
178 res->bssid[4] = a5;
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl364 a1=r16; a2=r17; a3=r18; a4=r19; a5=r20; a6=r21; a7=r22; a8=r23;
542 (p40) add a5=a5,n5 } // (p17) a5+=n5
543 { .mfi; (p42) add a5=a5,n5,1
547 (p48) add t[4]=t[4],a5 // p(17) t[4]+=a5
548 (p50) add t[4]=t[4],a5,1 };;
551 (p40) cmp.ltu p43,p41=a5,n
[all...]
/external/zlib/src/
H A Dgzwrite.c374 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
378 int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
419 sprintf((char *)(state->in), format, a1, a2, a3, a4, a5, a6, a7, a8,
424 len = sprintf((char *)(state->in), format, a1, a2, a3, a4, a5, a6, a7, a8,
429 snprintf((char *)(state->in), size, format, a1, a2, a3, a4, a5, a6, a7, a8,
433 len = snprintf((char *)(state->in), size, format, a1, a2, a3, a4, a5, a6,
/external/libffi/src/mips/
H A Dffitarget.h108 #define a5 $9 macro
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-function-mockers.h181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { argument
186 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5));
206 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { argument
211 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6));
231 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { argument
236 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7));
256 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { argument
261 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7, a8));
282 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) { argument
287 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a
309 Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c203 void darwin_signal_demux(void* a1, UWord a2, UWord a3, void* a4, void* a5) { argument
209 ((void(*)(int,void*,void*))a1) (a3,a4,a5);
212 VG_(do_syscall2)(__NR_sigreturn, (UWord)a5, 0x1E);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp55 Agg<char> a5 = {d}; // expected-error {{ cannot be narrowed }} expected-note {{override}} local

Completed in 499 milliseconds

1234