Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 25) sorted by relevance

/php-src/ext/random/
H A Dengine_secure.c40 static zend_long range(void *state, zend_long min, zend_long max) in range() function
H A Dengine_user.c68 static zend_long range(void *state, zend_long min, zend_long max) in range() function
H A Dengine_combinedlcg.c65 static zend_long range(void *state, zend_long min, zend_long max) in range() function
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(void *state, zend_long min, zend_long max) in range() function
H A Dengine_xoshiro256starstar.c113 static zend_long range(void *state, zend_long min, zend_long max) in range() function
H A Dphp_random.h101 zend_long (*range)(void *state, zend_long min, zend_long max); member
H A Dengine_mt19937.c166 static zend_long range(void *state, zend_long min, zend_long max) in range() function
/php-src/ext/mbstring/
H A Dgen_rare_cp_bitvec.php22 $range = explode("\t", $line); variable
H A Dphp_mbregex.c41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
868 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search()
/php-src/main/streams/
H A Dmmap.c23 php_stream_mmap_range range; in _php_stream_mmap_range() local
H A Dplain_wrapper.c748 php_stream_mmap_range *range = (php_stream_mmap_range*)ptrparam; in php_stdiop_set_option() local
808 php_stream_mmap_range *range = (php_stream_mmap_range*)ptrparam; in php_stdiop_set_option() local
/php-src/Zend/Optimizer/
H A Dzend_ssa.h43 zend_ssa_range range; /* simple range constraint */ member
57 zend_ssa_range_constraint range; member
131 zend_ssa_range range; member
/php-src/TSRM/
H A DTSRM.c79 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
97 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
/php-src/Zend/
H A Dzend_opcode.c715 zend_live_range *range; in emit_live_range_raw() local
H A Dzend_gc.c2056 const zend_live_range *range = &func->op_array.live_range[i]; in zend_gc_check_root_tmpvars() local
2086 const zend_live_range *range = &func->op_array.live_range[i]; in zend_gc_remove_root_tmpvars() local
H A Dzend_execute.c4475 const zend_live_range *range = &op_array->live_range[i]; in find_live_range() local
4490 const zend_live_range *range = &EX(func)->op_array.live_range[i]; in cleanup_live_vars() local
4615 const zend_live_range *range = &op_array->live_range[i]; in zend_unfinished_execution_gc_ex() local
H A Dzend_vm_execute.h3237 const zend_live_range *range = find_live_range( in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c243 struct uffdio_range range = { in phpdbg_change_watchpoint_access() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c1115 const zend_live_range *range = op_array->live_range; in zend_jit_allocate_registers() local
H A Dzend_jit_trace.c6374 const zend_live_range *range = op_array->live_range; in zend_jit_trace() local
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c1496 const lxb_encoding_range_index_t *range; in lxb_encoding_decode_gb18030_range() local
H A Dencode.c860 const lxb_encoding_range_index_t *range; in lxb_encoding_encode_gb18030_range() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h1208 ir_live_range range; member
/php-src/ext/standard/
H A Dbasic_functions.stub.php1680 function range(string|int|float $start, string|int|float $end, int|float $step = 1): array {} function
H A Darray.c2964 PHP_FUNCTION(range) argument

Completed in 290 milliseconds