Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 752) sorted by path

12345678910>>...31

/php-src/
H A DNEWS19 . Fixed zend call stack size for macOs/arm64. (David Carlier)
246 . Implement GH-12188 (Indication for the int size in phpinfo()). (timwolla)
H A DUPGRADING.INTERNALS94 - Symbol SIZEOF_SHORT removed (size of 2 on 32-bit and 64-bit platforms).
190 attempted using the CSPRNG for better output size flexibility.
/php-src/TSRM/
H A DTSRM.c41 size_t size; member
300 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].size = size; in ts_allocate_id()
315 TSRM_API void tsrm_reserve(size_t size) in tsrm_reserve() argument
318 tsrm_reserved_size = TSRM_ALIGNED_SIZE(size); in tsrm_reserve()
333 size = TSRM_ALIGNED_SIZE(size); in ts_allocate_fast_id()
334 if (tsrm_reserved_size - tsrm_reserved_pos < size) { in ts_allocate_fast_id()
343 tsrm_reserved_pos += size; in ts_allocate_fast_id()
358 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].size = size; in ts_allocate_fast_id()
732 int size; in tsrm_error() local
736 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()
[all …]
H A DTSRM.h53 # define TSRM_ALIGNED_SIZE(size) \ argument
54 (((size) + INT32_C(15)) & ~INT32_C(15))
56 # define TSRM_ALIGNED_SIZE(size) \ argument
57 (((size) + INT64_C(15)) & ~INT64_C(15))
91 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo…
94 TSRM_API void tsrm_reserve(size_t size);
95 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca…
H A Dtsrm_win32.c630 TSRM_API int shmget(key_t key, size_t size, int flags) in shmget() argument
648 if (size == 0 || size > SIZE_MAX - sizeof(shm->descriptor)) { in shmget()
651 size += sizeof(shm->descriptor); in shmget()
653 DWORD high = size >> 32; in shmget()
654 DWORD low = (DWORD)size; in shmget()
657 DWORD low = size; in shmget()
695 shm->descriptor->shm_segsz = size; in shmget()
707 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget()
H A Dtsrm_win32.h102 TSRM_API int shmget(key_t key, size_t size, int flags);
/php-src/Zend/Optimizer/
H A Descape_analysis.c40 size[i] = 1; in union_find_init()
65 if (size[r1] < size[r2]) { in union_find_unite()
67 size[r2] += size[r1]; in union_find_unite()
70 size[r1] += size[r2]; in union_find_unite()
82 int *size; in zend_build_equi_escape_sets() local
85 size = do_alloca(sizeof(int) * ssa_vars_count, use_heap); in zend_build_equi_escape_sets()
86 if (!size) { in zend_build_equi_escape_sets()
89 union_find_init(parent, size, ssa_vars_count); in zend_build_equi_escape_sets()
95 union_find_unite(parent, size, i, p->sources[0]); in zend_build_equi_escape_sets()
98 union_find_unite(parent, size, i, p->sources[j]); in zend_build_equi_escape_sets()
[all …]
H A Dzend_dfg.c261 set_size = dfg->size; in zend_build_dfg()
H A Dzend_dfg.h27 uint32_t size; member
H A Dzend_dump.c1232 zend_dump_var_set(op_array, "def", DFG_BITSET(dfg->def, dfg->size, j)); in zend_dump_dfg()
1233 zend_dump_var_set(op_array, "use", DFG_BITSET(dfg->use, dfg->size, j)); in zend_dump_dfg()
1234 zend_dump_var_set(op_array, "in ", DFG_BITSET(dfg->in, dfg->size, j)); in zend_dump_dfg()
1235 zend_dump_var_set(op_array, "out", DFG_BITSET(dfg->out, dfg->size, j)); in zend_dump_dfg()
H A Dzend_ssa.c47 if (DFG_ISSET(dfg->def, dfg->size, predecessor, var)) { in will_rejoin()
65 if (!DFG_ISSET(dfg->in, dfg->size, to, var)) { in needs_pi()
118 DFG_SET(dfg->def, dfg->size, to, var); in add_pi()
124 DFG_SET(dfg->use, dfg->size, to, var); in add_pi()
959 dfg.size = set_size = zend_bitset_len(dfg.vars); in zend_build_ssa()
/php-src/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S112 .size jump_fcontext,.-jump_fcontext
H A Djump_arm_aapcs_elf_gas.S85 .size jump_fcontext,.-jump_fcontext
H A Djump_i386_sysv_elf_gas.S90 .size jump_fcontext,.-jump_fcontext
H A Djump_loongarch64_sysv_elf_gas.S118 .size jump_fcontext, .-jump_fcontext
H A Djump_mips32_o32_elf_gas.S116 .size jump_fcontext, .-jump_fcontext
H A Djump_mips64_n64_elf_gas.S121 .size jump_fcontext, .-jump_fcontext
H A Djump_ppc32_sysv_elf_gas.S198 .size jump_fcontext, .-jump_fcontext
H A Djump_ppc64_sysv_elf_gas.S92 .size jump_fcontext,24
192 .size jump_fcontext, .-jump_fcontext
213 .size .jump_fcontext, .-.L.jump_fcontext
215 .size .jump_fcontext, .-.jump_fcontext
H A Djump_riscv64_sysv_elf_gas.S148 .size jump_fcontext,.-jump_fcontext
H A Djump_s390x_sysv_elf_gas.S155 .size jump_fcontext,.-jump_fcontext
H A Djump_sparc64_sysv_elf_gas.S47 .size jump_fcontext,.-jump_fcontext
H A Djump_x86_64_sysv_elf_gas.S150 .size jump_fcontext,.-jump_fcontext
H A Dmake_arm64_aapcs_elf_gas.S83 .size make_fcontext,.-make_fcontext
H A Dmake_arm_aapcs_elf_gas.S78 .size make_fcontext,.-make_fcontext

Completed in 39 milliseconds

12345678910>>...31