t1                 24 examples/libsmbclient/testacl3.c     time_t          t1;
t1                 23 examples/libsmbclient/testread.c     time_t          t1;
t1                 23 examples/libsmbclient/testwrite.c     time_t          t1;
t1                 66 lib/replace/test/strptime.c #define CMP_TM_ELEMENT(t1,t2,elem) \
t1                 67 lib/replace/test/strptime.c 	if (t1.elem != t2.elem) { \
t1                 72 lib/replace/test/strptime.c 		       __STRING(elen), t1.elem, t2.elem); \
t1                704 lib/talloc/testsuite.c 	} *t1, *t2;
t1                710 lib/talloc/testsuite.c 	t1 = talloc(root, struct t_move);
t1                712 lib/talloc/testsuite.c 	t1->p = talloc_strdup(t1, "foo");
t1                713 lib/talloc/testsuite.c 	t1->x = talloc(t1, int);
t1                714 lib/talloc/testsuite.c 	*t1->x = 42;
t1                716 lib/talloc/testsuite.c 	t2->p = talloc_move(t2, &t1->p);
t1                717 lib/talloc/testsuite.c 	t2->x = talloc_move(t2, &t1->x);
t1                718 lib/talloc/testsuite.c 	torture_assert("move", t1->p == NULL && t1->x == NULL &&
t1                697 lib/util/time.c bool nt_time_equal(NTTIME *t1, NTTIME *t2)
t1                699 lib/util/time.c 	return *t1 == *t2;
t1                230 lib/util/time.h bool nt_time_equal(NTTIME *t1, NTTIME *t2);
t1               6963 source3/include/proto.h bool unix_token_equal(const UNIX_USER_TOKEN *t1, const UNIX_USER_TOKEN *t2);
t1                313 source3/lib/ldb/common/attrib_handlers.c 	time_t t1, t2;
t1                314 source3/lib/ldb/common/attrib_handlers.c 	t1 = ldb_string_to_time((char *)v1->data);
t1                316 source3/lib/ldb/common/attrib_handlers.c 	return (int)t2 - (int)t1;
t1                264 source3/lib/ldb/common/ldb_parse.c 	const char *t, *t1;
t1                280 source3/lib/ldb/common/ldb_parse.c 	t1 = p;
t1                289 source3/lib/ldb/common/ldb_parse.c 	name = (char *)talloc_memdup(mem_ctx, t, t1 - t + 1);
t1                291 source3/lib/ldb/common/ldb_parse.c 	name[t1 - t] = '\0';
t1                899 source3/lib/util.c 	struct timeval tval,t1,t2;  
t1                902 source3/lib/util.c 	GetTimeOfDay(&t1);
t1                903 source3/lib/util.c 	t2 = t1;
t1                920 source3/lib/util.c 		if (t2.tv_sec < t1.tv_sec) {
t1                922 source3/lib/util.c 			t1 = t2;
t1                925 source3/lib/util.c 		tdiff = TvalDiff(&t1,&t2);
t1               2777 source3/modules/getdate.c     time_t t1 = t0 + d1;
t1               2779 source3/modules/getdate.c     time_t t2 = t1 + d2;
t1               2785 source3/modules/getdate.c 	| ((t1 + d2 < t1) ^ (d2 < 0))
t1               1076 source3/modules/getdate.y     time_t t1 = t0 + d1;
t1               1078 source3/modules/getdate.y     time_t t2 = t1 + d2;
t1               1084 source3/modules/getdate.y 	| ((t1 + d2 < t1) ^ (d2 < 0))
t1                 29 source3/smbd/sec_ctx.c bool unix_token_equal(const UNIX_USER_TOKEN *t1, const UNIX_USER_TOKEN *t2)
t1                 31 source3/smbd/sec_ctx.c 	if (t1->uid != t2->uid || t1->gid != t2->gid ||
t1                 32 source3/smbd/sec_ctx.c 			t1->ngroups != t2->ngroups) {
t1                 35 source3/smbd/sec_ctx.c 	if (memcmp(t1->groups, t2->groups,
t1                 36 source3/smbd/sec_ctx.c 			t1->ngroups*sizeof(gid_t)) != 0) {
t1                992 source3/torture/torture.c 	time_t t1, t2;
t1               1038 source3/torture/torture.c 	t1 = time(NULL);
t1               1048 source3/torture/torture.c 	if (ABS(t2 - t1) < lock_timeout-1) {
t1               1053 source3/torture/torture.c 	       (unsigned int)(t2-t1), lock_timeout);
t1               4456 source3/torture/torture.c 	double t1;
t1               4479 source3/torture/torture.c 	t1 = end_timer();
t1               4485 source3/torture/torture.c 	printf("dirtest core %g seconds\n", end_timer() - t1);
t1                114 source4/heimdal/lib/hcrypto/camellia-ntt.c #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1)	\
t1                119 source4/heimdal/lib/hcrypto/camellia-ntt.c 	t1 = ir >> 16;						\
t1                121 source4/heimdal/lib/hcrypto/camellia-ntt.c 	    ^ CAMELLIA_SP0222((t1 >> 8) & 0xff)			\
t1                122 source4/heimdal/lib/hcrypto/camellia-ntt.c 	    ^ CAMELLIA_SP3033(t1 & 0xff)			\
t1                138 source4/heimdal/lib/hcrypto/camellia-ntt.c #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
t1                143 source4/heimdal/lib/hcrypto/camellia-ntt.c 	t1 = klr;							\
t1                144 source4/heimdal/lib/hcrypto/camellia-ntt.c 	t1 |= lr;							\
t1                145 source4/heimdal/lib/hcrypto/camellia-ntt.c 	ll ^= t1;							\
t1                155 source4/heimdal/lib/hcrypto/camellia-ntt.c #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1)	\
t1                453 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il, ir, t0, t1, w0, w1;
t1                493 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       w0, w1, il, ir, t0, t1);
t1                497 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       kll, klr, il, ir, t0, t1);
t1                500 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       krl, krr, il, ir, t0, t1);
t1                504 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       w0, w1, il, ir, t0, t1);
t1                665 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il, ir, t0, t1, w0, w1;    /* temporary variables */
t1                720 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       w0, w1, il, ir, t0, t1);
t1                724 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       kll, klr, il, ir, t0, t1);
t1                728 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       krl, krr, il, ir, t0, t1);
t1                732 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       w0, w1, il, ir, t0, t1);
t1                740 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       w0, w1, il, ir, t0, t1);
t1                744 source4/heimdal/lib/hcrypto/camellia-ntt.c 	       w0, w1, il, ir, t0, t1);
t1                971 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il, ir, t0, t1;
t1                980 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1                983 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1                986 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1                989 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1                992 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1                995 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1000 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1004 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1007 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1010 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1013 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1016 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1019 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1024 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1028 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1031 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1034 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1037 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1040 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1043 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1050 source4/heimdal/lib/hcrypto/camellia-ntt.c     t1 = io[1];
t1               1054 source4/heimdal/lib/hcrypto/camellia-ntt.c     io[3] = t1;
t1               1061 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il,ir,t0,t1;               /* temporary valiables */
t1               1070 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1073 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1076 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1079 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1082 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1085 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1090 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1094 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1097 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1100 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1103 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1106 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1109 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1114 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1118 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1121 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1124 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1127 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1130 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1133 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1140 source4/heimdal/lib/hcrypto/camellia-ntt.c     t1 = io[1];
t1               1144 source4/heimdal/lib/hcrypto/camellia-ntt.c     io[3] = t1;
t1               1154 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il,ir,t0,t1;           /* temporary valiables */
t1               1163 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1166 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1169 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1172 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1175 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1178 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1183 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1187 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1190 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1193 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1196 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1199 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1202 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1207 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1211 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1214 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1217 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1220 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1223 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1226 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1231 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1235 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1238 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1241 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1244 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1247 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1250 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1257 source4/heimdal/lib/hcrypto/camellia-ntt.c     t1 = io[1];
t1               1261 source4/heimdal/lib/hcrypto/camellia-ntt.c     io[3] = t1;
t1               1268 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 il,ir,t0,t1;           /* temporary valiables */
t1               1277 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1280 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1283 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1286 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1289 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1292 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1297 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1301 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1304 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1307 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1310 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1313 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1316 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1321 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1325 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1328 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1331 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1334 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1337 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1340 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1345 source4/heimdal/lib/hcrypto/camellia-ntt.c 		 t0,t1,il,ir);
t1               1349 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1352 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1355 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1358 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1361 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[2],io[3],il,ir,t0,t1);
t1               1364 source4/heimdal/lib/hcrypto/camellia-ntt.c 		     io[0],io[1],il,ir,t0,t1);
t1               1371 source4/heimdal/lib/hcrypto/camellia-ntt.c     t1 = io[1];
t1               1375 source4/heimdal/lib/hcrypto/camellia-ntt.c     io[3] = t1;
t1                228 source4/heimdal/lib/hcrypto/des.c     uint32_t t1, t2;
t1                234 source4/heimdal/lib/hcrypto/des.c     t1 = (*key)[0] << 24 | (*key)[1] << 16 | (*key)[2] << 8 | (*key)[3];
t1                237 source4/heimdal/lib/hcrypto/des.c     c =   (pc1_c_3[(t1 >> (5            )) & 0x7] << 3)
t1                238 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_3[(t1 >> (5 + 8        )) & 0x7] << 2)
t1                239 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_3[(t1 >> (5 + 8 + 8    )) & 0x7] << 1)
t1                240 source4/heimdal/lib/hcrypto/des.c 	| (pc1_c_3[(t1 >> (5 + 8 + 8 + 8)) & 0x7] << 0)
t1                251 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1            )) & 0xf] << 3)
t1                252 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1 + 8        )) & 0xf] << 2)
t1                253 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1 + 8 + 8    )) & 0xf] << 1)
t1                254 source4/heimdal/lib/hcrypto/des.c 	| (pc1_d_4[(t1 >> (1 + 8 + 8 + 8)) & 0xf] << 0);
t1               2381 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit *t1, *t2, *t3, carry;
t1               2395 source4/heimdal/lib/hcrypto/imath/imath.c     if((t1 = s_alloc(4 * buf_size)) == NULL) return 0;
t1               2396 source4/heimdal/lib/hcrypto/imath/imath.c     t2 = t1 + buf_size;
t1               2398 source4/heimdal/lib/hcrypto/imath/imath.c     ZERO(t1, 4 * buf_size);
t1               2403 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(da, a_top, t1, bot_size, at_size);      /* t1 = a1 + a0 */
t1               2404 source4/heimdal/lib/hcrypto/imath/imath.c     t1[bot_size] = carry;
t1               2409 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(t1, t2, t3, bot_size + 1, bot_size + 1); /* t3 = t1 * t2 */
t1               2414 source4/heimdal/lib/hcrypto/imath/imath.c     ZERO(t1, buf_size);
t1               2416 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(da, db, t1, bot_size, bot_size);     /* t1 = a0 * b0 */
t1               2420 source4/heimdal/lib/hcrypto/imath/imath.c     s_usub(t3, t1, t3, buf_size + 2, buf_size);
t1               2424 source4/heimdal/lib/hcrypto/imath/imath.c     COPY(t1, dc, buf_size);
t1               2433 source4/heimdal/lib/hcrypto/imath/imath.c     s_free(t1); /* note t2 and t3 are just internal pointers to t1 */
t1               2480 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit  *t1, *t2, *t3, carry;
t1               2484 source4/heimdal/lib/hcrypto/imath/imath.c     if((t1 = s_alloc(4 * buf_size)) == NULL) return 0;
t1               2485 source4/heimdal/lib/hcrypto/imath/imath.c     t2 = t1 + buf_size;
t1               2487 source4/heimdal/lib/hcrypto/imath/imath.c     ZERO(t1, 4 * buf_size);
t1               2489 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_ksqr(da, t1, bot_size);    /* t1 = a0 ^ 2 */
t1               2509 source4/heimdal/lib/hcrypto/imath/imath.c     COPY(t1, dc, 2 * bot_size);
t1               2518 source4/heimdal/lib/hcrypto/imath/imath.c     s_free(t1); /* note that t2 and t2 are internal pointers only */
t1                124 source4/heimdal/lib/hcrypto/rc2.c     int t0, t1, t2, t3;
t1                135 source4/heimdal/lib/hcrypto/rc2.c 	t1 = (w1 + (w2 & ~w0) + (w3 & w0) + key->data[j + 1]) & 0xffff;
t1                136 source4/heimdal/lib/hcrypto/rc2.c 	w1 = ROT16L(t1, 2);
t1                164 source4/heimdal/lib/hcrypto/rc2.c     int t0, t1, t2, t3;
t1                185 source4/heimdal/lib/hcrypto/rc2.c 	t1 = ROT16R(w1, 2);
t1                186 source4/heimdal/lib/hcrypto/rc2.c 	w1 = (t1 - (w2 & ~w0) - (w3 & w0) - key->data[j + 1]) & 0xffff;
t1                872 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 s0, s1, s2, s3, t0, t1, t2, t3;
t1                888 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
t1                892 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
t1                893 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
t1                894 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
t1                895 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
t1                898 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
t1                902 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
t1                903 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
t1                904 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[18];
t1                905 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[19];
t1                908 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[21];
t1                912 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[24];
t1                913 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[25];
t1                914 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[26];
t1                915 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[27];
t1                918 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[29];
t1                922 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[32];
t1                923 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[33];
t1                924 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[34];
t1                925 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[35];
t1                928 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    	t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[37];
t1                933 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[40];
t1                934 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[41];
t1                935 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[42];
t1                936 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[43];
t1                939 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[45];
t1                944 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >>  8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[48];
t1                945 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >>  8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[49];
t1                946 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>  8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[50];
t1                947 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >>  8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[51];
t1                950 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >>  8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[53];
t1                968 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t1 =
t1                994 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te1[(t1 >> 16) & 0xff] ^
t1                999 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te0[(t1 >> 24)       ] ^
t1               1008 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te3[(t1      ) & 0xff] ^
t1               1013 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Te2[(t1 >>  8) & 0xff] ^
t1               1024 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1 >> 16) & 0xff] & 0x00ff0000) ^
t1               1030 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1 >> 24)       ] & 0xff000000) ^
t1               1040 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1      ) & 0xff] & 0x000000ff) ^
t1               1046 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 		(Te4[(t1 >>  8) & 0xff] & 0x0000ff00) ^
t1               1053 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c 	u32 s0, s1, s2, s3, t0, t1, t2, t3;
t1               1069 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[ 5];
t1               1073 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[ 8];
t1               1074 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[ 9];
t1               1075 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[10];
t1               1076 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[11];
t1               1079 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[13];
t1               1083 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[16];
t1               1084 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[17];
t1               1085 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[18];
t1               1086 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[19];
t1               1089 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[21];
t1               1093 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[24];
t1               1094 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[25];
t1               1095 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[26];
t1               1096 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[27];
t1               1099 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[29];
t1               1103 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[32];
t1               1104 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[33];
t1               1105 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[34];
t1               1106 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[35];
t1               1109 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c     t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[37];
t1               1114 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[40];
t1               1115 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[41];
t1               1116 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[42];
t1               1117 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[43];
t1               1120 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[45];
t1               1125 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s0 = Td0[t0 >> 24] ^ Td1[(t3 >> 16) & 0xff] ^ Td2[(t2 >>  8) & 0xff] ^ Td3[t1 & 0xff] ^ rk[48];
t1               1126 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s1 = Td0[t1 >> 24] ^ Td1[(t0 >> 16) & 0xff] ^ Td2[(t3 >>  8) & 0xff] ^ Td3[t2 & 0xff] ^ rk[49];
t1               1127 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s2 = Td0[t2 >> 24] ^ Td1[(t1 >> 16) & 0xff] ^ Td2[(t0 >>  8) & 0xff] ^ Td3[t3 & 0xff] ^ rk[50];
t1               1128 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             s3 = Td0[t3 >> 24] ^ Td1[(t2 >> 16) & 0xff] ^ Td2[(t1 >>  8) & 0xff] ^ Td3[t0 & 0xff] ^ rk[51];
t1               1131 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             t1 = Td0[s1 >> 24] ^ Td1[(s0 >> 16) & 0xff] ^ Td2[(s3 >>  8) & 0xff] ^ Td3[s2 & 0xff] ^ rk[53];
t1               1149 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c         t1 =
t1               1177 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td3[(t1      ) & 0xff] ^
t1               1180 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td0[(t1 >> 24)       ] ^
t1               1187 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td1[(t1 >> 16) & 0xff] ^
t1               1194 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c             Td2[(t1 >>  8) & 0xff] ^
t1               1207 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t1      ) & 0xff] & 0x000000ff) ^
t1               1211 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t1 >> 24)       ] & 0xff000000) ^
t1               1219 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t1 >> 16) & 0xff] & 0x00ff0000) ^
t1               1227 source4/heimdal/lib/hcrypto/rijndael-alg-fst.c    		(Td4[(t1 >>  8) & 0xff] & 0x0000ff00) ^
t1                100 source4/heimdal/lib/hcrypto/rsa-imath.c     mpz_t t1;
t1                101 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_init(&t1);
t1                103 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_exptmod(b, e, n, &t1);
t1                104 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_mul(&t1, in, in);
t1                106 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_clear(&t1);
t1                529 source4/heimdal/lib/hcrypto/rsa-imath.c     mpz_t el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3;
t1                545 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_init(&t1);
t1                558 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_sub_value(&p, 1, &t1), MP_OK);
t1                559 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_gcd(&t1, &el, &t2), MP_OK);
t1                573 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_sub_value(&q, 1, &t1), MP_OK);
t1                574 source4/heimdal/lib/hcrypto/rsa-imath.c 	CHECK(mp_int_gcd(&t1, &el, &t2), MP_OK);
t1                587 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_sub_value(&p, 1, &t1), MP_OK);
t1                589 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_mul(&t1, &t2, &t3), MP_OK);
t1                593 source4/heimdal/lib/hcrypto/rsa-imath.c     CHECK(mp_int_mod(&d, &t1, &dmp1), MP_OK);
t1                620 source4/heimdal/lib/hcrypto/rsa-imath.c     mp_int_clear(&t1);
t1                553 source4/heimdal/lib/krb5/pac.c 	uint64_t t1, t2;
t1                554 source4/heimdal/lib/krb5/pac.c 	t1 = unix2nttime(authtime);
t1                556 source4/heimdal/lib/krb5/pac.c 	if (t1 != t2) {
t1                361 source4/heimdal/lib/roken/roken-common.h timevalfix(struct timeval *t1);
t1                364 source4/heimdal/lib/roken/roken-common.h timevaladd(struct timeval *t1, const struct timeval *t2);
t1                367 source4/heimdal/lib/roken/roken-common.h timevalsub(struct timeval *t1, const struct timeval *t2);
t1                 43 source4/heimdal/lib/wind/combining.c     const struct translation *t1 = (const struct translation *)key;
t1                 46 source4/heimdal/lib/wind/combining.c     return t1->key - t2->key;
t1                 48 source4/heimdal/lib/wind/map.c     const struct translation *t1 = (const struct translation *)key;
t1                 51 source4/heimdal/lib/wind/map.c     return t1->key - t2->key;
t1                 50 source4/heimdal/lib/wind/normalize.c     const struct translation *t1 = (const struct translation *)key;
t1                 53 source4/heimdal/lib/wind/normalize.c     return t1->key - t2->key;
t1                293 source4/lib/ldb/common/attrib_handlers.c 	time_t t1, t2;
t1                294 source4/lib/ldb/common/attrib_handlers.c 	t1 = ldb_string_to_time((char *)v1->data);
t1                296 source4/lib/ldb/common/attrib_handlers.c 	return (int)t2 - (int)t1;
t1                261 source4/lib/ldb/common/ldb_parse.c 	const char *t, *t1;
t1                281 source4/lib/ldb/common/ldb_parse.c 	t1 = p;
t1                290 source4/lib/ldb/common/ldb_parse.c 	name = (char *)talloc_memdup(mem_ctx, t, t1 - t + 1);
t1                292 source4/lib/ldb/common/ldb_parse.c 	name[t1 - t] = '\0';
t1                 48 source4/lib/registry/patchfile.c 	struct registry_key *t1 = NULL, *t2 = NULL;
t1                102 source4/lib/registry/patchfile.c 		error1 = reg_open_key(mem_ctx, oldkey, keyname1, &t1);
t1                109 source4/lib/registry/patchfile.c 		reg_generate_diff_key(t1, t2, tmppath, callbacks, callback_data);
t1                141 source4/lib/registry/patchfile.c 			error2 = reg_open_key(mem_ctx, oldkey, keyname1, &t1);
t1                147 source4/lib/registry/patchfile.c 			t1 = NULL;
t1                169 source4/lib/registry/patchfile.c 		reg_generate_diff_key(t1, t2, tmppath, callbacks, callback_data);
t1                 46 source4/torture/basic/locking.c 	time_t t1, t2;
t1                111 source4/torture/basic/locking.c 	t1 = time(NULL);
t1                120 source4/torture/basic/locking.c 	if (t2 - t1 < 5) {
t1                125 source4/torture/basic/locking.c 	       (uint_t)(t2-t1), lock_timeout);
t1                 67 source4/torture/basic/secleak.c 	time_t t1 = time(NULL);
t1                 70 source4/torture/basic/secleak.c 	while (time(NULL) < t1+timelimit) {
t1                 91 source4/torture/raw/open.c 	time_t t1, t2; \
t1                 96 source4/torture/raw/open.c 	t1 = t & ~1; \
t1                 98 source4/torture/raw/open.c 	if (abs(t1-t2) > 2) { \
t1                101 source4/torture/raw/open.c 		       timestring(tctx, t1), \
t1                250 source4/torture/rpc/samsync.c #define TEST_TIME_EQUAL(t1, t2) do {\
t1                251 source4/torture/rpc/samsync.c 	if (t1 != t2) {\
t1                252 source4/torture/rpc/samsync.c 	      printf("%s: NTTIME mismatch: " #t1 ":%s != " #t2 ": %s\n", \
t1                253 source4/torture/rpc/samsync.c 		     __location__, nt_time_string(mem_ctx, t1),  nt_time_string(mem_ctx, t2));\
t1                194 source4/torture/rpc/spoolss_notify.c 	struct spoolss_NotifyOption t1;
t1                251 source4/torture/rpc/spoolss_notify.c 	t1.version = 2;
t1                252 source4/torture/rpc/spoolss_notify.c 	t1.flags = 0;
t1                253 source4/torture/rpc/spoolss_notify.c 	t1.count = 2;
t1                254 source4/torture/rpc/spoolss_notify.c 	t1.types = talloc_zero_array(tctx, struct spoolss_NotifyOptionType, 2);
t1                255 source4/torture/rpc/spoolss_notify.c 	t1.types[0].type = PRINTER_NOTIFY_TYPE;
t1                256 source4/torture/rpc/spoolss_notify.c 	t1.types[0].count = 1;
t1                257 source4/torture/rpc/spoolss_notify.c 	t1.types[0].fields = talloc_array(t1.types, union spoolss_Field, 1);
t1                258 source4/torture/rpc/spoolss_notify.c 	t1.types[0].fields[0].field = PRINTER_NOTIFY_FIELD_SERVER_NAME;
t1                260 source4/torture/rpc/spoolss_notify.c 	t1.types[1].type = JOB_NOTIFY_TYPE;
t1                261 source4/torture/rpc/spoolss_notify.c 	t1.types[1].count = 1;
t1                262 source4/torture/rpc/spoolss_notify.c 	t1.types[1].fields = talloc_array(t1.types, union spoolss_Field, 1);
t1                263 source4/torture/rpc/spoolss_notify.c 	t1.types[1].fields[0].field = PRINTER_NOTIFY_FIELD_PRINTER_NAME;
t1                265 source4/torture/rpc/spoolss_notify.c 	r.in.notify_options = &t1;