Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/standard/
H A Dexec.c286 uint64_t estimate = (2 * (uint64_t)l) + 1; in php_escape_shell_cmd() local
375 if ((estimate - y) > 4096) { in php_escape_shell_cmd()
393 uint64_t estimate = (4 * (uint64_t)l) + 3; in php_escape_shell_arg() local
461 if ((estimate - y) > 4096) { in php_escape_shell_arg()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c450 lu_mem estimate; member
1727 #define setthreshold(g)(g->GCthreshold=(g->estimate/100)*g->gcpause)
2123 g->estimate=g->totalbytes-udsize;
2145 g->estimate-=old-g->totalbytes;
2155 g->estimate-=old-g->totalbytes;
2161 if(g->estimate>100)
2162 g->estimate-=100;

Completed in 20 milliseconds