t1                 43 Zend/zend_operators.c #define TYPE_PAIR(t1,t2) (((t1) << 4) | (t2))
t1                 48 ext/hash/hash_snefru.c 	const php_hash_uint32 *t0,*t1;
t1                 70 ext/hash/hash_snefru.c 		t1 = tables[2*index+1];
t1                 74 ext/hash/hash_snefru.c 			round(B01, B02, B03, t1);
t1                 75 ext/hash/hash_snefru.c 			round(B02, B03, B04, t1);
t1                 78 ext/hash/hash_snefru.c 			round(B05, B06, B07, t1);
t1                 79 ext/hash/hash_snefru.c 			round(B06, B07, B08, t1);
t1                 82 ext/hash/hash_snefru.c 			round(B09, B10, B11, t1);
t1                 83 ext/hash/hash_snefru.c 			round(B10, B11, B12, t1);
t1                 86 ext/hash/hash_snefru.c 			round(B13, B14, B15, t1);
t1                 87 ext/hash/hash_snefru.c 			round(B14, B15, B00, t1);
t1                 44 ext/hash/hash_tiger.c 	a -= t1[(unsigned char)(c)] ^ \
t1                 51 ext/hash/hash_tiger.c 		t1[(unsigned char)(((php_hash_uint32)((c)>>(4*8)))>>(3*8))]; \
t1                 23 ext/intl/breakiterator/codepointiterator_internal.cpp     long    t1;
t1                420 ext/json/JSON_parser.c         char *t1 = from.c; \
t1                424 ext/json/JSON_parser.c         to.c = t1; \
t1               67858 ext/sqlite3/libsqlite/sqlite3.c     static const u64 t1 = ((u64)0x3ff00000)<<32;
t1               67860 ext/sqlite3/libsqlite/sqlite3.c     u64 t2 = t1;
t1                433 ext/standard/crypt_freesec.c 		uint32_t	t0, t1;
t1                438 ext/standard/crypt_freesec.c 		t1 = (k1 << shifts) | (k1 >> (28 - shifts));
t1                445 ext/standard/crypt_freesec.c 				| comp_maskl[4][(t1 >> 21) & 0x7f]
t1                446 ext/standard/crypt_freesec.c 				| comp_maskl[5][(t1 >> 14) & 0x7f]
t1                447 ext/standard/crypt_freesec.c 				| comp_maskl[6][(t1 >> 7) & 0x7f]
t1                448 ext/standard/crypt_freesec.c 				| comp_maskl[7][t1 & 0x7f];
t1                455 ext/standard/crypt_freesec.c 				| comp_maskr[4][(t1 >> 21) & 0x7f]
t1                456 ext/standard/crypt_freesec.c 				| comp_maskr[5][(t1 >> 14) & 0x7f]
t1                457 ext/standard/crypt_freesec.c 				| comp_maskr[6][(t1 >> 7) & 0x7f]
t1                458 ext/standard/crypt_freesec.c 				| comp_maskr[7][t1 & 0x7f];
t1               3259 ext/standard/string.c 	char *t1, *t2;
t1               3265 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|Z", &t1, &t1_len, &t2, &t2_len, &percent) == FAILURE) {
t1               3281 ext/standard/string.c 	sim = php_similar_char(t1, t1_len, t2, t2_len);