Home
last modified time | relevance | path

Searched refs:max_loop_unrolls (Results 1 – 18 of 18) sorted by relevance

/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit.h115 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1117 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/dports/lang/php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit.h104 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1012 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/dports/lang/php81/php-8.1.1/ext/opcache/jit/
H A Dzend_jit.h115 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1117 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/
H A Dzend_jit.h104 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1012 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/
H A Dzend_jit.h115 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1117 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/
H A Dzend_jit.h104 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1012 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_module.c301 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_module.c304 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_module.c301 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_accelerator_module.c301 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_accelerator_module.c304 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_module.c304 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
788 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));