Home
last modified time | relevance | path

Searched refs:zz (Results 1 – 25 of 76) sorted by relevance

1234

/external/bzip2/
Dhuffman.c35 Int32 zz, tmp; \
36 zz = z; tmp = heap[zz]; \
37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
38 heap[zz] = heap[zz >> 1]; \
39 zz >>= 1; \
41 heap[zz] = tmp; \
46 Int32 zz, yy, tmp; \
47 zz = z; tmp = heap[zz]; \
49 yy = zz << 1; \
55 heap[zz] = heap[yy]; \
[all …]
Dblocksort.c205 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31)) argument
206 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~(1 << ((zz) & 31)) argument
207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) argument
208 #define WORD_BH(zz) bhtab[(zz) >> 5] argument
209 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
/external/openssl/crypto/asn1/
Dn_pkey.c129 unsigned char buf[256],*zz; in i2d_RSA_NET() local
172 if ((zz=(unsigned char *)OPENSSL_malloc(rsalen)) == NULL) in i2d_RSA_NET()
178 pkey->private_key->data = zz; in i2d_RSA_NET()
180 i2d_RSAPrivateKey(a,&zz); in i2d_RSA_NET()
182 if ((zz=OPENSSL_malloc(pkeylen)) == NULL) in i2d_RSA_NET()
193 enckey->enckey->digest->data = zz; in i2d_RSA_NET()
194 i2d_NETSCAPE_PKEY(pkey,&zz); in i2d_RSA_NET()
221 zz = enckey->enckey->digest->data; in i2d_RSA_NET()
224 if (!EVP_EncryptUpdate(&ctx,zz,&i,zz,pkeylen)) in i2d_RSA_NET()
226 if (!EVP_EncryptFinal_ex(&ctx,zz + i,&j)) in i2d_RSA_NET()
[all …]
/external/dropbear/libtomcrypt/testprof/
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++) {
609 yarrow_read(buf[0], zz, &yarrow_prng);
610 for (z = 0; z < zz; z++) {
614 DO(der_encode_bit_string(buf[0], zz, buf[1], &x));
615 DO(der_length_bit_string(zz, &y));
623 if (y != zz || memcmp(buf[0], buf[2], zz)) {
624 fprintf(stderr, "%lu, %lu, %d\n", y, zz, memcmp(buf[0], buf[2], zz));
[all …]
/external/clang/test/Sema/
Ddesignated-initializers.c98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { variable
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 ];
Danonymous-struct-union.c46 double zz; // expected-note{{previous declaration is here}} member
50 void zz(); // expected-error{{duplicate member 'zz'}}
Dcast-to-union.c16 union u zz = (union u)i; // expected-error{{initializer element is not a compile-time constant}} e… variable
/external/valgrind/main/none/tests/amd64/
Dbug127521-64.c52 ULong dd, aa, mmHi, mmLo, zz; in try8b() local
53 do_cmpxchg8b( &dd, &aa, &mmHi, &mmLo, &zz, in try8b()
57 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo ); in try8b()
105 ULong dd, aa, mmHi, mmLo, zz; in try16b() local
106 do_cmpxchg16b( &dd, &aa, &mmHi, &mmLo, &zz, in try16b()
110 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo ); in try16b()
/external/llvm/test/CodeGen/ARM/
D2010-05-18-LocalAllocCrash.ll3 ;; This test would spill %R4 before the call to zz, but it forgot to move the
22 call void (...)* @zz(i8* getelementptr inbounds ([1 x i8]* @.str, i32 0, i32 0), i32 2, i32 1)
34 declare void @zz(...)
/external/openssl/crypto/bn/
Dbn_gf2m.c271 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local
300 zz = z[j]; in BN_GF2m_mod_arr()
310 z[j-n] ^= (zz>>d0); in BN_GF2m_mod_arr()
311 if (d0) z[j-n-1] ^= (zz<<d1); in BN_GF2m_mod_arr()
318 z[j-n] ^= (zz >> d0); in BN_GF2m_mod_arr()
319 if (d0) z[j-n-1] ^= (zz << d1); in BN_GF2m_mod_arr()
327 zz = z[dN] >> d0; in BN_GF2m_mod_arr()
328 if (zz == 0) break; in BN_GF2m_mod_arr()
336 z[0] ^= zz; /* reduction t^0 component */ in BN_GF2m_mod_arr()
346 z[n] ^= (zz << d0); in BN_GF2m_mod_arr()
[all …]
/external/clang/test/SemaCXX/
Danonymous-union.cpp70 double zz; // expected-note{{previous definition is here}} member
74 void zz(); // expected-error{{redefinition of 'zz' as different kind of symbol}}
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_gf_mult.c120 LTC_FAST_TYPE B[16][WPV], tmp[32 / sizeof(LTC_FAST_TYPE)], pB[16 / sizeof(LTC_FAST_TYPE)], zz, z; in gcm_gf_mult() local
184 zz = tmp[j] << (BPD-4); in gcm_gf_mult()
186 z = zz; in gcm_gf_mult()
/external/webkit/LayoutTests/fast/xpath/
Dambiguous-operators-expected.txt25 PASS zz|div
54 PASS zz|*
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DByteArrayInputStreamTest.java45 byte[] zz = fileString.getBytes(); in test_Constructor$BII()
46 InputStream bis = new ByteArrayInputStream(zz, 0, 100); in test_Constructor$BII()
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
Dvoice.rtpdump2 …okp���rce�xzl{|dfm���zefx}�lymytxp�v�������������:��9/�4�ʎ�pj��������������zz����gl���vlq���objqik…
4 …�gny������{��9?�4�ʎ�pj��nr�kcel~��onu���^bn���xjl`_``jx�y^_l��zhl{w�zo_]~~zz�o��������y����������…
9 …��|igmow��y�u���qmo��~khifhkb^tztgal��������������r������I��9c�4�J��pj���}zz���}snt��������ylhn{…
15 …�}|�~~~����z||��|���zwr|~���}~}�ysns���������v���|us����xzxx|�}~����skoq{zz|z{xny����z����|ps|�…
16 …���������������~���|~{{�~wxvy��w|}��xu~���ww���zw���zty���xy}}{yv���vqw���zz��}{~����|����������…
17zz��xoq~���yy���}w��|vy��}xvoprx|~x{z}zz�����{yz����|������||y}}����������~~�����|���wst|������� …
63 …y���z|~�������ut��{~��������|zpoqot~upz���y����������z}����z{}����|x�~zz~z�|�|�|���xrozwxyno�…
64 …���y}��������xonx~��v�~�����w{����xx�����y����|{��~rml~����}yrrqy��{���~�zz{w}���|u}�������~xy}�…
72zz���������uov�������yqnry���zv}wqlnp}{{z~��ynqx���q{��plu��}nn���upmz{��ww��rlw��}p|�}yw�zzw��…
/external/icu4c/data/translit/
Dit_ja.txt72 tz → | zz;
143 zz → ッ | \~z;
Dit_am.txt78 tz → | zz;
158 zz → | \~z;
/external/valgrind/unittest/
Dtest.supp2 zz
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java414 float zz = z * zs; in toRotationMatrix() local
418 result.m00 = 1 - (yy + zz); in toRotationMatrix()
422 result.m11 = 1 - (xx + zz); in toRotationMatrix()
459 float zz = z * zs; in toRotationMatrix() local
463 result.m00 = 1 - (yy + zz); in toRotationMatrix()
467 result.m11 = 1 - (xx + zz); in toRotationMatrix()
518 float zz = z * z * norm; in getRotationColumn() local
523 store.x = 1 - 2 * (yy + zz); in getRotationColumn()
529 store.y = 1 - 2 * (xx + zz); in getRotationColumn()
/external/iptables/extensions/
Dlibxt_cluster.man49 \-j mangle \-\-mangle\-mac\-d 00:zz:yy:xx:5a:27
56 \-j mangle \-\-mangle\-mac\-d 00:zz:yy:xx:5a:27
/external/clang/test/PCH/
Dobjc_methods.m12 // AliasForTestPCH *zz;
/external/webkit/LayoutTests/fast/url/
Dhost-expected.txt20 FAIL canonicalize('http://%zz%66%a/') should be http://%25zzf%25a/. Was http://%zz%66%a/.
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c2227 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31)) argument
2228 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~(1 << ((zz) & 31)) argument
2229 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) argument
2230 #define WORD_BH(zz) bhtab[(zz) >> 5] argument
2231 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
3190 Int32 zz, tmp; \
3191 zz = z; tmp = heap[zz]; \
3192 while (weight[tmp] < weight[heap[zz >> 1]]) { \
3193 heap[zz] = heap[zz >> 1]; \
3194 zz >>= 1; \
[all …]
/external/svox/pico/lib/
Dpicofftsg.c365zz=-x,(zz>=POW17?(zz>=POW25?(zz>=POW29?(zz>=POW31?31:(zz>=POW30?30:29)):(zz>=POW27?(zz>=POW28?28:2…
/external/libvpx/vp8/common/
Dpostproc.c774 char zz[4]; in vp8_post_proc_frame() local
776 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a'); in vp8_post_proc_frame()
778 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()
806 char zz[4]; in vp8_post_proc_frame() local
809 sprintf(zz, "a"); in vp8_post_proc_frame()
811 sprintf(zz, "%c", mi[mb_index].mbmi.dc_diff + '0'); in vp8_post_proc_frame()
813 vp8_blit_text(zz, y_ptr, post->y_stride); in vp8_post_proc_frame()

1234