Searched refs:t0 (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | bench.php | 384 $t0 = $t = start_test(); variable 421 total($t0, "Total");
|
| H A D | micro_bench.php | 285 $t0 = $t = start_test(); variable 358 total($t0, "Total");
|
| /PHP_TRUNK/ext/standard/ |
| H A D | crypt_freesec.c | 433 uint32_t t0, t1; local 437 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); 441 data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] 442 | comp_maskl[1][(t0 >> 14) & 0x7f] 443 | comp_maskl[2][(t0 >> 7) & 0x7f] 444 | comp_maskl[3][t0 & 0x7f] 451 data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] 452 | comp_maskr[1][(t0 >> 14) & 0x7f] 453 | comp_maskr[2][(t0 >> 7) & 0x7f] 454 | comp_maskr[3][t0 [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd2time.c | 20 int t0; local 36 t0 = time (0); 56 t0 = time (0) - t0; 57 printf ("%d seconds to extract (& destroy) %d times\n", t0, c);
|
| /PHP_TRUNK/ext/hash/ |
| H A D | hash_snefru.c | 48 const php_hash_uint32 *t0,*t1; local 69 t0 = tables[2*index+0]; 72 round(B15, B00, B01, t0); 73 round(B00, B01, B02, t0); 76 round(B03, B04, B05, t0); 77 round(B04, B05, B06, t0); 80 round(B07, B08, B09, t0); 81 round(B08, B09, B10, t0); 84 round(B11, B12, B13, t0); 85 round(B12, B13, B14, t0); [all...] |
Completed in 5 milliseconds