Searched defs:aaa (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/Modules/Inputs/PR25501/
H A Da2.h2 vector aaa = vector(); variable
H A Db.h2 vector aaa = vector(); variable
/external/valgrind/memcheck/tests/amd64-linux/
H A Ddefcfaexpr.S16 void aaa ( long x ) {
23 aaa( *p );
33 The CFI below isn't really right in that aaa appears twice
38 ==12868== by 0x400520: aaa (in /home/sewardj/VgTRUNK/trunk/mad0)
39 ==12868== by 0x400520: aaa (in /home/sewardj/VgTRUNK/trunk/mad0)
71 .globl aaa
72 .type aaa, @function
73 aaa: label
78 .size aaa, .-aaa
[all...]
/external/clang/test/Analysis/
H A Ddebug-CallGraph.c16 void aaa() { function
35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}}
42 // CHECK-NEXT: {{Function: aaa calls: foo $}}
/external/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cc6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT function in struct:AAA
/external/valgrind/memcheck/tests/
H A Derrs1.c10 void aaa ( void ) { bbb(); } function
17 int main ( void ) { www(); aaa(); return 0; }
H A Dsuppfree.c20 void aaa (char* x) function
27 aaa(y);
36 aaa(x);
/external/clang/test/CodeGen/
H A Dregparm.c6 int aaa; member in struct:__anon2603
/external/clang/test/OpenMP/
H A Dnvptx_target_codegen.cpp294 char aaa = 0; local
301 aaa += 1;
H A Dnvptx_target_firstprivate_codegen.cpp119 char aaa = 0; local
122 #pragma omp target firstprivate(a,aaa,b)
125 aaa += 1;
147 // firstprivate(aaa)
H A Dtarget_codegen.cpp396 char aaa = 0; local
403 aaa += 1;
H A Dtarget_private_codegen.cpp158 char aaa = 0; local
161 #pragma omp target private(a,aa,aaa,b)
165 aaa = 1;
H A Dtarget_firstprivate_codegen.cpp341 char aaa = 0; local
344 #pragma omp target firstprivate(a,aaa,b)
347 aaa += 1;
369 // firstprivate(aaa)
502 // firstprivate(aaa): by value
H A Dthreadprivate_messages.cpp64 TestClass (int aaa) : a(aaa) {} argument
90 TempClass (T aaa) : a(aaa) {} argument
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp39 vector < HHH < X1 > >aaa; member in class:BBB
H A Dpointers-to-data-members.cpp18 int A::* aaa[2][2]; member in class:ZeroInit::A
H A Ddebug-info-use-after-free.cpp126 vector < HHH < X1 > >aaa; member in class:BBB
267 aaa; member in class:__anon2767::C1::C3
/external/clang/test/SemaCXX/
H A Dtypo-correction-cxx11.cpp22 void test(int aaa, int bbb, int thisvar) { // expected-note {{'thisvar' declared here}} argument
23 int thatval = aaa * (bbb + thatvar); // expected-error {{use of undeclared identifier 'thatvar'; did you mean 'thisvar'?}}
/external/clang/test/SemaTemplate/
H A Ddeduction-crash.cpp18 template<class>struct aaa struct
26 typedef aaa<int>::ae aaa; typedef in struct:state_machine
39 struct In<a::int_<aaa::a>,my>;
/external/libconstrainedcrypto/
H A Drsa.c102 uint32_t* aaa = 0; local
116 aaa = aaR; // Re-use location.
122 montMul(key, aaa, aR, a); // aaa = aR * a / R mod M
124 aaa = aR; // Re-use location.
127 montMul(key, aaa, aaR, a); /* aaa = aaR * a / R mod M */
130 // Make sure aaa < mod; aaa is at most 1x mod too large.
131 if (geM(key, aaa)) {
[all...]
/external/vboot_reference/firmware/lib/cryptolib/
H A Drsa.c87 uint32_t* aaa = aaR; /* Re-use location. */ local
105 montMul(key, aaa, aR, a); /* aaa = aR * a / R mod M */
108 /* Make sure aaa < mod; aaa is at most 1x mod too large. */
109 if (geM(key, aaa)) {
110 subM(key, aaa);
115 uint32_t tmp = aaa[i];
/external/avb/libavb/
H A Davb_rsa.c183 uint32_t* aaa = aaR; /* Re-use location. */ local
200 montMul(key, aaa, aR, a); /* aaa = aR * a / R mod M */
202 /* Make sure aaa < mod; aaa is at most 1x mod too large. */
203 if (geM(key, aaa)) {
204 subM(key, aaa);
209 uint32_t tmp = aaa[i];
/external/vboot_reference/firmware/2lib/
H A D2rsa.c106 uint32_t *aaa = aaR; /* Re-use location. */ local
124 montMul(key, aaa, aR, a); /* aaa = aR * a / R mod M */
127 /* Make sure aaa < mod; aaa is at most 1x mod too large. */
128 if (vb2_mont_ge(key, aaa)) {
129 subM(key, aaa);
134 uint32_t tmp = aaa[i];
/external/clang/test/Sema/
H A Dwarn-documentation.cpp30 /// <a "aaa">
40 /// <a a="b" "aaa">
232 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}} expected-note@+1 {{did you mean 'aaa'?}}
234 int test_param13(int aaa, int bbb);
237 /// \param aaa Blah blah.
239 int test_param14(int aaa, int bbb);
247 /// \param aaa Aaa.
249 int test_param16(int aaa, int bbb);
252 /// \param aaa Aaa.
255 int test_param17(int aaa, in
830 T aaa; member in class:test_attach28
909 test_attach36(int aaa, int bbb) argument
927 test_attach38(int aaa, int bbb) argument
933 test_attach39(int aaa, int bbb) argument
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c422 xml_node_t *pps, *node, *aaa; local
439 aaa = xml_node_first_child(ctx->xml, node);
440 if (aaa == NULL) {
446 ret = download_cert(ctx, aaa, ca_fname);
474 snprintf(fname, sizeof(fname), "%s/aaa-ca.pem", dir);
1532 snprintf(buf, sizeof(buf), "%s/SP/%s/aaa-ca.pem", dir, fqdn);

Completed in 1303 milliseconds

12