Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd2time.c20 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.5/ext/hash/
H A Dhash_snefru.c48 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.5/ext/standard/
H A Dcrypt_freesec.c433 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.5/Zend/
H A Dmicro_bench.php285 $t0 = $t = start_test(); variable
358 total($t0, "Total");
H A Dbench.php384 $t0 = $t = start_test(); variable
421 total($t0, "Total");

Completed in 15 milliseconds