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

/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 {{C99 forbids casts to union type}} variable in typeref:union:u
H A Danonymous-struct-union.c46 double zz; // expected-note{{previous declaration is here}} member in union:Redecl::__anon4486
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.c147 static char const zz[3] = "test"; // expected-warning{{initializer-string for char array is too long}} variable
/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_gf_mult.c120 LTC_FAST_TYPE B[16][WPV], tmp[32 / sizeof(LTC_FAST_TYPE)], pB[16 / sizeof(LTC_FAST_TYPE)], zz, z; local
184 zz = tmp[j] << (BPD-4);
186 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::__anon4629
74 void zz(); // expected-error{{redefinition of 'zz' as different kind of symbol}}
/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.cpp239 float zz = z * zs; local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw),
244 (xy + zw), 1 - (xx + zz), (yz - xw),
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c143 UINT8 xx,yy,zz; local
209 for (zz = 0; zz < app_count; zz++)
211 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz])
214 if (zz == app_count)
280 for (zz = 0; zz < gate_count; zz++)
282 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz])
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp73 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); }; member in struct:__anon9262::V8
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadTest.java75 zz();
100 public void zz() throws BogusException { method in class:ThreadTest.ResSupThread
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c788 int xx, yy, zz; local
879 for(zz=0; zz<MAX_L2CAP_LINKS; zz++)
881 if(btm_cb.pm_mode_db[zz].chg_ind == TRUE)
884 BTM_TRACE_DEBUG1( "btm_pm_proc_mode_change: Sending PM req :%d", zz);
886 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c332 UINT16 xx, yy, zz; local
359 for (zz = 0; zz < p_rec->num_attributes; zz++)
360 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD);
400 UINT16 xx, yy, zz; local
438 for (zz = 0; zz < sdp_cb.server_db.num_records; zz++, p_rec++)
/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/dropbear/libtomcrypt/testprof/
H A Dder_tests.c513 unsigned long x, y, z, zz, oid[2][32]; local
544 for (zz = 0; zz < 16; zz++) {
571 for (zz = 0; zz < 256; zz++) {
608 for (zz = 1; zz < 1536; zz
[all...]
H A Dx86_prof.c815 int err, zz, stat; local
868 &zz, &key)) != CRYPT_OK) {
939 int err, zz; local
983 &zz, &key)) != CRYPT_OK) {
/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/libvpx/vp8/common/
H A Dpostproc.c774 char zz[4]; local
776 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a');
778 vp8_blit_text(zz, y_ptr, post->y_stride);
806 char zz[4]; local
809 sprintf(zz, "a");
811 sprintf(zz, "%c", mi[mb_index].mbmi.dc_diff + '0');
813 vp8_blit_text(zz, y_ptr, post->y_stride);
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp1095 double zz = decomp.quaternionZ * decomp.quaternionZ; local
1099 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0,
1100 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c2775 { Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz] = heap[zz >> 1]; zz >>= 1; } heap[zz] = tmp; }; local
2781 n1 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz local
2782 n2 = heap[1]; heap[1] = heap[nHeap]; nHeap--; { Int32 zz, yy, tmp; zz = 1; tmp = heap[zz]; while (((Bool)1)) { yy = zz << 1; if (yy > nHeap) break; if (yy < nHeap && weight[heap[yy+1]] < weight[heap[yy]]) yy++; if (weight[tmp] < weight[heap[yy]]) break; heap[zz] = heap[yy]; zz = yy; } heap[zz] = tmp; }; local
2789 { Int32 zz, tmp; zz = nHeap; tmp = heap[zz]; while (weight[tmp] < weight[heap[zz >> 1]]) { heap[zz] = heap[zz >> 1]; zz >>= 1; } heap[zz] = tmp; }; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1046 milliseconds