Home
last modified time | relevance | path

Searched refs:dst (Results 26 – 50 of 24383) sorted by relevance

12345678910>>...976

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/cris/
H A Dmemset.c159 *(long *) dst = lc; dst += 4; in memset()
160 *(long *) dst = lc; dst += 4; in memset()
161 *(long *) dst = lc; dst += 4; in memset()
162 *(long *) dst = lc; dst += 4; in memset()
189 *(long *) dst = lc; dst += 4; in memset()
194 *(long *) dst = lc; dst += 4; in memset()
199 *(long *) dst = lc; dst += 4; in memset()
205 *(long *) dst = lc; dst += 4; in memset()
210 *(long *) dst = lc; dst += 4; in memset()
211 *(long *) dst = lc; dst += 4; in memset()
[all …]
H A Dmemmove.c61 if (src < dst && dst < src + n) in memmove()
89 *dst = *src; in memmove()
91 dst++; in memmove()
99 dst += 2; in memmove()
157 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
158 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
159 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
160 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
188 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
193 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
[all …]
H A Dmemcpy.c70 *dst = *src; in memcpy()
72 dst++; in memcpy()
80 dst += 2; in memcpy()
138 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
139 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
140 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
141 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
169 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
174 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
179 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/cris/
H A Dmemset.c159 *(long *) dst = lc; dst += 4; in memset()
160 *(long *) dst = lc; dst += 4; in memset()
161 *(long *) dst = lc; dst += 4; in memset()
162 *(long *) dst = lc; dst += 4; in memset()
189 *(long *) dst = lc; dst += 4; in memset()
194 *(long *) dst = lc; dst += 4; in memset()
199 *(long *) dst = lc; dst += 4; in memset()
205 *(long *) dst = lc; dst += 4; in memset()
210 *(long *) dst = lc; dst += 4; in memset()
211 *(long *) dst = lc; dst += 4; in memset()
[all …]
H A Dmemmove.c61 if (src < dst && dst < src + n) in memmove()
89 *dst = *src; in memmove()
91 dst++; in memmove()
99 dst += 2; in memmove()
157 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
158 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
159 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
160 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
188 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
193 *(long *) dst = *(long *) src; dst += 4; src += 4; in memmove()
[all …]
H A Dmemcpy.c68 *dst = *src; in memcpy()
70 dst++; in memcpy()
78 dst += 2; in memcpy()
136 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
137 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
138 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
139 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
167 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
172 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
177 *(long *) dst = *(long *) src; dst += 4; src += 4; in memcpy()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfb8bit.h65 #define RRopPixels(dst,x) (DoRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x])) argument
66 #define RRopPixelGroup(dst,x) (RRopPixels(dst,GetBitGroup(x))) argument
67 #define MaskRRopPixels(dst,x,mask) (DoMaskRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x], mask)) argument
171 #define RRopBitGroup(dst,bits) \ argument
174 *(dst) = RRopPixels(*(dst),bits); \
180 *(dst) = MaskRRopPixels(*(dst),bits,mask); \
189 *(dst) = (*(dst) & ~_maskTmp) | ((pixel) & _maskTmp); \
197 SwitchBitsLoop (*(dst) = (*(dst) & _maskTmp) | _pixTmp;) \
279 #define WriteBitGroup(dst,pixel,bits) \ argument
334 ((CARD32 *) (dst))[0] = (pixel); \
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go77 dst = e.AppendBool(dst, v)
113 dst = e.AppendInt(dst, v)
137 dst = e.AppendInt(dst, int(v))
161 dst = e.AppendInt(dst, int(v))
221 dst = e.AppendInt64(dst, v)
245 dst = e.AppendUint(dst, v)
269 dst = e.AppendUint8(dst, v)
293 dst = e.AppendUint16(dst, v)
317 dst = e.AppendUint32(dst, v)
349 dst = e.AppendUint64(dst, v)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go77 dst = e.AppendBool(dst, v)
113 dst = e.AppendInt(dst, v)
137 dst = e.AppendInt(dst, int(v))
161 dst = e.AppendInt(dst, int(v))
221 dst = e.AppendInt64(dst, v)
245 dst = e.AppendUint(dst, v)
269 dst = e.AppendUint8(dst, v)
293 dst = e.AppendUint16(dst, v)
317 dst = e.AppendUint32(dst, v)
349 dst = e.AppendUint64(dst, v)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go77 dst = e.AppendBool(dst, v)
113 dst = e.AppendInt(dst, v)
137 dst = e.AppendInt(dst, int(v))
161 dst = e.AppendInt(dst, int(v))
221 dst = e.AppendInt64(dst, v)
245 dst = e.AppendUint(dst, v)
269 dst = e.AppendUint8(dst, v)
293 dst = e.AppendUint16(dst, v)
317 dst = e.AppendUint32(dst, v)
349 dst = e.AppendUint64(dst, v)
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go77 dst = e.AppendBool(dst, v)
113 dst = e.AppendInt(dst, v)
137 dst = e.AppendInt(dst, int(v))
161 dst = e.AppendInt(dst, int(v))
221 dst = e.AppendInt64(dst, v)
245 dst = e.AppendUint(dst, v)
269 dst = e.AppendUint8(dst, v)
293 dst = e.AppendUint16(dst, v)
317 dst = e.AppendUint32(dst, v)
349 dst = e.AppendUint64(dst, v)
[all …]
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go77 dst = e.AppendBool(dst, v)
113 dst = e.AppendInt(dst, v)
137 dst = e.AppendInt(dst, int(v))
161 dst = e.AppendInt(dst, int(v))
221 dst = e.AppendInt64(dst, v)
245 dst = e.AppendUint(dst, v)
269 dst = e.AppendUint8(dst, v)
293 dst = e.AppendUint16(dst, v)
317 dst = e.AppendUint32(dst, v)
349 dst = e.AppendUint64(dst, v)
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/rs/zerolog/internal/cbor/
H A Dtypes.go77 dst = e.AppendBool(dst, v)
113 dst = e.AppendInt(dst, v)
137 dst = e.AppendInt(dst, int(v))
161 dst = e.AppendInt(dst, int(v))
221 dst = e.AppendInt64(dst, v)
245 dst = e.AppendUint(dst, v)
269 dst = e.AppendUint8(dst, v)
293 dst = e.AppendUint16(dst, v)
317 dst = e.AppendUint32(dst, v)
349 dst = e.AppendUint64(dst, v)
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/amd64/
H A Dsse4-64.c97 showV128(dst); in showIGVV()
395 V128 src, dst; in test_BLENDPD() local
409 V128 src, dst; in test_BLENDPS() local
435 V128 src, dst; in test_DPPD() local
702 V128 src, dst; in test_DPPS() local
973 V128 src, dst; in test_INSERTPS() local
1275 dst[0] = 0xaa; dst[1] = 0xbb; in test_PACKUSDW()
1276 dst[4] = 0xcc; dst[5] = 0xdd; in test_PACKUSDW()
1277 dst[8] = 0xee; dst[9] = 0xff; in test_PACKUSDW()
1278 dst[12] = 0xa1; dst[13] = 0xb2; in test_PACKUSDW()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/amd64/
H A Dsse4-64.c97 showV128(dst); in showIGVV()
395 V128 src, dst; in test_BLENDPD() local
409 V128 src, dst; in test_BLENDPS() local
435 V128 src, dst; in test_DPPD() local
702 V128 src, dst; in test_DPPS() local
973 V128 src, dst; in test_INSERTPS() local
1275 dst[0] = 0xaa; dst[1] = 0xbb; in test_PACKUSDW()
1276 dst[4] = 0xcc; dst[5] = 0xdd; in test_PACKUSDW()
1277 dst[8] = 0xee; dst[9] = 0xff; in test_PACKUSDW()
1278 dst[12] = 0xa1; dst[13] = 0xb2; in test_PACKUSDW()
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compiler.h2788 …inline void seta (const GpVar& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in seta()
2790 …inline void seta (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in seta()
2792 …inline void setae (const GpVar& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setae()
2794 …inline void setae (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in setae()
2796 …inline void setb (const GpVar& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setb()
2798 …inline void setb (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in setb()
2800 …inline void setbe (const GpVar& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setbe()
2802 …inline void setbe (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in setbe()
2804 …inline void setc (const GpVar& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setc()
2806 …inline void setc (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in setc()
[all …]
H A Dx86assembler.h1867 …inline void seta (const GpReg& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in seta()
1869 …inline void seta (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in seta()
1871 …inline void setae (const GpReg& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setae()
1873 …inline void setae (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in setae()
1875 …inline void setb (const GpReg& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setb()
1877 …inline void setb (const Mem& dst) { ASMJIT_ASSERT(dst.getSize() <= 1); _emitInstruction(kX86Ins… in setb()
1879 …inline void setbe (const GpReg& dst) { ASMJIT_ASSERT(dst.getSize() == 1); _emitInstruction(kX86Ins… in setbe()
2386 ASMJIT_ASSERT(dst.getSize() == 2 || dst.getSize() == 4); in fist()
2394 ASMJIT_ASSERT(dst.getSize() == 2 || dst.getSize() == 4 || dst.getSize() == 8); in fistp()
2590 ASMJIT_ASSERT(dst.getSize() == 4 || dst.getSize() == 8); in fst()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/i8x41/
H A D8x41dasm.c15 sprintf(dst, "nop"); in i8x41_dasm()
18 sprintf(dst, "ill"); in i8x41_dasm()
37 sprintf(dst, "en i"); in i8x41_dasm()
40 sprintf(dst, "ill"); in i8x41_dasm()
43 sprintf(dst, "dec a"); in i8x41_dasm()
141 sprintf(dst, "ill"); in i8x41_dasm()
230 sprintf(dst, "ill"); in i8x41_dasm()
236 sprintf(dst, "ill"); in i8x41_dasm()
256 sprintf(dst, "ill"); in i8x41_dasm()
259 sprintf(dst, "ill"); in i8x41_dasm()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc429 Psllw(dst, dst, tmp3); in I8x16Shl()
515 Punpcklqdq(dst, dst); in I16x8SplatPreAvx2()
558 vpsraw(dst, dst, 8); in I16x8ExtMulHighS()
565 punpckhbw(dst, dst); in I16x8ExtMulHighS()
584 vpmullw(dst, dst, dst); in I16x8ExtMulHighU()
742 low ? vpunpcklwd(dst, scratch, dst) : vpunpckhwd(dst, scratch, dst); in I32x4ExtMul()
813 pxor(dst, dst); in I64x2Neg()
869 movshdup(dst, dst); in I64x2GtS()
1099 Pcmpeqd(dst, dst); in S128Not()
1163 vpunpcklqdq(dst, dst, dst); in S128Load16Splat()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5overflow.h34 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
46 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
58 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
70 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
82 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
94 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
106 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
118 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
130 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
142 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5overflow.h36 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
48 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
60 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
72 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
84 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
96 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
108 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
120 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
132 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
144 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/hdf5/
H A DH5overflow.h36 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
48 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
60 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
72 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
84 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
96 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
108 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
120 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
132 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
144 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/hdf5/
H A DH5overflow.h36 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
48 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
60 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
72 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
84 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
96 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
108 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
120 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
132 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
144 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
[all …]
/dports/security/srm/srm-1.2.15/test/
H A Dfill_test.c13 unsigned char dst[10]; in main() local
15 memset(dst, 0, sizeof(dst)); in main()
17 assert(dst[0] == 0); in main()
18 assert(dst[1] == 0); in main()
19 assert(dst[2] == 0); in main()
20 assert(dst[3] == 0); in main()
28 memset(dst, 0, sizeof(dst)); in main()
41 memset(dst, 0, sizeof(dst)); in main()
54 memset(dst, 0, sizeof(dst)); in main()
67 memset(dst, 0, sizeof(dst)); in main()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5overflow.h34 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
46 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
58 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
70 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
82 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
94 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
106 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
118 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
130 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
142 ASSIGN_TO_SMALLER_SIZE(dst, dsttype, src, srctype)
[all …]

12345678910>>...976