Home
last modified time | relevance | path

Searched refs:op (Results 76 – 100 of 109) sorted by relevance

12345

/PHP-7.4/ext/gd/libgd/
H A Dgd.c573 int op = -1; in gdImageColorResolveAlpha() local
585 op = c; /* Save open slot */ in gdImageColorResolveAlpha()
610 if (op == -1) in gdImageColorResolveAlpha()
612 op = im->colorsTotal; in gdImageColorResolveAlpha()
613 if (op == gdMaxColors) in gdImageColorResolveAlpha()
619 im->red[op] = r; in gdImageColorResolveAlpha()
620 im->green[op] = g; in gdImageColorResolveAlpha()
621 im->blue[op] = b; in gdImageColorResolveAlpha()
622 im->alpha[op] = a; in gdImageColorResolveAlpha()
623 im->open[op] = 0; in gdImageColorResolveAlpha()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c289 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return() argument
295 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
298 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
H A DsljitNativeX86_64.c303 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op,… in sljit_emit_return() argument
309 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return()
311 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return()
H A DsljitNativeTILEGX-encoder.c269 tilegx_bundle_bits (*insert) (int op);
9555 const struct tilegx_operand *op = in parse_insn_tilegx() local
9557 int raw_opval = op->extract (bits); in parse_insn_tilegx()
9560 if (op->is_signed) in parse_insn_tilegx()
9563 int shift = (int)((sizeof(int) * 8) - op->num_bits); in parse_insn_tilegx()
9568 if (op->type == TILEGX_OP_TYPE_ADDRESS) in parse_insn_tilegx()
9574 d->operands[i] = op; in parse_insn_tilegx()
10123 const struct tilegx_operand *op; in print_insn_tilegx() local
10132 op = decoded[i].operands[j]; in print_insn_tilegx()
10133 switch (op->type) in print_insn_tilegx()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.h148 int zend_ssa_unlink_use_chain(zend_ssa *ssa, int op, int var);
H A Dzend_optimizer.c810 #define GET_OP(op) CRT_CONSTANT_EX(op_array, opline, opline->op, rt_constants) in zend_optimizer_get_called_func() argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1654 int op) in parse_op_modifier() argument
1661 m->mask_op |= op; in parse_op_modifier()
1784 int op; in parse() local
1951 if ((op = get_op(*l)) != -1) { in parse()
1952 m->in_op |= op; in parse()
2055 if ((op = get_op(*l)) != -1) { in parse()
2059 if (op != FILE_OPDIVIDE) { in parse()
2074 parse_op_modifier(ms, m, &l, op); in parse()
H A Dsoftmagic.c832 int32_t *op) in moffset() argument
947 *op = 0; in moffset()
965 *op = o; in moffset()
/PHP-7.4/Zend/
H A Dzend_compile.c40 target = (src)->u.op; \
49 (target)->u.op = src; \
84 static void init_op(zend_op *op) in init_op() argument
86 MAKE_NOP(op); in init_op()
87 op->extended_value = 0; in init_op()
88 op->lineno = CG(zend_lineno); in init_op()
621 #define LITERAL_STR(op, str) do { \ argument
653 info.var_num = loop_var->u.op.var; in zend_begin_loop()
7072 fn(result, op); in zend_ct_eval_unary_op()
8110 result->u.op.var = -1; in zend_compile_rope_add_ex()
[all …]
H A Dzend_execute.c522 static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_free_op … in _get_obj_zval_ptr() argument
528 return get_zval_ptr(op_type, op, should_free, type); in _get_obj_zval_ptr()
531 static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr_undef(int op_type, znode_op op, zend_fr… in _get_obj_zval_ptr_undef() argument
537 return get_zval_ptr_undef(op_type, op, should_free, type); in _get_obj_zval_ptr_undef()
4015 static void zend_swap_operands(zend_op *op) /* {{{ */ in zend_swap_operands() argument
4020 tmp = op->op1; in zend_swap_operands()
4021 tmp_type = op->op1_type; in zend_swap_operands()
4022 op->op1 = op->op2; in zend_swap_operands()
4023 op->op1_type = op->op2_type; in zend_swap_operands()
4024 op->op2 = tmp; in zend_swap_operands()
[all …]
H A Dzend_inheritance.c619 zend_op *op = fptr->op_array.opcodes; in zend_get_function_declaration() local
620 zend_op *end = op + fptr->op_array.last; in zend_get_function_declaration()
623 while (op < end) { in zend_get_function_declaration()
624 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in zend_get_function_declaration()
625 && op->op1.num == (zend_ulong)idx) in zend_get_function_declaration()
627 precv = op; in zend_get_function_declaration()
629 ++op; in zend_get_function_declaration()
H A Dzend_vm_def.h8551 zval *op, *jump_zv; variable
8557 if (Z_TYPE_P(op) != IS_LONG) {
8558 ZVAL_DEREF(op);
8559 if (Z_TYPE_P(op) != IS_LONG) {
8580 zval *op, *jump_zv; variable
8586 if (Z_TYPE_P(op) != IS_STRING) {
8591 ZVAL_DEREF(op);
8592 if (Z_TYPE_P(op) != IS_STRING) {
8878 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_JMP, (OP_JMP_ADDR(op, op->op1) > op), ZEND_JMP_FORWARD, JMP_ADDR…
9331 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SEND_VAL, op->op1_type == IS_CONST && !Z_REFCOUNTED_P(RT_CONSTAN…
[all …]
H A Dzend_ast.h268 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *list, zend_ast *op);
H A Dzend_vm_execute.h349 #define HYBRID_CASE(op) op ## _LABEL argument
61202 if (op->op1_type < op->op2_type) {
61220 if (op->op1_type < op->op2_type) {
61228 if (op->op1_type < op->op2_type) {
61236 if (op->op1_type < op->op2_type) {
61260 if (op->op1_type < op->op2_type) {
61281 if (op->op1_type < op->op2_type) {
61297 if (op->op1_type < op->op2_type) {
61376 if (OP_JMP_ADDR(op, op->op1) > op) {
61419 if (op->op1_type < op->op2_type) {
[all …]
/PHP-7.4/docs/
H A Doutput-api.md4 for every output handler op.
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h213 #define mysqlnd_set_server_option(conn, op) ((conn)->data)->m->set_server_option((conn)->data, (op)) argument
/PHP-7.4/sapi/phpdbg/
H A Dxml.md51 - refers to a specific pointer to a (zend_)op
372 - &lt;print line="%u" opline="%p" opcode="%s" op="%s" />
373 - in case of print opline it emits a single &lt;opline line="" opline="" opcode="" op="" file="" />
563 - sets stepping to either opcode or line (so a step command will either advance one op or one line)
H A Dphpdbg.c692 insert_idx = cur->op - cur->opcodes; in PHP_FUNCTION()
694 if (phpdbg_is_ignored_opcode(cur->op->opcode)) { in PHP_FUNCTION()
698 insert_idx = cur->op->lineno; in PHP_FUNCTION()
810 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler() argument
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c68 static int zend_file_cache_flock(int fd, int op) in zend_file_cache_flock() argument
71 if (op == LOCK_EX) { in zend_file_cache_flock()
76 } else if (op == LOCK_SH) { in zend_file_cache_flock()
81 } else if (op == LOCK_UN) { in zend_file_cache_flock()
/PHP-7.4/ext/standard/tests/versioning/
H A Dversion_compare.phpt28 foreach ($operators as $op) {
31 $test = version_compare($v1, $v2, $op) ? "true" : "false";
32 printf("%7s %2s %-7s : %s\n", $v1, $op, $v2, $test);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h796 uint8_t op; /* Processing opcode */ member
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c575 zend_op *op = op_array->opcodes; in _get_recv_op() local
576 zend_op *end = op + op_array->last; in _get_recv_op()
579 while (op < end) { in _get_recv_op()
580 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT in _get_recv_op()
581 || op->opcode == ZEND_RECV_VARIADIC) && op->op1.num == offset) in _get_recv_op()
583 return op; in _get_recv_op()
585 ++op; in _get_recv_op()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2491 switch(cparam->op) { in php_openssl_sockop_set_option()
2509 switch(xparam->op) { in php_openssl_sockop_set_option()
2519 (xparam->op == STREAM_XPORT_OP_CONNECT_ASYNC && in php_openssl_sockop_set_option()
/PHP-7.4/win32/build/
H A Dconfig.w32327 …"-Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas "…
/PHP-7.4/sapi/cli/
H A Dphp_cli.c389 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_stru… in sapi_cli_header_handler() argument

Completed in 295 milliseconds

12345