Searched refs:t1 (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 3431 ** SELECT eval('DELETE FROM t1') FROM t2; 3770 ** CREATE TABLE t1(c1 VARIANT); 3774 ** SELECT c1 + 1, c1 FROM t1; 60330 static const u64 t1 = ((u64)0x3ff00000)<<32; local [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | crypt_freesec.c | 433 uint32_t t0, t1; local 438 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); 445 | comp_maskl[4][(t1 >> 21) & 0x7f] 446 | comp_maskl[5][(t1 >> 14) & 0x7f] 447 | comp_maskl[6][(t1 >> 7) & 0x7f] 448 | comp_maskl[7][t1 & 0x7f]; 455 | comp_maskr[4][(t1 >> 21) & 0x7f] 456 | comp_maskr[5][(t1 >> 14) & 0x7f] 457 | comp_maskr[6][(t1 >> 7) & 0x7f] 458 | comp_maskr[7][t1 [all...] |
| H A D | string.c | 3228 char *t1, *t2; local 3234 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|Z", &t1, &t1_len, &t2, &t2_len, &percent) == FAILURE) { 3250 sim = php_similar_char(t1, t1_len, t2, t2_len);
|
| /PHP_5_5/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 23 long t1; member in union:__anon186
|
| /PHP_5_5/ext/json/ |
| H A D | JSON_parser.c | 420 char *t1 = from.c; \ 424 to.c = t1; \
|
| /PHP_5_5/ext/hash/ |
| H A D | hash_snefru.c | 48 const php_hash_uint32 *t0,*t1; local 70 t1 = tables[2*index+1]; 74 round(B01, B02, B03, t1); 75 round(B02, B03, B04, t1); 78 round(B05, B06, B07, t1); 79 round(B06, B07, B08, t1); 82 round(B09, B10, B11, t1); 83 round(B10, B11, B12, t1); 86 round(B13, B14, B15, t1); 87 round(B14, B15, B00, t1); [all...] |
| H A D | hash_tiger.c | 44 a -= t1[(unsigned char)(c)] ^ \ 51 t1[(unsigned char)(((php_hash_uint32)((c)>>(4*8)))>>(3*8))]; \
|
| H A D | php_hash_tiger_tables.h | 22 #define t1 (table) macro
|
| /PHP_5_5/Zend/ |
| H A D | zend_operators.c | 43 #define TYPE_PAIR(t1,t2) (((t1) << 4) | (t2))
|
Completed in 181 milliseconds