Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 89) sorted by relevance

1234

/PHP-7.2/ext/gd/libgd/
H A Dgd_matrix.c73 dst[4] = -src[4] * dst[0] - src[5] * dst[2]; in gdAffineInvert()
74 dst[5] = -src[4] * dst[1] - src[5] * dst[3]; in gdAffineInvert()
154 dst[0] = 1; in gdAffineIdentity()
155 dst[1] = 0; in gdAffineIdentity()
156 dst[2] = 0; in gdAffineIdentity()
157 dst[3] = 1; in gdAffineIdentity()
158 dst[4] = 0; in gdAffineIdentity()
159 dst[5] = 0; in gdAffineIdentity()
177 dst[1] = 0; in gdAffineScale()
178 dst[2] = 0; in gdAffineScale()
[all …]
H A Dgd_rotate.c46 if (i < dst->sx) { in gdImageSkewX()
209 gdImagePtr dst; in gdImageRotate90() local
239 gdImageSetPixel(dst, uY, (dst->sy - uX - 1), dst->transparent); in gdImageRotate90()
241 gdImageSetPixel(dst, uY, (dst->sy - uX - 1), c); in gdImageRotate90()
248 return dst; in gdImageRotate90()
287 gdImageSetPixel(dst, (dst->sx - uX - 1), (dst->sy - uY - 1), dst->transparent); in gdImageRotate180()
289 gdImageSetPixel(dst, (dst->sx - uX - 1), (dst->sy - uY - 1), c); in gdImageRotate180()
296 return dst; in gdImageRotate180()
335 gdImageSetPixel(dst, (dst->sx - uY - 1), uX, dst->transparent); in gdImageRotate270()
337 gdImageSetPixel(dst, (dst->sx - uY - 1), uX, c); in gdImageRotate270()
[all …]
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_32.c30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate()
33 …return (imm & 0x3ff) ? push_inst(compiler, OR | D(dst) | S1(dst) | IMM_ARG | (imm & 0x3ff), DR(dst in load_immediate()
49 if (dst != src2) in emit_single_op()
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
62 else if (dst != src2) in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
71 …eturn push_inst(compiler, (op == SLJIT_MOV_S16 ? SRA : SRL) | D(dst) | S1(dst) | IMM(16), DR(dst)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
[all …]
H A DsljitNativePPC_32.c41 #define INS_CLEAR_LEFT(dst, src, from) \ argument
42 (RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1))
45 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) in emit_single_op() argument
53 if (dst != src2) in emit_single_op()
66 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
68 SLJIT_ASSERT(dst == src2); in emit_single_op()
81 SLJIT_ASSERT(dst == src2); in emit_single_op()
96 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()
113 src1 = dst; in emit_single_op()
203 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_32.c90 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
93 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
109 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
112 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
136 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
149 FAIL_IF(push_inst(compiler, ADDIU | S(dst) | T(dst) | IMM(1), DR(dst))); in emit_single_op()
228 FAIL_IF(push_inst(compiler, ADDU | S(dst) | TA(OTHER_FLAG) | D(dst), DR(dst))); in emit_single_op()
364 FAIL_IF(push_inst(compiler, SUBU | S(dst) | TA(OTHER_FLAG) | D(dst), DR(dst))); in emit_single_op()
375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
380 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c180 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
195 return push_inst(compiler, DSRA32 | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
207 return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
227 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
240 FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | S(dst) | T(dst) | IMM(1), DR(dst))); in emit_single_op()
466 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
510 FAIL_IF(push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value >> 32), DR(dst))); in emit_const()
511 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
512 FAIL_IF(push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value >> 16), DR(dst))); in emit_const()
513 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
[all …]
H A DsljitNativePPC_64.c30 #define ASM_SLJIT_CLZ(src, dst) \ argument
155 if (dst != src2) in emit_single_op()
168 SLJIT_ASSERT(dst == src2); in emit_single_op()
183 SLJIT_ASSERT(dst == src2); in emit_single_op()
196 SLJIT_ASSERT(dst == src2); in emit_single_op()
211 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
235 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
248 src1 = dst; in emit_single_op()
293 return push_inst(compiler, RLDI(dst, dst, 32, 32, 0)); in emit_single_op()
355 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16)); in emit_single_op()
[all …]
H A DsljitNativeX86_common.c920 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_byte()
1083 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_half()
1194 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_clz()
1387 (dst & REG_MASK), 0, (dst & REG_MASK), 0, OFFS_REG(dst), 0)); in sljit_emit_op1()
1617 if (FAST_IS_REG(dst) && dst != src2) {
1653 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1;
1789 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1;
2047 else if (FAST_IS_REG(dst) && dst != src2 && !ADDRESSING_DEPENDS_ON(src2, dst)) {
2287 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1;
2374 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG;
[all …]
H A DsljitNativeARM_T2_32.c780 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
793 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
804 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
810 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
814 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
818 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
822 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
826 if (dst == arg1 && IS_2_LO_REGS(dst, arg2)) in emit_op_imm()
1289 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1862 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_flags()
[all …]
H A DsljitNativeARM_64.c1325 dst = 5; in sljit_emit_op1()
1327 dst = 3; in sljit_emit_op1()
1329 dst = 1; in sljit_emit_op1()
1337 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1493 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op2()
1644 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_fop1_conv_sw_from_f64()
1666 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1726 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1775 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop2()
2012 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_flags()
[all …]
H A DsljitNativeTILEGX_64.c412 #define CLZ(dst, src) \ argument
454 #define LD(dst, addr) \ argument
1593 if (dst != src2) in emit_single_op()
1695 if (src1 != dst) in emit_single_op()
1755 FAIL_IF(ADD(reg_map[dst], reg_map[dst], ULESS_FLAG)); in emit_single_op()
1780 if (src1 != dst) in emit_single_op()
1807 if (src1 != dst) in emit_single_op()
1869 FAIL_IF(SUB(reg_map[dst], reg_map[dst], ULESS_FLAG)); in emit_single_op()
1981 dst_r = dst; in emit_op()
2159 if (dst & SLJIT_MEM) in sljit_emit_op_flags()
[all …]
H A DsljitNativeSPARC_common.c688 dst_r = dst; in emit_op()
1011 sljit_s32 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1032 if (dst & SLJIT_MEM) in sljit_emit_fop1_conv_f64_from_sw()
1074 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; in sljit_emit_fop1()
1111 if (dst & SLJIT_MEM) in sljit_emit_fop1()
1132 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG2; in sljit_emit_fop2()
1211 if (FAST_IS_REG(dst)) in sljit_emit_fast_enter()
1404 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
1425 return emit_op(compiler, op, flags, dst, 0, dst, 0, TMP_REG2, 0); in sljit_emit_op_flags()
1464 reg = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
/PHP-7.2/ext/bcmath/libbcmath/
H A Dinstall-sh42 dst=""
88 dst=$1
104 dst=$src
107 if [ -d $dst ]; then
126 if [ x"$dst" = x ]
137 if [ -d $dst ]
139 dst="$dst"/`basename $src`
182 $doit $instcmd $dst &&
194 dstfile=`basename $dst`
196 dstfile=`basename $dst $transformbasename |
[all …]
/PHP-7.2/main/
H A Dstrlcat.c68 PHPAPI size_t php_strlcat(dst, src, siz) in php_strlcat() argument
69 char *dst; in php_strlcat()
73 const char *d = dst;
79 while (n-- != 0 && *dst != '\0')
80 dst++;
81 dlen = dst - d;
88 *dst++ = *src;
93 *dst = '\0';
H A Dexplicit_bzero.c34 __explicit_bzero_hook(void *dst, size_t siz) in __explicit_bzero_hook() argument
38 PHPAPI void php_explicit_bzero(void *dst, size_t siz) in php_explicit_bzero() argument
40 memset(dst, 0, siz); in php_explicit_bzero()
41 __explicit_bzero_hook(dst, siz); in php_explicit_bzero()
H A Dstrlcpy.c66 PHPAPI size_t php_strlcpy(dst, src, siz) in php_strlcpy() argument
67 char *dst; in php_strlcpy()
77 if ((*dst++ = *src++) == 0)
85 *dst = '\0'; /* NUL-terminate dst */
/PHP-7.2/ext/zip/lib/
H A Dzip_stat_init.c55 _zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error) in _zip_stat_merge() argument
59 dst->index = src->index; in _zip_stat_merge()
62 dst->size = src->size; in _zip_stat_merge()
65 dst->comp_size = src->comp_size; in _zip_stat_merge()
68 dst->mtime = src->mtime; in _zip_stat_merge()
71 dst->crc = src->crc; in _zip_stat_merge()
74 dst->comp_method = src->comp_method; in _zip_stat_merge()
77 dst->encryption_method = src->encryption_method; in _zip_stat_merge()
80 dst->flags = src->flags; in _zip_stat_merge()
82 dst->valid |= src->valid; in _zip_stat_merge()
/PHP-7.2/ext/date/tests/
H A DDateTimeZone_listAbbreviations_basic1.phpt35 ["dst"]=>
44 ["dst"]=>
53 ["dst"]=>
62 ["dst"]=>
71 ["dst"]=>
80 ["dst"]=>
89 ["dst"]=>
98 ["dst"]=>
107 ["dst"]=>
116 ["dst"]=>
[all …]
H A Dtimezone_abbreviations_list_basic1.phpt35 ["dst"]=>
44 ["dst"]=>
53 ["dst"]=>
62 ["dst"]=>
71 ["dst"]=>
80 ["dst"]=>
89 ["dst"]=>
98 ["dst"]=>
107 ["dst"]=>
116 ["dst"]=>
[all …]
H A Dbug30096.phpt7 echo "no dst --> dst\n";
14 echo "\ndst --> no dst\n";
38 no dst --> dst
44 dst --> no dst
H A D010.phpt14 ["dst"]=>
23 ["dst"]=>
32 ["dst"]=>
41 ["dst"]=>
50 ["dst"]=>
/PHP-7.2/ext/gd/tests/
H A Dbug72913.phpt15 $dst = imagecreate(50, 50);
16 $transparent = imagecolorallocatealpha($dst, 255, 255, 255, 127);
17 imagealphablending($dst, false);
18 imagesavealpha($dst, true);
20 imagecopy($dst, $src, 0,0, 0,0, 50,50);
23 test_image_equals_file(__DIR__ . '/bug72913.png', $dst);
/PHP-7.2/ext/date/lib/
H A Dunixtime2tm.c112 tm->dst = 0; in timelib_unixtime2gmt()
123 signed int dst = tm->dst; in timelib_update_from_sse() local
130 timelib_unixtime2gmt(tm, tm->sse + tm->z + (tm->dst * 3600)); in timelib_update_from_sse()
154 tm->dst = dst; in timelib_update_from_sse()
166 signed int dst = tm->dst; in timelib_unixtime2local() local
168 timelib_unixtime2gmt(tm, ts + tm->z + (tm->dst * 3600)); in timelib_unixtime2local()
172 tm->dst = dst; in timelib_unixtime2local()
182 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local()
210 t->dst = 0; in timelib_set_timezone_from_offset()
224 t->dst = abbr_info.dst; in timelib_set_timezone_from_abbr()
[all …]
/PHP-7.2/ext/filter/tests/
H A D049.phpt18 foreach ($test as $src => $dst) {
20 if ($dst !== $out) {
22 echo "$src -> false != $dst\n";
23 } elseif ($dst === false) {
26 echo "$src -> $out != $dst\n";
H A D050.phpt13 foreach ($test as $src => $dst) {
15 if ($dst !== $out) {
17 echo "$src -> false != $dst\n";
18 } elseif ($dst === false) {
21 echo "$src -> $out != $dst\n";

Completed in 120 milliseconds

1234