Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/hash/
H A Dhash_snefru.c44 const uint32_t *t0,*t1; in Snefru() local
65 t0 = tables[2*index+0]; in Snefru()
68 round(B15, B00, B01, t0); in Snefru()
69 round(B00, B01, B02, t0); in Snefru()
72 round(B03, B04, B05, t0); in Snefru()
73 round(B04, B05, B06, t0); in Snefru()
76 round(B07, B08, B09, t0); in Snefru()
77 round(B08, B09, B10, t0); in Snefru()
80 round(B11, B12, B13, t0); in Snefru()
81 round(B12, B13, B14, t0); in Snefru()
/PHP-8.0/ext/standard/
H A Dcrypt_freesec.c425 uint32_t t0, t1; in des_setkey() local
429 t0 = (k0 << shifts) | (k0 >> (28 - shifts)); in des_setkey()
433 data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] in des_setkey()
434 | comp_maskl[1][(t0 >> 14) & 0x7f] in des_setkey()
435 | comp_maskl[2][(t0 >> 7) & 0x7f] in des_setkey()
436 | comp_maskl[3][t0 & 0x7f] in des_setkey()
443 data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] in des_setkey()
444 | comp_maskr[1][(t0 >> 14) & 0x7f] in des_setkey()
445 | comp_maskr[2][(t0 >> 7) & 0x7f] in des_setkey()
446 | comp_maskr[3][t0 & 0x7f] in des_setkey()
H A Dbase64.c464 __m256i t0, t1, t2, t3; in php_base64_encode_avx2_reshuffle() local
480 t0 = _mm256_and_si256(in, _mm256_set1_epi32(0x0fc0fc00)); in php_base64_encode_avx2_reshuffle()
482 t1 = _mm256_mulhi_epu16(t0, _mm256_set1_epi32(0x04000040)); in php_base64_encode_avx2_reshuffle()
529 __m128i t0, t1, t2, t3; in php_base64_encode_ssse3_reshuffle() local
539 t0 = _mm_and_si128(in, _mm_set1_epi32(0x0fc0fc00)); in php_base64_encode_ssse3_reshuffle()
541 t1 = _mm_mulhi_epu16(t0, _mm_set1_epi32(0x04000040)); in php_base64_encode_ssse3_reshuffle()
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt33 $t0 = microtime(1);
39 $dt_ms = ($t1 - $t0)*1000;
/PHP-8.0/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-8.0/ext/hash/tests/
H A Dfnv1a64.phpt219 array( 'e~#?zD:a\'8=l${w(qkKsNIC{(s/=t0,Z0/z+T6l\\N+I', '8b024f00082671f5' ),
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c2309 uint32_t t0 = ssa_var_info[phi->sources[0]].type; in zend_jit_trace_build_tssa() local
2315 …} else if (((t0 | t1) & (MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_REF)) == (t & (MAY_BE_ANY|MAY_BE_UNDEF|MAY… in zend_jit_trace_build_tssa()
2316 if (!((t0 | t1) & MAY_BE_GUARD)) { in zend_jit_trace_build_tssa()
2326 … if ((t0 & (MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_REF)) != (t & (MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_REF))) { in zend_jit_trace_build_tssa()
2327 ssa_var_info[phi->sources[0]].type = MAY_BE_GUARD | (t & t0); in zend_jit_trace_build_tssa()

Completed in 41 milliseconds