Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/hash/
H A Dhash_snefru.c46 const uint32_t *t0,*t1; in Snefru() local
67 t0 = tables[2*index+0]; in Snefru()
70 round(B15, B00, B01, t0); in Snefru()
71 round(B00, B01, B02, t0); in Snefru()
74 round(B03, B04, B05, t0); in Snefru()
75 round(B04, B05, B06, t0); in Snefru()
78 round(B07, B08, B09, t0); in Snefru()
79 round(B08, B09, B10, t0); in Snefru()
82 round(B11, B12, B13, t0); in Snefru()
83 round(B12, B13, B14, t0); in Snefru()
/PHP-7.4/ext/standard/
H A Dcrypt_freesec.c427 uint32_t t0, t1; in des_setkey() local
431 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()
435 data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] in des_setkey()
436 | comp_maskl[1][(t0 >> 14) & 0x7f] in des_setkey()
437 | comp_maskl[2][(t0 >> 7) & 0x7f] in des_setkey()
438 | comp_maskl[3][t0 & 0x7f] in des_setkey()
445 data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] in des_setkey()
446 | comp_maskr[1][(t0 >> 14) & 0x7f] in des_setkey()
447 | comp_maskr[2][(t0 >> 7) & 0x7f] in des_setkey()
448 | comp_maskr[3][t0 & 0x7f] in des_setkey()
H A Dbase64.c463 __m256i t0, t1, t2, t3; in php_base64_encode_avx2_reshuffle() local
479 t0 = _mm256_and_si256(in, _mm256_set1_epi32(0x0fc0fc00)); in php_base64_encode_avx2_reshuffle()
481 t1 = _mm256_mulhi_epu16(t0, _mm256_set1_epi32(0x04000040)); in php_base64_encode_avx2_reshuffle()
528 __m128i t0, t1, t2, t3; in php_base64_encode_ssse3_reshuffle() local
538 t0 = _mm_and_si128(in, _mm_set1_epi32(0x0fc0fc00)); in php_base64_encode_ssse3_reshuffle()
540 t1 = _mm_mulhi_epu16(t0, _mm_set1_epi32(0x04000040)); in php_base64_encode_ssse3_reshuffle()
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt33 $t0 = microtime(1);
39 $dt_ms = ($t1 - $t0)*1000;
/PHP-7.4/Zend/
H A Dmicro_bench.php285 $t0 = $t = start_test(); variable
358 total($t0, "Total");
H A Dbench.php384 $t0 = $t = start_test(); variable
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt219 array( 'e~#?zD:a\'8=l${w(qkKsNIC{(s/=t0,Z0/z+T6l\\N+I', '8b024f00082671f5' ),

Completed in 15 milliseconds