Searched refs:advance (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/random/ |
H A D | engine_pcgoneseq128xslrr64.c | 117 …m_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *state, uint64_t advance) in php_random_pcgoneseq128xslrr64_advance() argument 125 while (advance > 0) { in php_random_pcgoneseq128xslrr64_advance() 126 if (advance & 1) { in php_random_pcgoneseq128xslrr64_advance() 132 advance /= 2; in php_random_pcgoneseq128xslrr64_advance() 193 zend_long advance = 0; in PHP_METHOD() local 196 Z_PARAM_LONG(advance); in PHP_METHOD() 199 if (UNEXPECTED(advance < 0)) { in PHP_METHOD() 204 php_random_pcgoneseq128xslrr64_advance(state, advance); in PHP_METHOD()
|
H A D | random.stub.php | 69 public function jump(int $advance): void {} argument
|
H A D | php_random.h | 178 …_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *state, uint64_t advance);
|
H A D | random_arginfo.h | 59 ZEND_ARG_TYPE_INFO(0, advance, IS_LONG, 0)
|
/php-src/ext/random/tests/02_engine/ |
H A D | pcgoneseq128xslrr64_jump_error.phpt | 27 Random\Engine\PcgOneseq128XslRr64::jump(): Argument #1 ($advance) must be greater than or equal to 0
|
/php-src/ext/spl/tests/ |
H A D | SplDoublyLinkedList_consistent_iterator_mode.phpt | 12 it would advance to the next item in a 'foreach' loop
|
/php-src/ext/date/tests/ |
H A D | DatePeriod_no_advance_on_valid.phpt | 2 Date Period iterators do not advance on valid()
|
/php-src/sapi/fpm/tests/ |
H A D | bug74083-concurrent-reload.phpt | 40 since performance of test instance is not known in advance */
|
H A D | bug76601-reload-child-signals.phpt | 51 since performance of test instance is not known in advance */
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 1194 pen.x += image->advance.x >> 10; 1195 pen.y -= image->advance.y >> 10;
|
/php-src/ext/standard/ |
H A D | html.c | 56 #define MB_FAILURE(pos, advance) do { \ argument 57 *cursor = pos + (advance); \
|
/php-src/docs/ |
H A D | release-process.md | 952 times, as needed, but we will always advance the `Expires` timestamp on a
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 32430 # advance the file cursor by this amount past the end of the length 32579 # Parse the length, check the packet's body and finally advance to the
|
H A D | magic | 32430 # advance the file cursor by this amount past the end of the length 32579 # Parse the length, check the packet's body and finally advance to the
|
Completed in 151 milliseconds