/external/clang/test/Sema/ |
D | cast-to-union.c | 16 union u zz = (union u)i; // expected-error{{initializer element is not a compile-time constant}} e… variable
|
D | anonymous-struct-union.c | 46 double zz; // expected-note{{previous declaration is here}} member
|
/external/valgrind/main/none/tests/amd64/ |
D | bug127521-64.c | 52 ULong dd, aa, mmHi, mmLo, zz; in try8b() local 105 ULong dd, aa, mmHi, mmLo, zz; in try16b() local
|
/external/bzip2/ |
D | blocksort.c | 205 #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/clang/test/SemaObjC/ |
D | protocols.m | 51 - zz; method
|
/external/openssl/crypto/asn1/ |
D | n_pkey.c | 129 unsigned char buf[256],*zz; in i2d_RSA_NET() local 293 const unsigned char *zz; in d2i_RSA_NET_2() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | n_pkey.c | 129 unsigned char buf[256],*zz; in i2d_RSA_NET() local 293 const unsigned char *zz; in d2i_RSA_NET_2() local
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_gf_mult.c | 120 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
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_db.c | 333 UINT16 xx, yy, zz; in SDP_DeleteRecord() local 402 UINT16 xx, yy, zz; in SDP_AddAttribute() local
|
/external/chromium_org/third_party/angle/samples/gles2_book/Common/ |
D | esTransform.c | 64 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; in esRotate() local
|
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_main.c | 216 UINT8 xx,yy,zz; in nfa_hci_is_valid_cfg() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Quaternion.java | 414 float zz = z * zs; in toRotationMatrix() local 459 float zz = z * zs; in toRotationMatrix() local 518 float zz = z * z * norm; in getRotationColumn() local
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); }; member
|
/external/dropbear/libtomcrypt/testprof/ |
D | der_tests.c | 513 unsigned long x, y, z, zz, oid[2][32]; local
|
D | x86_prof.c | 815 int err, zz, stat; in time_rsa() local 939 int err, zz; in time_katja() local
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | jmeBulletUtil.cpp | 239 float zz = z * zs; in convertQuat() local
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
D | Converter.java | 159 float zz = oldQuaternion.getZ() * zs; in convert() local
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 50 ZZ *zz = a8; in test_bin_op_overload() local
|
/external/chromium_org/mojo/examples/sample_app/ |
D | spinning_cube.cc | 252 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; in Rotate() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | bn_gf2m.c | 271 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local 390 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local
|
/external/openssl/crypto/bn/ |
D | bn_gf2m.c | 271 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local 390 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_pm.c | 788 int xx, yy, zz; in btm_pm_proc_mode_change() local
|
/external/libvpx/libvpx/vp8/common/ |
D | postproc.c | 870 char zz[4]; in vp8_post_proc_frame() local 902 char zz[4]; in vp8_post_proc_frame() local
|
/external/chromium_org/crypto/ |
D | curve25519-donna.c | 401 limb origx[10], origxprime[10], zzz[19], xx[19], zz[19], xxprime[19], in fmonty() local
|
/external/clang/test/SemaCXX/ |
D | anonymous-union.cpp | 70 double zz; // expected-note{{previous definition is here}} member
|