t0                 20 ext/gd/libgd/gd2time.c   int t0;
t0                 36 ext/gd/libgd/gd2time.c   t0 = time (0);
t0                 56 ext/gd/libgd/gd2time.c   t0 = time (0) - t0;
t0                 57 ext/gd/libgd/gd2time.c   printf ("%d seconds to extract (& destroy) %d times\n", t0, c);
t0                 48 ext/hash/hash_snefru.c 	const php_hash_uint32 *t0,*t1;
t0                 69 ext/hash/hash_snefru.c 		t0 = tables[2*index+0];
t0                 72 ext/hash/hash_snefru.c 			round(B15, B00, B01, t0);
t0                 73 ext/hash/hash_snefru.c 			round(B00, B01, B02, t0);
t0                 76 ext/hash/hash_snefru.c 			round(B03, B04, B05, t0);
t0                 77 ext/hash/hash_snefru.c 			round(B04, B05, B06, t0);
t0                 80 ext/hash/hash_snefru.c 			round(B07, B08, B09, t0);
t0                 81 ext/hash/hash_snefru.c 			round(B08, B09, B10, t0);
t0                 84 ext/hash/hash_snefru.c 			round(B11, B12, B13, t0);
t0                 85 ext/hash/hash_snefru.c 			round(B12, B13, B14, t0);
t0                431 ext/standard/crypt_freesec.c 		uint32_t	t0, t1;
t0                435 ext/standard/crypt_freesec.c 		t0 = (k0 << shifts) | (k0 >> (28 - shifts));
t0                439 ext/standard/crypt_freesec.c 		data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f]
t0                440 ext/standard/crypt_freesec.c 				| comp_maskl[1][(t0 >> 14) & 0x7f]
t0                441 ext/standard/crypt_freesec.c 				| comp_maskl[2][(t0 >> 7) & 0x7f]
t0                442 ext/standard/crypt_freesec.c 				| comp_maskl[3][t0 & 0x7f]
t0                449 ext/standard/crypt_freesec.c 		data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f]
t0                450 ext/standard/crypt_freesec.c 				| comp_maskr[1][(t0 >> 14) & 0x7f]
t0                451 ext/standard/crypt_freesec.c 				| comp_maskr[2][(t0 >> 7) & 0x7f]
t0                452 ext/standard/crypt_freesec.c 				| comp_maskr[3][t0 & 0x7f]