Searched defs:zz (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/Sema/
H A Dcast-to-union.c16 union u zz = (union u)i; // expected-error{{initializer element is not a compile-time constant}} expected-warning {{cast to union type is a GNU extension}} variable in typeref:union:u
H A Danonymous-struct-union.c46 double zz; // expected-note{{previous declaration is here}} member in union:Redecl::__anon19046
50 void zz(); // expected-error{{duplicate member 'zz'}}
H A Ddesignated-initializers.c98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { variable in typeref:struct:outer
99 [0].in.x = 2, &zz[0].in.x, &zz[0].in,
100 0, &anint, &zz[1].in,
102 [7].in.y = &anint, &zz[0].in,
106 int zz_sizecheck[sizeof(zz) / sizeof(struct outer) == 8? 1 : -1 ];
H A Darray-init.c149 static char const zz[3] = "test"; // expected-warning{{initializer-string for char array is too long}} variable
/external/compiler-rt/test/msan/
H A Dchained_origin.cc40 int * volatile zz = new int; local
41 int z = *zz;
/external/openssl/crypto/asn1/
H A Dn_pkey.c129 unsigned char buf[256],*zz; local
172 if ((zz=(unsigned char *)OPENSSL_malloc(rsalen)) == NULL)
178 pkey->private_key->data = zz;
180 i2d_RSAPrivateKey(a,&zz);
182 if ((zz=OPENSSL_malloc(pkeylen)) == NULL)
193 enckey->enckey->digest->data = zz;
194 i2d_NETSCAPE_PKEY(pkey,&zz);
221 zz = enckey->enckey->digest->data;
224 if (!EVP_EncryptUpdate(&ctx,zz,&i,zz,pkeyle
293 const unsigned char *zz; local
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dbug127521-64.c52 ULong dd, aa, mmHi, mmLo, zz; local
53 do_cmpxchg8b( &dd, &aa, &mmHi, &mmLo, &zz,
57 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo );
105 ULong dd, aa, mmHi, mmLo, zz; local
106 do_cmpxchg16b( &dd, &aa, &mmHi, &mmLo, &zz,
110 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo );
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp70 double zz; // expected-note{{previous definition is here}} member in union:Redecl::__anon19216
74 void zz(); // expected-error{{redefinition of 'zz' as different kind of symbol}}
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c216 UINT8 xx,yy,zz; local
282 for (zz = 0; zz < app_count; zz++)
284 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz])
287 if (zz == app_count)
353 for (zz = 0; zz < gate_count; zz++)
355 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz])
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); }; member in struct:__anon26520::V8
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c793 int xx, yy, zz; local
884 for(zz=0; zz<MAX_L2CAP_LINKS; zz++)
886 if(btm_cb.pm_mode_db[zz].chg_ind == TRUE)
889 BTM_TRACE_DEBUG( "btm_pm_proc_mode_change: Sending PM req :%d", zz);
891 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c333 UINT16 xx, yy, zz; local
360 for (zz = 0; zz < p_rec->num_attributes; zz++)
361 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD);
402 UINT16 xx, yy, zz; local
440 for (zz = 0; zz < sdp_cb.server_db.num_records; zz++, p_rec++)
/external/chromium_org/crypto/
H A Dcurve25519-donna.c401 limb origx[10], origxprime[10], zzz[19], xx[19], zz[19], xxprime[19], local
429 fsquare(zz, z);
430 fproduct(x2, xx, zz);
433 fdifference(zz, xx); // does zz = xx - zz
435 fscalar_product(zzz, zz, 121665);
439 fproduct(z2, zz, zzz);
/external/clang/test/Analysis/
H A Dderived-to-base.cpp322 int zz; member in struct:LazyBindings::Nested::Wrapper
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {}
/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp134 A zz(A, A, A, A, StringDouble) { return A(); } function in namespace:test7
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp50 ZZ *zz = a8; local
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc251 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
261 zz = z * z;
282 rotation.m[2][2] = (one_minus_cos * zz) + cos_angle;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc189 float zz = kHugeZ; local
196 if (dd < zz) {
197 zz = dd;
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc235 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
245 zz = z * z;
266 rotation.m[2][2] = (one_minus_cos * zz) + cos_angle;
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc251 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
261 zz = z * z;
282 rotation.m[2][2] = (one_minus_cos * zz) + cos_angle;
/external/openssl/crypto/bn/
H A Dbn_gf2m.c271 BN_ULONG zz, *z; local
300 zz = z[j];
310 z[j-n] ^= (zz>>d0);
311 if (d0) z[j-n-1] ^= (zz<<d1);
318 z[j-n] ^= (zz >> d0);
319 if (d0) z[j-n-1] ^= (zz << d1);
327 zz = z[dN] >> d0;
328 if (zz == 0) break;
336 z[0] ^= zz; /* reduction t^0 component */
346 z[n] ^= (zz << d
390 BN_ULONG x1, x0, y1, y0, zz[4]; local
[all...]
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c636 short zz = (fpuc & ~0x0c00) | (i << 10); local
637 asm volatile ("fldcw %0" : : "m" (zz));
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc200 float zz = kHugeZ; local
207 if (dd < zz) {
208 zz = dd;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c869 char zz[4]; local
871 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a');
873 vp8_blit_text(zz, y_ptr, post->y_stride);
901 char zz[4]; local
907 sprintf(zz, "a");
909 sprintf(zz, "%c", dc_diff + '0');
911 vp8_blit_text(zz, y_ptr, post->y_stride);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
926 zz = z * z;
948 M(2,2) = (one_c * zz) + c;

Completed in 4490 milliseconds

12