y 147 lib/compression/mszip.c int32_t y; /* number of dummy codes added */ y 184 lib/compression/mszip.c for (y = 1 << j; j < i; j++, y <<= 1) y 185 lib/compression/mszip.c if ((y -= ZIP(c)[j]) < 0) y 187 lib/compression/mszip.c if ((y -= ZIP(c)[i]) < 0) y 189 lib/compression/mszip.c ZIP(c)[i] += y; y 304 lib/compression/mszip.c return y != 0 && g != 1; y 153 lib/crypto/md5.c #define F1(x, y, z) (z ^ (x & (y ^ z))) y 154 lib/crypto/md5.c #define F2(x, y, z) F1(z, x, y) y 155 lib/crypto/md5.c #define F3(x, y, z) (x ^ y ^ z) y 156 lib/crypto/md5.c #define F4(x, y, z) (y ^ (x | ~z)) y 159 lib/crypto/md5.c #define MD5STEP(f, w, x, y, z, data, s) \ y 160 lib/crypto/md5.c ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) y 44 lib/crypto/sha256.c #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) y 45 lib/crypto/sha256.c #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) y 116 lib/replace/replace.c y, m, i; y 125 lib/replace/replace.c y = t->tm_year + 1900; y 130 lib/replace/replace.c if(m == 1 && y % 4 == 0 && (y % 100 != 0 || y % 400 == 0)) y 135 lib/replace/replace.c y++; y 1365 lib/replace/snprintf.c int x, y; y 1379 lib/replace/snprintf.c for (y = 0; fp_nums[y] != 0 ; y++) { y 1381 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), fp_fmt[x], fp_nums[y]); y 1382 lib/replace/snprintf.c l2 = sprintf (buf2, fp_fmt[x], fp_nums[y]); y 1394 lib/replace/snprintf.c for (y = 0; int_nums[y] != 0 ; y++) { y 1396 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), int_fmt[x], int_nums[y]); y 1397 lib/replace/snprintf.c l2 = sprintf (buf2, int_fmt[x], int_nums[y]); y 1409 lib/replace/snprintf.c for (y = 0; str_vals[y] != 0 ; y++) { y 1411 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), str_fmt[x], str_vals[y]); y 1412 lib/replace/snprintf.c l2 = sprintf (buf2, str_fmt[x], str_vals[y]); y 1425 lib/replace/snprintf.c for (y = 0; ll_nums[y] != 0 ; y++) { y 1427 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), ll_fmt[x], ll_nums[y]); y 1428 lib/replace/snprintf.c l2 = sprintf (buf2, ll_fmt[x], ll_nums[y]); y 1477 lib/replace/snprintf.c for (y = 0; ss_nums[y] != 0 ; y++) { y 1479 lib/replace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), ss_fmt[x], ss_nums[y]); y 1480 lib/replace/snprintf.c l2 = sprintf (buf2, ss_fmt[x], ss_nums[y]); y 41 lib/replace/timegm.c static int is_leap(unsigned y) y 43 lib/replace/timegm.c y += 1900; y 44 lib/replace/timegm.c return (y % 4) == 0 && ((y % 100) != 0 || (y % 400) == 0); y 14 lib/zlib/contrib/iostream2/zstream_test.cpp char *x = read_string(in), *y = new char[256], z[256]; y 15 lib/zlib/contrib/iostream2/zstream_test.cpp in > y > z; y 17 lib/zlib/contrib/iostream2/zstream_test.cpp cout << x << endl << y << endl << z << endl; y 20 lib/zlib/contrib/iostream2/zstream_test.cpp out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; y 21 lib/zlib/contrib/iostream2/zstream_test.cpp out << z << endl << y << endl << x << endl; y 24 lib/zlib/contrib/iostream2/zstream_test.cpp delete[] x; delete[] y; y 26 libcli/netlogon.c #define DEBUG(x, y) y 643 libcli/util/ntstatus.h #define NT_STATUS_EQUAL(x,y) (NT_STATUS_IS_DOS(x)||NT_STATUS_IS_DOS(y)?ntstatus_dos_equal(x,y):NT_STATUS_V(x) == NT_STATUS_V(y)) y 645 libcli/util/ntstatus.h #define NT_STATUS_EQUAL(x,y) (NT_STATUS_V(x) == NT_STATUS_V(y)) y 43 libcli/util/werror.h #define W_ERROR_EQUAL(x,y) (W_ERROR_V(x) == W_ERROR_V(y)) y 69 libcli/util/werror.h #define W_ERROR_NOT_OK_GOTO(x, y) do {\ y 71 libcli/util/werror.h goto y;\ y 131 nsswitch/pam_winbind.h #define on(x, y) (x & y) y 132 nsswitch/pam_winbind.h #define off(x, y) (!(x & y)) y 37 source3/include/adt_tree.h int (*compare)(void* x, void *y); y 55 source3/include/regfio.h #define HBIN_STORE_REF(x, y) { x->hbin = y; y->ref_count++ }; y 56 source3/include/regfio.h #define HBIN_REMOVE_REF(x, y) { x->hbin = NULL; y->ref_count-- /* if the count == 0; we can clean up */ }; y 819 source3/include/smbprofile.h #define ADD_PROFILE_COUNT(x,y) profile_p->x += (y) y 861 source3/include/smbprofile.h #define DO_PROFILE_DEC_INC(x,y) \ y 864 source3/include/smbprofile.h INC_PROFILE_COUNT(y); \ y 898 source3/include/smbprofile.h #define DO_PROFILE_DEC_INC(x,y) y 206 source3/lib/ldb/common/qsort.c #define min(x, y) ((x) < (y) ? (x) : (y)) y 53 source3/lib/netapi/tests/common.h #define NETAPI_STATUS(x,y,fn) \ y 55 source3/lib/netapi/tests/common.h __LINE__, fn, libnetapi_get_error_string(x,y), y); y 57 source3/lib/netapi/tests/common.h #define NETAPI_STATUS_MSG(x,y,fn,z) \ y 59 source3/lib/netapi/tests/common.h __LINE__, fn, libnetapi_get_error_string(x,y), y, z); y 53 source3/lib/sysquotas_4A.c #define QCMD(x,y) x y 57 source3/lib/sysquotas_4A.c #define QCMD(x,y) x y 59 source3/lib/sysquotas_xfs.c #define QCMD(x,y) x y 40 source3/lib/util_sec.c #define DEBUG(x, y) printf y y 49 source3/libaddns/dnserr.h #define ERR_DNS_EQUAL(x,y) (ERROR_DNS_V(x) == ERROR_DNS_V(y)) y 495 source3/libnet/libnet_dssync.c int y; y 506 source3/libnet/libnet_dssync.c for (y=0, last_query = false; !last_query; y++) { y 511 source3/libnet/libnet_dssync.c DEBUG(1,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y, y 515 source3/libnet/libnet_dssync.c DEBUG(1,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y, y 563 source3/libnet/libnet_dssync.c DEBUG(1,("end[%d] tmp_highest_usn: %llu , highest_usn: %llu\n",y, y 585 source3/libnet/libnet_dssync.c DEBUG(1,("end[%d] tmp_highest_usn: %llu , highest_usn: %llu\n",y, y 417 source3/modules/vfs_afsacl.c static bool same_principal(struct afs_ace *x, struct afs_ace *y) y 419 source3/modules/vfs_afsacl.c return ( (x->positive == y->positive) && y 420 source3/modules/vfs_afsacl.c (sid_compare(&x->sid, &y->sid) == 0) ); y 321 source3/rpcclient/cmd_drsuapi.c int y; y 469 source3/rpcclient/cmd_drsuapi.c for (y=0; ;y++) { y 472 source3/rpcclient/cmd_drsuapi.c DEBUG(1,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y, y 511 source3/rpcclient/cmd_drsuapi.c DEBUG(1,("end[%d] tmp_highest_usn: %llu , highest_usn: %llu\n",y, y 543 source3/rpcclient/cmd_drsuapi.c DEBUG(1,("end[%d] tmp_highest_usn: %llu , highest_usn: %llu\n",y, y 54 source3/web/neg_lang.c static int qsort_cmp_list(const void *x, const void *y) { y 56 source3/web/neg_lang.c struct pri_list *b = (struct pri_list *)y; y 46 source3/winbindd/idmap_adex/gc_util.c char *x, *y; y 60 source3/winbindd/idmap_adex/gc_util.c y = talloc_strdup(frame, b); y 61 source3/winbindd/idmap_adex/gc_util.c if (!x || !y) { y 67 source3/winbindd/idmap_adex/gc_util.c strupper_m(y); y 71 source3/winbindd/idmap_adex/gc_util.c if (strcmp(x, y) == 0) { y 78 source3/winbindd/idmap_adex/gc_util.c s = strstr_m(x, y); y 79 source3/winbindd/idmap_adex/gc_util.c if (s && (strlen(s) == strlen(y))) { y 84 source3/winbindd/idmap_adex/gc_util.c s = strstr_m(y, x); y 93 source4/heimdal/kuser/kuser_locl.h #define N_(x,y) gettext(x) y 94 source4/heimdal/kuser/kuser_locl.h #define NP_(x,y) (x) y 97 source4/heimdal/kuser/kuser_locl.h #define N_(x,y) (x) y 98 source4/heimdal/kuser/kuser_locl.h #define NP_(x,y) (x) y 1634 source4/heimdal/lib/asn1/lex.c { char *e, *y = yytext; y 1637 source4/heimdal/lib/asn1/lex.c if(e == y) y 39 source4/heimdal/lib/asn1/timegm.c is_leap(unsigned y) y 41 source4/heimdal/lib/asn1/timegm.c y += 1900; y 42 source4/heimdal/lib/asn1/timegm.c return (y % 4) == 0 && ((y % 100) != 0 || (y % 400) == 0); y 585 source4/heimdal/lib/hcrypto/imath/imath.c mp_int x, y; y 596 source4/heimdal/lib/hcrypto/imath/imath.c x = b; y = a; y 599 source4/heimdal/lib/hcrypto/imath/imath.c x = a; y = b; y 606 source4/heimdal/lib/hcrypto/imath/imath.c s_usub(MP_DIGITS(x), MP_DIGITS(y), MP_DIGITS(c), MP_USED(x), MP_USED(y)); y 668 source4/heimdal/lib/hcrypto/imath/imath.c mp_int x, y; y 676 source4/heimdal/lib/hcrypto/imath/imath.c x = a; y = b; osign = MP_ZPOS; y 679 source4/heimdal/lib/hcrypto/imath/imath.c x = b; y = a; osign = MP_NEG; y 685 source4/heimdal/lib/hcrypto/imath/imath.c s_usub(MP_DIGITS(x), MP_DIGITS(y), MP_DIGITS(c), MP_USED(x), MP_USED(y)); y 1454 source4/heimdal/lib/hcrypto/imath/imath.c mp_int x, mp_int y) y 1461 source4/heimdal/lib/hcrypto/imath/imath.c (x != NULL || y != NULL)); y 1469 source4/heimdal/lib/hcrypto/imath/imath.c mp_int_zero(x); (void) mp_int_set_value(y, 1); return MP_OK; y 1473 source4/heimdal/lib/hcrypto/imath/imath.c (void) mp_int_set_value(x, 1); mp_int_zero(y); return MP_OK; y 1543 source4/heimdal/lib/hcrypto/imath/imath.c if(y && (res = mp_int_copy(TEMP(3), y)) != MP_OK) goto CLEANUP; y 174 source4/heimdal/lib/hcrypto/imath/imath.h mp_int x, mp_int y); /* c = ax + by */ y 60 source4/heimdal/lib/hcrypto/md4.c #define F(x,y,z) CRAYFIX((x & y) | (~x & z)) y 61 source4/heimdal/lib/hcrypto/md4.c #define G(x,y,z) ((x & y) | (x & z) | (y & z)) y 62 source4/heimdal/lib/hcrypto/md4.c #define H(x,y,z) (x ^ y ^ z) y 60 source4/heimdal/lib/hcrypto/md5.c #define F(x,y,z) CRAYFIX((x & y) | (~x & z)) y 61 source4/heimdal/lib/hcrypto/md5.c #define G(x,y,z) CRAYFIX((x & z) | (y & ~z)) y 62 source4/heimdal/lib/hcrypto/md5.c #define H(x,y,z) (x ^ y ^ z) y 63 source4/heimdal/lib/hcrypto/md5.c #define I(x,y,z) CRAYFIX(y ^ (x | ~z)) y 44 source4/heimdal/lib/hcrypto/rc4.c #define SWAP(k,x,y) \ y 47 source4/heimdal/lib/hcrypto/rc4.c k->state[x] = k->state[y]; \ y 48 source4/heimdal/lib/hcrypto/rc4.c k->state[y] = _t; \ y 62 source4/heimdal/lib/hcrypto/rc4.c key->x = key->y = 0; y 69 source4/heimdal/lib/hcrypto/rc4.c unsigned x, y; y 72 source4/heimdal/lib/hcrypto/rc4.c y = key->y; y 75 source4/heimdal/lib/hcrypto/rc4.c y = (y + key->state[x]) % 256; y 76 source4/heimdal/lib/hcrypto/rc4.c SWAP(key, x, y); y 77 source4/heimdal/lib/hcrypto/rc4.c t = (key->state[x] + key->state[y]) % 256; y 81 source4/heimdal/lib/hcrypto/rc4.c key->y = y; y 41 source4/heimdal/lib/hcrypto/rc4.h unsigned int x, y; y 63 source4/heimdal/lib/hcrypto/sha.c #define F0(x,y,z) CRAYFIX((x & y) | (~x & z)) y 64 source4/heimdal/lib/hcrypto/sha.c #define F1(x,y,z) (x ^ y ^ z) y 65 source4/heimdal/lib/hcrypto/sha.c #define F2(x,y,z) ((x & y) | (x & z) | (y & z)) y 66 source4/heimdal/lib/hcrypto/sha.c #define F3(x,y,z) F1(x,y,z) y 43 source4/heimdal/lib/hcrypto/sha256.c #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) y 44 source4/heimdal/lib/hcrypto/sha256.c #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) y 123 source4/heimdal/lib/krb5/krb5_locl.h #define N_(x,y) dgettext(HEIMDAL_TEXTDOMAIN, x) y 125 source4/heimdal/lib/krb5/krb5_locl.h #define N_(x,y) (x) y 205 source4/lib/ldb/common/qsort.c #define min(x, y) ((x) < (y) ? (x) : (y)) y 1837 source4/rpc_server/srvsvc/dcesrv_srvsvc.c int i, y = 0; y 1874 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info.info0 = &ctr0->array[y]; y 1878 source4/rpc_server/srvsvc/dcesrv_srvsvc.c y++; y 1889 source4/rpc_server/srvsvc/dcesrv_srvsvc.c int i, y = 0; y 1926 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info.info1 = &ctr1->array[y]; y 1930 source4/rpc_server/srvsvc/dcesrv_srvsvc.c y++; y 1941 source4/rpc_server/srvsvc/dcesrv_srvsvc.c int i, y = 0; y 1980 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info.info2 = &ctr2->array[y]; y 1984 source4/rpc_server/srvsvc/dcesrv_srvsvc.c y++; y 1995 source4/rpc_server/srvsvc/dcesrv_srvsvc.c int i, y = 0; y 2034 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info.info502 = &ctr502->array[y]; y 2038 source4/rpc_server/srvsvc/dcesrv_srvsvc.c y++; y 37 source4/torture/rpc/dfs.c #define IS_DFS_VERSION_UNSUPPORTED_CALL_W2K3(x,y)\ y 39 source4/torture/rpc/dfs.c if (!W_ERROR_EQUAL(y,WERR_NOT_SUPPORTED)) {\ y 598 source4/torture/rpc/dssync.c int i, y = 0; y 727 source4/torture/rpc/dssync.c for (y=0; ;y++) { y 737 source4/torture/rpc/dssync.c DEBUG(0,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y, y 743 source4/torture/rpc/dssync.c DEBUG(0,("start[%d] tmp_higest_usn: %llu , highest_usn: %llu\n",y, y 771 source4/torture/rpc/dssync.c DEBUG(0,("end[%d] tmp_highest_usn: %llu , highest_usn: %llu\n",y, y 801 source4/torture/rpc/dssync.c DEBUG(0,("end[%d] tmp_highest_usn: %llu , highest_usn: %llu\n",y,