Home
last modified time | relevance | path

Searched +defs:dst +defs:end (Results 1 – 25 of 16510) sorted by relevance

12345678910>>...661

/dports/security/snort/snort-2.9.18/src/
H A Dsnort_bounds.h58 static inline int inBounds(const uint8_t *start, const uint8_t *end, const uint8_t *p) in inBounds()
65 static inline int SafeMemCheck(void *dst, size_t n, in SafeMemCheck()
66 const void *start, const void *end) in SafeMemCheck()
97 static inline int SafeMemcpy(void *dst, const void *src, size_t n, const void *start, const void *e… in SafeMemcpy()
121 static inline int SafeMemmove(void *dst, const void *src, size_t n, const void *start, const void *… in SafeMemmove()
143 static inline int SafeBoundsMemmove(void *dst, const void *src, size_t n, const void *start, const … in SafeBoundsMemmove()
185 static inline int SafeMemset(void *dst, uint8_t c, size_t n, const void *start, const void *end) in SafeMemset()
203 static inline int SafeWrite(uint8_t *start, uint8_t *end, uint8_t *dst, uint8_t *src) in SafeWrite()
214 static inline int SafeRead(uint8_t *start, uint8_t *end, uint8_t *src, uint8_t *read) in SafeRead()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/libsc68/
H A Dmixer68.c46 u32 *end; in mixer68_stereo_16_LR() local
76 u32 *end; in mixer68_stereo_16_RL() local
112 float * const end = dst + (nb<<1); in mixer68_stereo_FL_LR() local
128 u32 * const end = dst+nb; in mixer68_dup_L_to_R() local
155 u32 * const end = dst+nb; in mixer68_dup_R_to_L() local
185 u32 *end; in mixer68_blend_LR() local
231 void mixer68_mult_LR(u32 *dst, u32 *src, int nb, in mixer68_mult_LR()
235 u32 * end; in mixer68_mult_LR() local
285 u32 * const end = dst+nb;; in mixer68_fill() local
304 void mixer68_copy(u32 * dst, u32 * src, int nb) in mixer68_copy()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/impl/
H A Dseq_vector_cvt_gen.hpp39 void copy_8bit(DstIter dst, size_t count, in copy_8bit()
43 for ( DstIter end(dst + count); dst != end; ++dst ) { in copy_8bit() local
54 void copy_8bit_table(DstIter dst, size_t count, in copy_8bit_table()
70 void copy_8bit_reverse(DstIter dst, size_t count, in copy_8bit_reverse()
85 void copy_8bit_table_reverse(DstIter dst, size_t count, in copy_8bit_table_reverse()
100 void copy_4bit(DstIter dst, size_t count, in copy_4bit()
130 void copy_4bit_table(DstIter dst, size_t count, in copy_4bit_table()
161 void copy_4bit_reverse(DstIter dst, size_t count, in copy_4bit_reverse()
220 void copy_2bit(DstIter dst, size_t count, in copy_2bit()
277 void copy_2bit_table(DstIter dst, size_t count, in copy_2bit_table()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/impl/
H A Dseq_vector_cvt_gen.hpp39 void copy_8bit(DstIter dst, size_t count, in copy_8bit()
43 for ( DstIter end(dst + count); dst != end; ++dst ) { in copy_8bit() local
54 void copy_8bit_table(DstIter dst, size_t count, in copy_8bit_table()
70 void copy_8bit_reverse(DstIter dst, size_t count, in copy_8bit_reverse()
85 void copy_8bit_table_reverse(DstIter dst, size_t count, in copy_8bit_table_reverse()
100 void copy_4bit(DstIter dst, size_t count, in copy_4bit()
130 void copy_4bit_table(DstIter dst, size_t count, in copy_4bit_table()
161 void copy_4bit_reverse(DstIter dst, size_t count, in copy_4bit_reverse()
220 void copy_2bit(DstIter dst, size_t count, in copy_2bit()
277 void copy_2bit_table(DstIter dst, size_t count, in copy_2bit_table()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dstring_helpers.c133 static bool unescape_space(char **src, char **dst) in unescape_space()
180 static bool unescape_hex(char **src, char **dst) in unescape_hex()
303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
418 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
501 char *end = p + osz; in string_escape_mem() local
550 char *end = p + osz; in string_escape_mem_ascii() local
[all …]
H A Diomap_copy.c23 u32 __iomem *dst = to; in __iowrite32_copy() local
25 const u32 *end = src + count; in __iowrite32_copy() local
44 u32 *dst = to; in __ioread32_copy() local
46 const u32 __iomem *end = src + count; in __ioread32_copy() local
68 u64 __iomem *dst = to; in __iowrite64_copy() local
70 const u64 *end = src + count; in __iowrite64_copy() local
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dstring_helpers.c133 static bool unescape_space(char **src, char **dst) in unescape_space()
180 static bool unescape_hex(char **src, char **dst) in unescape_hex()
303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
418 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
501 char *end = p + osz; in string_escape_mem() local
550 char *end = p + osz; in string_escape_mem_ascii() local
[all …]
H A Diomap_copy.c23 u32 __iomem *dst = to; in __iowrite32_copy() local
25 const u32 *end = src + count; in __iowrite32_copy() local
44 u32 *dst = to; in __ioread32_copy() local
46 const u32 __iomem *end = src + count; in __ioread32_copy() local
68 u64 __iomem *dst = to; in __iowrite64_copy() local
70 const u64 *end = src + count; in __iowrite64_copy() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dstring_helpers.c133 static bool unescape_space(char **src, char **dst) in unescape_space()
180 static bool unescape_hex(char **src, char **dst) in unescape_hex()
303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
418 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
501 char *end = p + osz; in string_escape_mem() local
550 char *end = p + osz; in string_escape_mem_ascii() local
[all …]
H A Diomap_copy.c23 u32 __iomem *dst = to; in __iowrite32_copy() local
25 const u32 *end = src + count; in __iowrite32_copy() local
44 u32 *dst = to; in __ioread32_copy() local
46 const u32 __iomem *end = src + count; in __ioread32_copy() local
68 u64 __iomem *dst = to; in __iowrite64_copy() local
70 const u64 *end = src + count; in __iowrite64_copy() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dto_string.cpp5 WEAK char *halide_string_to_string(char *dst, char *end, const char *arg) { in halide_string_to_string()
21 WEAK char *halide_uint64_to_string(char *dst, char *end, uint64_t arg, int min_digits) { in halide_uint64_to_string()
39 WEAK char *halide_int64_to_string(char *dst, char *end, int64_t arg, int min_digits) { in halide_int64_to_string()
47 WEAK char *halide_double_to_string(char *dst, char *end, double arg, int scientific) { in halide_double_to_string()
230 WEAK char *halide_pointer_to_string(char *dst, char *end, const void *arg) { in halide_pointer_to_string()
245 WEAK char *halide_type_to_string(char *dst, char *end, const halide_type_t *t) { in halide_type_to_string()
273 WEAK char *halide_buffer_to_string(char *dst, char *end, const halide_buffer_t *buf) { in halide_buffer_to_string()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/include/pjmedia/
H A Dalaw_ulaw.h149 PJ_INLINE(void) pjmedia_ulaw_encode(pj_uint8_t *dst, const pj_int16_t *src, in pjmedia_ulaw_encode()
152 const pj_int16_t *end = src + count; in pjmedia_ulaw_encode() local
166 PJ_INLINE(void) pjmedia_alaw_encode(pj_uint8_t *dst, const pj_int16_t *src, in pjmedia_alaw_encode()
169 const pj_int16_t *end = src + count; in pjmedia_alaw_encode() local
183 PJ_INLINE(void) pjmedia_ulaw_decode(pj_int16_t *dst, const pj_uint8_t *src, in pjmedia_ulaw_decode()
186 const pj_uint8_t *end = src + len; in pjmedia_ulaw_decode() local
200 PJ_INLINE(void) pjmedia_alaw_decode(pj_int16_t *dst, const pj_uint8_t *src, in pjmedia_alaw_decode()
203 const pj_uint8_t *end = src + len; in pjmedia_alaw_decode() local
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Dbounds.h59 static INLINE int inBounds(const uint8_t *start, const uint8_t *end, const uint8_t *p) in inBounds()
80 static INLINE int SafeMemcpy(void *dst, const void *src, size_t n, const void *start, const void *e… in SafeMemcpy()
122 static INLINE int SafeMemmove(void *dst, const void *src, size_t n, const void *start, const void *… in SafeMemmove()
162 static INLINE int SafeWrite(uint8_t *start, uint8_t *end, uint8_t *dst, uint8_t *src) in SafeWrite()
173 static INLINE int SafeRead(uint8_t *start, uint8_t *end, uint8_t *src, uint8_t *read) in SafeRead()
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Dbounds.h59 static INLINE int inBounds(const uint8_t *start, const uint8_t *end, const uint8_t *p) in inBounds()
80 static INLINE int SafeMemcpy(void *dst, const void *src, size_t n, const void *start, const void *e… in SafeMemcpy()
122 static INLINE int SafeMemmove(void *dst, const void *src, size_t n, const void *start, const void *… in SafeMemmove()
162 static INLINE int SafeWrite(uint8_t *start, uint8_t *end, uint8_t *dst, uint8_t *src) in SafeWrite()
173 static INLINE int SafeRead(uint8_t *start, uint8_t *end, uint8_t *src, uint8_t *read) in SafeRead()
/dports/devel/sunpromake/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/devel/smake/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/devel/schilybase/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/net/rscsi/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/archivers/star/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/sysutils/cdrtools/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/editors/ved/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/devel/sccs/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/sysutils/schilyutils/schily-2021-09-18/libmdigest/
H A Dbyte_order.c106 const UInt32_t *end = (const UInt32_t *)((const char *)src + length); local
107 UInt32_t *dst = (UInt32_t *)((char *)to + idx); local
136 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
137 UInt64_t *dst = (UInt64_t *)((char *)to + idx); local
163 const UInt64_t *end = (const UInt64_t *)((const char *)src + length); local
164 UInt64_t *dst = (UInt64_t *)to; local
168 char *dst = (char *)to; local
184 unsigned *end = arr + length; local
/dports/devel/qt5-remoteobjects/kde-qtremoteobjects-5.15.2p3/src/remoteobjects/
H A Dqtremoteobjectglobal.cpp53 void copyStoredProperties(const QMetaObject *mo, const void *src, void *dst) in copyStoredProperties()
65 for (int i = 0, end = mo->propertyCount(); i != end; ++i) { in copyStoredProperties() local
76 void copyStoredProperties(const QMetaObject *mo, const void *src, QDataStream &dst) in copyStoredProperties()
84 for (int i = 0, end = mo->propertyCount(); i != end; ++i) { in copyStoredProperties() local
95 void copyStoredProperties(const QMetaObject *mo, QDataStream &src, void *dst) in copyStoredProperties()
103 for (int i = 0, end = mo->propertyCount(); i != end; ++i) { in copyStoredProperties() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITArithmetic.cpp62 Jump end = jump(); in emit_op_negate() local
118 Jump end = jump(); in emit_op_jnless() local
181 Jump end = jump(); in emit_op_jless() local
244 Jump end = jump(); in emit_op_jnlesseq() local
663 Jump end = jump(); in emit_op_add() local
683 Jump end = jump(); in emitAdd32Constant() local
772 Jump end = jump(); in emit_op_sub() local
792 Jump end = jump(); in emitSub32Constant() local
843 JumpList end; in emitBinaryDoubleOp() local
997 Jump end = jump(); in emit_op_mul() local
[all …]

12345678910>>...661