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