Searched refs:advance (Results 1 – 14 of 14) sorted by relevance
116 …m_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *state, uint64_t advance) in php_random_pcgoneseq128xslrr64_advance() argument124 while (advance > 0) { in php_random_pcgoneseq128xslrr64_advance()125 if (advance & 1) { in php_random_pcgoneseq128xslrr64_advance()131 advance /= 2; in php_random_pcgoneseq128xslrr64_advance()187 zend_long advance = 0; in PHP_METHOD() local190 Z_PARAM_LONG(advance); in PHP_METHOD()193 if (UNEXPECTED(advance < 0)) { in PHP_METHOD()198 php_random_pcgoneseq128xslrr64_advance(state, advance); in PHP_METHOD()
67 public function jump(int $advance): void {} argument
304 …_pcgoneseq128xslrr64_advance(php_random_status_state_pcgoneseq128xslrr64 *state, uint64_t advance);
59 ZEND_ARG_TYPE_INFO(0, advance, IS_LONG, 0)
27 Random\Engine\PcgOneseq128XslRr64::jump(): Argument #1 ($advance) must be greater than or equal to 0
12 it would advance to the next item in a 'foreach' loop
2 Date Period iterators do not advance on valid()
40 since performance of test instance is not known in advance */
51 since performance of test instance is not known in advance */
1194 pen.x += image->advance.x >> 10;1195 pen.y -= image->advance.y >> 10;
60 #define MB_FAILURE(pos, advance) do { \ argument61 *cursor = pos + (advance); \
2235 $advance). (Anton Smirnov)
27794 # advance the file cursor by this amount past the end of the length27943 # Parse the length, check the packet's body and finally advance to the
Completed in 163 milliseconds