Home
last modified time | relevance | path

Searched refs:dst (Results 51 – 75 of 134) sorted by relevance

123456

/php-src/ext/gd/libgd/
H A Dgd.c2234 if (dst->trueColor) { in gdImageCopy()
2287 if (dst == src) { in gdImageCopy()
2326 if (dst == src) { in gdImageCopyMerge()
2376 …g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlu… in gdImageCopyMergeGray()
2442 if (dst->trueColor) { in gdImageCopyResized()
2479 if (dst == src) { in gdImageCopyResized()
2516 if (!dst->trueColor) { in gdImageCopyResampled()
2919 return dst; in gdAlphaBlend()
2984 dst = dst << 1; in gdAlphaOverlayColor()
2985 if( dst > max ) { in gdAlphaOverlayColor()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c934 if (FAST_IS_REG(dst)) { in emit_fast_enter()
935 if (reg_map[dst] < 8) in emit_fast_enter()
942 POP_REG(reg_lmap[dst]); in emit_fast_enter()
993 sljit_s32 dst, sljit_sw dstw) in sljit_emit_get_return_address() argument
1087 sljit_s32 dst, sljit_sw dstw, in emit_mov_int() argument
1096 if (FAST_IS_REG(dst)) { in emit_mov_int()
1098 …return emit_do_imm32(compiler, reg_map[dst] <= 7 ? 0 : REX_B, U8(MOV_r_i32 | reg_lmap[dst]), srcw); in emit_mov_int()
1113 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
1129 if (dst & SLJIT_MEM) { in emit_mov_int()
1141 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_f64_from_uw() argument
[all …]
H A DsljitLir.c1422 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op1() argument
1450 FUNCTION_CHECK_DST(dst, dstw); in check_sljit_emit_op1()
1556 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op2() argument
1698 sljit_s32 dst, sljit_sw dstw) in check_sljit_emit_op_dst() argument
1771 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1() argument
1843 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1_conv_sw_from_f64() argument
1872 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1_conv_f64_from_w() argument
1901 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop2() argument
2282 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op_flags() argument
2823 sljit_s32 dst, sljit_sw dstw) in check_sljit_emit_simd_sign() argument
[all …]
H A DsljitNativeRISCV_64.c168 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() argument
185 FAIL_IF(push_inst(compiler, LUI | RD(dst) | (sljit_ins)(init_value & ~0xfff))); in emit_const()
187 FAIL_IF(push_inst(compiler, XOR | RD(dst) | RS1(dst) | RS2(TMP_REG3))); in emit_const()
188 return push_inst(compiler, last_ins | RS1(dst) | IMM_I(init_value)); in emit_const()
H A DsljitNativeMIPS_32.c30 sljit_sw src1, sljit_sw src2, sljit_sw dst) in emit_copysign() argument
34 sljit_ins src1_r = FS(src1), src2_r = FS(src2), dst_r = FS(dst); in emit_copysign()
54 if (!is_32 && src1 != dst) in emit_copysign()
55 FAIL_IF(push_inst(compiler, MOV_fmt(FMT_S) | FS(src1) | FD(dst), MOVABLE_INS)); in emit_copysign()
84 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() argument
86 FAIL_IF(push_inst(compiler, LUI | T(dst) | IMM(init_value >> 16), DR(dst))); in emit_const()
87 return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst)); in emit_const()
H A DsljitNativeRISCV_32.c115 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() argument
120 FAIL_IF(push_inst(compiler, LUI | RD(dst) | (sljit_ins)(init_value & ~0xfff))); in emit_const()
121 return push_inst(compiler, last_ins | RS1(dst) | IMM_I(init_value)); in emit_const()
H A DsljitLir.h1162 sljit_s32 dst, sljit_sw dstw,
1243 sljit_s32 dst, sljit_sw dstw,
1350 sljit_s32 dst, sljit_sw dstw);
1394 sljit_s32 dst, sljit_sw dstw,
1414 sljit_s32 dst, sljit_sw dstw,
1690 sljit_s32 dst, sljit_sw dstw,
2042 sljit_s32 dst, sljit_sw dstw);
2135 … sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, slj…
2139 …t sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, slj…
2143 …jit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
/php-src/ext/gd/tests/
H A Dcopyresized.phpt16 function check_doublesize($dst) {
28 $p2 = imagecolorat($dst, $x, $y);
29 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c146 dst->type = src->type; in lxb_dom_node_interface_copy()
147 dst->user = src->user; in lxb_dom_node_interface_copy()
150 dst->local_name = src->local_name; in lxb_dom_node_interface_copy()
151 dst->ns = src->ns; in lxb_dom_node_interface_copy()
152 dst->prefix = src->prefix; in lxb_dom_node_interface_copy()
158 to = dst->owner_document; in lxb_dom_node_interface_copy()
162 dst->local_name = src->local_name; in lxb_dom_node_interface_copy()
184 dst->local_name = src->local_name; in lxb_dom_node_interface_copy()
205 dst->ns = src->ns; in lxb_dom_node_interface_copy()
221 dst->ns = (lxb_ns_id_t) ns; in lxb_dom_node_interface_copy()
[all …]
H A Dtext.h35 lxb_dom_text_interface_copy(lxb_dom_text_t *dst, const lxb_dom_text_t *src);
H A Dcomment.h34 lxb_dom_comment_interface_copy(lxb_dom_comment_t *dst,
H A Dcharacter_data.h38 lxb_dom_character_data_interface_copy(lxb_dom_character_data_t *dst,
H A Dprocessing_instruction.h37 lxb_dom_processing_instruction_copy(lxb_dom_processing_instruction_t *dst,
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c89 HashTable *dst; in zend_accel_move_user_functions() local
98 dst = &script->function_table; in zend_accel_move_user_functions()
102 zend_hash_extend(dst, count, 0); in zend_accel_move_user_functions()
110 _zend_hash_append_ptr(dst, p->key, function); in zend_accel_move_user_functions()
120 HashTable *dst; in zend_accel_move_user_classes() local
129 dst = &script->class_table; in zend_accel_move_user_classes()
133 zend_hash_extend(dst, count, 0); in zend_accel_move_user_classes()
141 _zend_hash_append_ptr(dst, p->key, ce); in zend_accel_move_user_classes()
/php-src/ext/standard/
H A Dcrypt_blowfish.c371 #define BF_safe_atoi64(dst, src) \ argument
377 (dst) = tmp; \
380 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
382 unsigned char *dptr = (unsigned char *)dst; in BF_decode()
404 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
408 unsigned char *dptr = (unsigned char *)dst; in BF_encode()
/php-src/build/
H A Dshtool835 dst=$dstpath
840 dst="$dst/$dstfile"
844 if [ ".$src" = ".$dst" ]; then
854 dsttmp=`echo $dst |\
860 echo "$src -> $dst" 1>&2
922 if [ -r $dst ]; then
923 if cmp -s "$src" "$dst"; then
937 echo "rm -f $dst && mv $dsttmp $dst" 1>&2
939 rm -f $dst && mv $dsttmp $dst
/php-src/ext/date/lib/
H A Dinterval.c110 if (one->dst == 1 && two->dst == 0) { /* Fall Back */ in timelib_diff_with_tzid()
117 } else if (one->dst == 0 && two->dst == 1) { /* Spring Forward */ in timelib_diff_with_tzid()
164 rt->h = rt->h + one->dst; in timelib_diff()
167 rt->h = rt->h - two->dst; in timelib_diff()
H A Dparse_posix.c310 if (ps->dst) { in timelib_posix_str_dtor()
311 timelib_free(ps->dst); in timelib_posix_str_dtor()
351 tmp->dst = read_description(&ptr); in timelib_parse_posix_str()
352 if (!tmp->dst) { in timelib_parse_posix_str()
H A Dtm2unixtime.c378 tz->sse += (-tz->z - tz->dst * SECS_PER_HOUR); in do_adjust_timezone()
408 if (current_offset >= 0 && tz->dst && !current_is_dst) { in do_adjust_timezone()
418 } else if (current_offset <= 0 && current_is_dst && !tz->dst) { in do_adjust_timezone()
498 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
/php-src/Zend/
H A Dzend_operators.c276 zval dst; in convert_scalar_to_number() local
281 if (Z_TYPE(dst) == IS_LONG || Z_TYPE(dst) == IS_DOUBLE) { in convert_scalar_to_number()
438 zval dst; in zendi_try_get_long() local
445 return Z_LVAL(dst); in zendi_try_get_long()
577 zval dst; in convert_to_long() local
636 zval dst; in convert_to_double() local
708 zval dst; in convert_to_boolean() local
713 if (Z_TYPE_INFO(dst) == IS_FALSE || Z_TYPE_INFO(dst) == IS_TRUE) { in convert_to_boolean()
956 zval dst; in zval_get_long_func() local
959 return Z_LVAL(dst); in zval_get_long_func()
[all …]
H A Dzend_llist.c151 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy() argument
155 zend_llist_init(dst, src->size, src->dtor, src->persistent); in zend_llist_copy()
158 zend_llist_add_element(dst, ptr->data); in zend_llist_copy()
H A Dzend_inheritance.c1524 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1533 dst--; in zend_do_inheritance_ex()
1536 } while (dst != end); in zend_do_inheritance_ex()
1548 dst--; in zend_do_inheritance_ex()
1559 } while (dst != end); in zend_do_inheritance_ex()
1562 dst--; in zend_do_inheritance_ex()
1570 } while (dst != end); in zend_do_inheritance_ex()
1576 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1585 dst--; in zend_do_inheritance_ex()
1598 dst--; in zend_do_inheritance_ex()
[all …]
/php-src/ext/date/tests/
H A Dbug64992.phpt2 Bug #64992 (dst not handled past 2038)
/php-src/ext/spl/
H A Dspl_directory.h37 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst);
/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c57 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize() argument
64 return unorm2_normalize(norm, src, src_len, dst, dst_len, err); in intl_normalize()

Completed in 95 milliseconds

123456