Searched refs:dst (Results 276 - 300 of 3103) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/external/isc/libsodium/dist/
H A Dinstall-sh95 dst=
249 dst=$src
250 dstdir=$dst
267 dst=$dst_arg
271 if test -d "$dst"; then
276 dstdir=$dst
277 dst=$dstdir/`basename "$src"`
282 (dirname "$dst") 2>/dev/null ||
283 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284 X"$dst"
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_8pts.c48 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,BINVERT_3,0)
50 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3)
56 #define mpn_divexact_by45(dst,src,size) \
57 (63 & 19 * mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 45)))
60 #define mpn_divexact_by45(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,45,BINVERT_45,0)
62 #define mpn_divexact_by45(dst,src,size) mpn_divexact_1(dst,sr
77 DO_mpn_sublsh_n(mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) argument
[all...]
H A Dtoom_interpolate_16pts.c66 #define DO_mpn_sublsh_n(dst,src,n,s,ws) mpn_sublsh_n(dst,dst,src,n,s)
69 DO_mpn_sublsh_n(mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) argument
72 return mpn_submul_1(dst,src,n,CNST_LIMB(1) <<(s));
76 return __cy + mpn_sub_n(dst,dst,ws,n);
82 #define DO_mpn_addlsh_n(dst,src,n,s,ws) mpn_addlsh_n(dst,dst,sr
86 DO_mpn_addlsh_n(mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dsupport.cpp47 // multi byte sequence src (of src_size_bytes), that fit in the buffer dst
49 // null terminator. When dst is NULL, no characters are copied
54 size_t mbsnrtowcs( wchar_t *__restrict dst, const char **__restrict src, argument
67 // If dst is null then max_dest_chars should be ignored according to the
69 if (!dst)
73 if ( dst && dest_converted >= max_dest_chars )
79 size_t char_size = mbrtowc( dst ? dst + dest_converted : NULL, *src + source_converted, source_remaining, ps );
91 if ( dst ) {
104 // into the multi byte character sequence buffer stored at dst whic
111 wcsnrtombs( char *__restrict dst, const wchar_t **__restrict src, size_t max_source_chars, size_t dst_size_bytes, mbstate_t *__restrict ps ) argument
[all...]
/netbsd-current/sys/arch/x86/x86/
H A Ddb_memrw.c138 char *dst; local
143 dst = (char *)addr;
146 addr = (vaddr_t)dst;
155 db_printf(" address %p not a valid page\n", dst);
189 *dst++ = *data++;
212 char *dst; local
215 dst = (char *)addr;
230 dst = (char *)addr;
233 *((uint64_t *)dst) = *((const uint64_t *)data);
238 *((uint32_t *)dst)
[all...]
/netbsd-current/lib/libc/string/
H A Dswab.c39 swab(const void *__restrict src, void *__restrict dst, ssize_t nbytes) argument
42 char *q = dst;
46 _DIAGASSERT(dst != NULL);
60 * undefined if src and dst overlap. However, there
63 * in-place. So make sure this works if src == dst.
H A Dwcslcat.c41 * Appends src to string dst of size siz (unlike wcsncat, siz is the
42 * full size of dst, not space left). At most siz-1 characters
44 * Returns wcslen(initial dst) + wcslen(src); if retval >= siz,
48 wcslcat(wchar_t *dst, const wchar_t *src, size_t siz) argument
50 wchar_t *d = dst;
55 _DIAGASSERT(dst != NULL);
58 /* Find the end of dst and adjust bytes left but don't go past end */
61 dlen = d - dst;
/netbsd-current/external/bsd/file/dist/src/
H A Dstrlcat.c35 * Appends src to string dst of size siz (unlike strncat, siz is the
36 * full size of dst, not space left). At most siz-1 characters
37 * will be copied. Always NUL terminates (unless siz <= strlen(dst)).
38 * Returns strlen(src) + MIN(siz, strlen(initial dst)).
42 strlcat(char *dst, const char *src, size_t siz) argument
44 char *d = dst;
49 /* Find the end of dst and adjust bytes left but don't go past end */
52 dlen = d - dst;
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dstrlcat.c42 * Appends src to string dst of size siz (unlike strncat, siz is the
43 * full size of dst, not space left). At most siz-1 characters
48 strlcat(char *dst, const char *src, size_t siz) argument
50 char *d = dst;
55 /* Find the end of dst and adjust bytes left but don't go past end */
58 dlen = d - dst;
/netbsd-current/external/mit/isl/dist/
H A Disl_seq.h26 void isl_seq_neg(isl_int *dst, isl_int *src, unsigned len);
27 void isl_seq_cpy(isl_int *dst, isl_int *src, unsigned len);
28 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len);
29 void isl_seq_submul(isl_int *dst, isl_int f, isl_int *src, unsigned len);
30 void isl_seq_swp_or_cpy(isl_int *dst, isl_int *src, unsigned len);
31 void isl_seq_scale(isl_int *dst, isl_int *src, isl_int f, unsigned len);
32 void isl_seq_scale_down(isl_int *dst, isl_int *src, isl_int f, unsigned len);
33 void isl_seq_cdiv_q(isl_int *dst, isl_int *src, isl_int m, unsigned len);
34 void isl_seq_fdiv_q(isl_int *dst, isl_int *src, isl_int m, unsigned len);
35 void isl_seq_fdiv_r(isl_int *dst, isl_in
[all...]
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_64.c32 #define ASM_SLJIT_CLZ(src, dst) \
33 __asm__ volatile ( "cntlzd %0, %1" : "=r"(dst) : "r"(src) )
40 #define RLDI(dst, src, sh, mb, type) \
41 (HI(30) | S(src) | A(dst) | ((type) << 2) | (((sh) & 0x1f) << 11) | (((sh) & 0x20) >> 4) | (((mb) & 0x1f) << 6) | ((mb) & 0x20))
122 #define INS_CLEAR_LEFT(dst, src, from) \
123 (RLDICL | S(src) | A(dst) | ((from) << 6) | (1 << 5))
151 sljit_s32 dst, sljit_s32 src1, sljit_s32 src2)
157 if (dst != src2)
158 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2));
166 return push_inst(compiler, EXTSW | S(src2) | A(dst));
150 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_s32 src2) argument
[all...]
/netbsd-current/sys/arch/hp300/dev/
H A Dmaskbits.h67 #define FASTGETBITS(psrc, x, w, dst) \
69 : "=d" (dst) : "di" (x), "di" (w), "o" (*(char *)(psrc)))
86 #define getunalignedword(psrc, x, dst) \
90 dst = _tmp; \
/netbsd-current/sys/arch/powerpc/powerpc/
H A Ddb_memrw.c83 char *dst = (char *)addr; local
87 *((int*)dst) = *((const int*)data);
91 *((short*)dst) = *((const short*)data);
97 *dst++ = *data++;
/netbsd-current/sys/arch/sh3/sh3/
H A Ddb_memrw.c82 char *dst = (char *)addr; local
86 *(uint32_t *)dst = *(const uint32_t *)data;
90 *(uint16_t *)dst = *(const uint16_t *)data;
94 *dst++ = *data++;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dstrlcpy-internal.h15 size_t event_strlcpy_(char *dst, const char *src, size_t siz);
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.h8 * contains the size, in characters, of the 'dst' buffer; if 'dst_len'
20 int encode_string(char *dst, size_t dst_len, argon2_context *ctx,
/netbsd-current/external/bsd/libevent/dist/
H A Dstrlcpy-internal.h16 size_t event_strlcpy_(char *dst, const char *src, size_t siz);
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlber_pvt.h126 struct berval *dst, struct berval *src, void *ctx ));
142 struct berval *dst, LDAP_CONST struct berval *src, void *ctx ));
151 ber_bvarray_dup_x LDAP_P(( BerVarray *dst, BerVarray src, void *ctx ));
180 #define ber_bvchr_post(dst,bv,c) \
182 (dst)->bv_val = memchr( (bv)->bv_val, (c), (bv)->bv_len ); \
183 (dst)->bv_len = (dst)->bv_val ? (bv)->bv_len - ((dst)->bv_val - (bv)->bv_val) : 0; \
186 #define ber_bvchr_pre(dst,bv,c) \
188 (dst)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dsymtab.c82 Sym *src, *dst;
95 for (src = dst = tab->base; src < tab->limit; ++src)
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
108 && ((src->is_func && !dst[-1].is_func)
109 || ((src->is_func == dst[-1].is_func)
110 && ((src->name[0] != '_' && dst[-1].name[0] == '_')
111 || (src->name[0] == '_' && dst[-1].name[0] == '_'
113 && dst[-1].name[1] == '_'))))))
119 dst[
81 Sym *src, *dst; local
[all...]
/netbsd-current/sys/arch/vax/vsa/
H A Dmaskbits.h39 #define FASTGETBITS(psrc,x,w,dst) \
41 : "=g" (dst) \
70 #define getunalignedword(psrc, x, dst) \
74 dst = _tmp; \
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dsymtab.c82 Sym *src, *dst;
95 for (src = dst = tab->base; src < tab->limit; ++src)
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
108 && ((src->is_func && !dst[-1].is_func)
109 || ((src->is_func == dst[-1].is_func)
110 && ((src->name[0] != '_' && dst[-1].name[0] == '_')
111 || (src->name[0] == '_' && dst[-1].name[0] == '_'
113 && dst[-1].name[1] == '_'))))))
119 dst[
81 Sym *src, *dst; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/man/
H A DMakefile21 dst=$$fn.$$sec; \
23 dst=openssl_$$fn.$$sec; \
25 *) dst=$$fn.$$sec;; \
31 perl libcrypto.pl > $$dst; \
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dstring.h29 strlcpy(char *dst, const char *src, size_t size);
34 strlcat(char *dst, const char *src, size_t size);
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dstring.h28 strlcpy(char *dst, const char *src, size_t size);
33 strlcat(char *dst, const char *src, size_t size);
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dsymtab.c82 Sym *src, *dst;
95 for (src = dst = tab->base; src < tab->limit; ++src)
106 if ((!src->is_static && dst[-1].is_static)
107 || ((src->is_static == dst[-1].is_static)
108 && ((src->is_func && !dst[-1].is_func)
109 || ((src->is_func == dst[-1].is_func)
110 && ((src->name[0] != '_' && dst[-1].name[0] == '_')
111 || (src->name[0] == '_' && dst[-1].name[0] == '_'
113 && dst[-1].name[1] == '_'))))))
119 dst[
81 Sym *src, *dst; local
[all...]

Completed in 205 milliseconds

<<11121314151617181920>>