Searched refs:t0 (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd2time.c | 20 int t0; in main() local 36 t0 = time (0); in main() 56 t0 = time (0) - t0; in main() 57 printf ("%d seconds to extract (& destroy) %d times\n", t0, c); in main()
|
/PHP-5.6/ext/hash/ |
H A D | hash_snefru.c | 48 const php_hash_uint32 *t0,*t1; in Snefru() local 69 t0 = tables[2*index+0]; in Snefru() 72 round(B15, B00, B01, t0); in Snefru() 73 round(B00, B01, B02, t0); in Snefru() 76 round(B03, B04, B05, t0); in Snefru() 77 round(B04, B05, B06, t0); in Snefru() 80 round(B07, B08, B09, t0); in Snefru() 81 round(B08, B09, B10, t0); in Snefru() 84 round(B11, B12, B13, t0); in Snefru() 85 round(B12, B13, B14, t0); in Snefru()
|
/PHP-5.6/ext/standard/ |
H A D | crypt_freesec.c | 433 uint32_t t0, t1; in des_setkey() local 437 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey() 441 data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] in des_setkey() 442 | comp_maskl[1][(t0 >> 14) & 0x7f] in des_setkey() 443 | comp_maskl[2][(t0 >> 7) & 0x7f] in des_setkey() 444 | comp_maskl[3][t0 & 0x7f] in des_setkey() 451 data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] in des_setkey() 452 | comp_maskr[1][(t0 >> 14) & 0x7f] in des_setkey() 453 | comp_maskr[2][(t0 >> 7) & 0x7f] in des_setkey() 454 | comp_maskr[3][t0 & 0x7f] in des_setkey()
|
/PHP-5.6/Zend/ |
H A D | micro_bench.php | 285 $t0 = $t = start_test(); variable 358 total($t0, "Total");
|
H A D | bench.php | 384 $t0 = $t = start_test(); variable 421 total($t0, "Total");
|
/PHP-5.6/ext/hash/tests/ |
H A D | fnv1a64.phpt | 221 array( 'e~#?zD:a\'8=l${w(qkKsNIC{(s/=t0,Z0/z+T6l\\N+I', '8b024f00082671f5' ),
|
Completed in 17 milliseconds