Searched refs:dst (Results 26 - 50 of 200) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c55 * @dst:
63 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) argument
65 if ((dst != src) && (size > 0))
66 memmove(base + dst, base + src, size * sizeof(*base));
72 * @dst:
81 static void ntfs_rl_mc(runlist_element *dstbase, int dst, argument
85 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase));
153 * @dst: original runlist
154 * @src: new runlist to test for mergeability with @dst
162 static BOOL ntfs_rl_are_mergeable(runlist_element *dst, runlist_elemen argument
196 __ntfs_rl_merge(runlist_element *dst, runlist_element *src) argument
221 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
288 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
384 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
472 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
1435 ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max, const s64 n) argument
1489 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, runlist_element const **stop_rl) argument
1944 runlist_element *dst; local
[all...]
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dstring_utils.c22 char *dst, *d; local
32 dst = malloc(strlen(str)*3);
33 if (!dst)
35 for (p = str, d = dst; *p; p++) {
48 return dst;
82 char *dst, *d; local
89 dst = malloc(strlen(str)+2);
90 if (!dst)
92 for (p = str, d = dst; *p; p++) {
144 return dst;
[all...]
/haiku/src/system/kernel/util/
H A Dinet_ntop.c45 static const char *inet_ntop4 __P((const u_char *src, char *dst, size_t size));
46 static const char *inet_ntop6 __P((const u_char *src, char *dst, size_t size));
49 * inet_ntop(af, src, dst, size)
52 * pointer to presentation format address (`dst'), or NULL (see errno).
57 inet_ntop(af, src, dst, size)
60 char *dst;
65 return (inet_ntop4(src, dst, size));
67 return (inet_ntop6(src, dst, size));
76 * inet_ntop4(src, dst, size)
79 * `dst' (a
[all...]
/haiku/src/system/libroot/posix/wchar/
H A Dmbsrtowcs.cpp28 __mbsnrtowcs(wchar_t* dst, const char** src, size_t nmc, size_t len, argument
33 TRACE(("mbsnrtowcs(%p, %p, %lu, %lu) - lb:%p\n", dst, *src, nmc, len,
49 if (dst == NULL) {
73 *dst++ = (wchar_t)**src;
88 status_t status = backend->MultibyteStringToWchar(dst, len, src, nmc,
111 __mbsrtowcs(wchar_t* dst, const char** src, size_t len, mbstate_t* ps) argument
121 return __mbsnrtowcs(dst, src, srcLen, len, ps);
H A Dwcsrtombs.cpp29 __wcsnrtombs(char* dst, const wchar_t** src, size_t nwc, size_t len, argument
34 TRACE(("wcsnrtombs(%p, %p, %lu, %lu) - lb:%p\n", dst, *src, nwc, len,
50 if (dst == NULL) {
74 *dst++ = (char)**src;
89 status_t status = backend->WcharStringToMultibyte(dst, len, src, nwc,
112 __wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps) argument
119 return __wcsnrtombs(dst, src, __wcslen(*src) + 1, len, ps);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.h57 const media_destination &dst,
61 const media_destination &dst,
66 const media_destination &dst,
72 const media_destination &dst,
78 const media_destination &dst);
82 const media_destination &dst,
/haiku/src/apps/tv/
H A DVideoNode.h62 status_t AcceptFormat(const media_destination &dst,
65 void ProducerDataStatus(const media_destination &dst,
68 status_t GetLatencyFor(const media_destination &dst,
72 const media_destination &dst,
76 const media_destination &dst);
79 const media_destination &dst, int32 from_change_count,
H A DVideoNode.cpp40 overlay_copy(uint32 lines, void *dst, uint32 dst_bpr, const void *src, argument
52 : "c" (len4), "S" (src), "D" (dst)
57 uint32 *d4 = (uint32 *)dst;
68 memcpy(dst, src, len);
70 dst = (char *)dst + dst_bpr;
198 VideoNode::ProducerDataStatus(const media_destination &dst, argument
207 VideoNode::GetLatencyFor(const media_destination &dst, argument
211 if (dst != fInput.destination)
220 VideoNode::AcceptFormat(const media_destination &dst, argument
246 Connected(const media_source &src, const media_destination &dst, const media_format &format, media_input *out_input) argument
289 Disconnected(const media_source &src, const media_destination &dst) argument
305 FormatChanged(const media_source &src, const media_destination &dst, int32 from_change_count, const media_format &format) argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h98 void fill_hspan(int x, int y, cover_type* dst, int num_pix) const argument
104 cover_type* covers = dst;
108 memset(dst, 0, num_pix * sizeof(cover_type));
117 memset(dst, 0, num_pix * sizeof(cover_type));
131 memset(dst, 0, num_pix * sizeof(cover_type));
148 void combine_hspan(int x, int y, cover_type* dst, int num_pix) const argument
154 cover_type* covers = dst;
158 memset(dst, 0, num_pix * sizeof(cover_type));
167 memset(dst, 0, num_pix * sizeof(cover_type));
181 memset(dst,
200 fill_vspan(int x, int y, cover_type* dst, int num_pix) const argument
249 combine_vspan(int x, int y, cover_type* dst, int num_pix) const argument
391 fill_hspan(int x, int y, cover_type* dst, int num_pix) const argument
405 combine_hspan(int x, int y, cover_type* dst, int num_pix) const argument
421 fill_vspan(int x, int y, cover_type* dst, int num_pix) const argument
434 combine_vspan(int x, int y, cover_type* dst, int num_pix) const argument
[all...]
H A Dagg_span_interpolator_persp.h44 span_interpolator_persp_exact(const double* src, const double* dst) argument
46 quad_to_quad(src, dst);
69 void quad_to_quad(const double* src, const double* dst) argument
71 m_trans_dir.quad_to_quad(src, dst);
72 m_trans_inv.quad_to_quad(dst, src);
94 double dst[8]; local
95 dst[0] = dst[6] = x1;
96 dst[2] = dst[
254 span_interpolator_persp_lerp(const double* src, const double* dst) argument
279 quad_to_quad(const double* src, const double* dst) argument
304 double dst[8]; local
[all...]
/haiku/src/servers/app/drawing/Painter/
H A Dagg_clipped_alpha_mask.h50 void combine_hspan(int x, int y, cover_type* dst, int num_pix) const argument
53 cover_type* covers = dst;
70 void get_hspan(int x, int y, cover_type* dst, int num_pix) const argument
73 cover_type* covers = dst;
94 cover_type* dst = covers; local
98 memset(dst, m_outside, num_pix * sizeof(cover_type));
107 memset(dst, m_outside, num_pix * sizeof(cover_type));
121 memset(dst, m_outside, num_pix * sizeof(cover_type));
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h54 virtual status_t AcceptFormat(const media_destination &dst,
59 const media_destination &dst,
61 virtual void ProducerDataStatus(const media_destination &dst,
64 virtual status_t GetLatencyFor(const media_destination &dst,
68 const media_destination &dst,
72 const media_destination &dst);
80 const media_destination &dst,
90 const media_destination &dst,
95 const media_destination &dst,
99 const media_destination &dst);
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h61 virtual status_t AcceptFormat(const media_destination &dst,
66 const media_destination &dst,
68 virtual void ProducerDataStatus(const media_destination &dst,
71 virtual status_t GetLatencyFor(const media_destination &dst,
75 const media_destination &dst,
79 const media_destination &dst);
87 const media_destination &dst,
97 const media_destination &dst,
102 const media_destination &dst,
106 const media_destination &dst);
[all...]
/haiku/src/system/kernel/
H A Dboot_splash.cpp50 uint8* dst = start; local
52 dst[0] = src[0];
53 dst++;
75 uint16* dst = start; local
77 dst[0] = ((src[2] >> 3) << 10)
81 dst++;
102 uint16* dst = start; local
104 dst[0] = ((src[2] >> 3) << 11)
108 dst++;
129 uint8* dst local
155 uint32* dst = start; local
[all...]
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_net_pton.c58 * inet_net_pton_ipv4(src, dst, size)
61 * "size" is in bytes and describes "dst".
73 inet_net_pton_ipv4(const char *src, u_char *dst, size_t size) argument
79 const u_char *odst = dst;
104 *dst++ = (u_char) tmp;
111 *dst++ = (u_char) (tmp << 4);
128 *dst++ = (u_char) tmp;
142 isdigit((u_char)(src[0])) && dst > odst) {
164 if (dst == odst)
179 if (bits >= 8 && bits < ((dst
231 getv4(const char *src, u_char *dst, int *bitsp) argument
275 inet_net_pton_ipv6(const char *src, u_char *dst, size_t size) argument
408 inet_net_pton(int af, const char *src, void *dst, size_t size) argument
[all...]
H A Dinet_cidr_pton.c57 static int inet_cidr_pton_ipv4(const char *src, u_char *dst,
59 static int inet_cidr_pton_ipv6(const char *src, u_char *dst, int *bits);
65 * inet_cidr_pton(af, src, dst, *bits)
68 * "dst" is assumed large enough for its "af". "bits" is set to the
81 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { argument
84 return (inet_cidr_pton_ipv4(src, dst, bits, 0));
86 return (inet_cidr_pton_ipv6(src, dst, bits));
96 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { argument
97 const u_char *odst = dst;
115 *dst
164 inet_cidr_pton_ipv6(const char *src, u_char *dst, int *pbits) argument
[all...]
/haiku/headers/private/kernel/arch/generic/
H A Duser_memory.h79 arch_cpu_user_memcpy(void* src, const void* dst, size_t n) argument
81 return user_access([=] { memcpy(src, dst, n); }) ? B_OK : B_ERROR;
93 arch_cpu_user_strlcpy(char* src, const char* dst, size_t n)
96 return user_access([=, &result] { result = strlcpy(src, dst, n); })
/haiku/src/servers/app/drawing/
H A Ddrawing_support.h21 gfxset32(uint8* dst, uint32 color, int32 numBytes) argument
25 *(uint64*)dst = s64;
27 dst += 8;
30 *(uint32*)dst = color;
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp71 uint8* dst = (uint8*)into->Bits(); local
74 dst += 4 * left + bpr * top;
82 uint8* dstHandle = dst;
128 dst += bpr;
135 uint8* dstHandle = dst;
155 dst += bpr;
162 uint8* dstHandle = dst;
182 dst += bpr;
189 uint8* dstHandle = dst;
201 dst
[all...]
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_comp.c104 * \li 'dst' is a pointer to a buffer of size 'dstsiz' for the result.
109 char *dst, int dstsiz)
111 int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz);
113 if (n > 0 && dst[0] == '.')
114 dst[0] = '\0';
125 dn_comp(const char *src, u_char *dst, int dstsiz, argument
128 return (ns_name_compress(src, dst, (size_t)dstsiz,
269 void __putlong(u_int32_t src, u_char *dst) { ns_put32(src, dst); } argument
270 void __putshort(u_int16_t src, u_char *dst) { ns_put1 argument
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h27 uint8* dst = aggInterface.fBuffer.row_ptr(0); local
68 uint8* dstHandle = dst + fRect.top * dstBPR
95 void BlendRow(uint8* dst, const uint8* src, int32 numPixels) argument
97 uint32* d = (uint32*)dst;
109 void BlendRow(uint8* dst, const uint8* src, int32 numPixels) argument
111 uint32* d = (uint32*)dst;
126 void BlendRow(uint8* dst, const uint8* src, int32 numPixels) argument
128 memcpy(dst, src, numPixels * 4);
135 void BlendRow(uint8* dst, const uint8* src, int32 numPixels) argument
137 uint32* d = (uint32*)dst;
151 BlendRow(uint8* dst, const uint8* src, int32 numPixels) argument
177 BlendRow(uint8* dst, const uint8* src, int32 numPixels) argument
[all...]
/haiku/src/system/boot/platform/generic/
H A Dvideo_blit.cpp37 uint32* dst = start; local
39 dst[0] = (src[2] << 16) | (src[1] << 8) | (src[0]);
40 dst++;
60 uint8* dst = start; local
62 dst[0] = src[0];
63 dst[1] = src[1];
64 dst[2] = src[2];
65 dst += 3;
84 uint16* dst = start; local
86 dst[
109 uint16* dst = start; local
[all...]
/haiku/src/add-ons/accelerants/et6x00/
H A DProposeDisplayMode.c94 display_mode *dst, low, high; local
111 dst = et6000ModesList;
125 *dst = *src;
127 dst->space = low.space = high.space = spaces[j];
129 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
131 dst++;
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp499 uint32 dst, src, saved = 0; local
501 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1);
505 __func__, dst, src, dst + src);
507 dst += src;
508 atom_put_dst(ctx, arg, attr, &dptr, dst, saved);
516 uint32 dst, src, saved = 0; local
518 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1);
522 __func__, src, dst, dst
576 uint32 dst, src; local
606 uint32 dst, src; local
629 uint32 dst, src; local
715 uint32 dst, mask, src, saved = 0; local
751 uint32 dst, src; local
765 uint32 dst, src; local
792 uint32 dst, src, saved = 0; local
900 uint32 saved = 0, dst; local
918 uint32 saved = 0, dst; local
936 uint32 saved = 0, dst; local
957 uint32 saved = 0, dst; local
979 uint32 dst, src, saved = 0; local
1022 uint32 dst, src; local
1036 uint32 dst, src, saved = 0; local
[all...]
/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp79 int32* srcLen, char* dst, int32* dstLen, int32* state,
101 iconv(conversion, NULL, NULL, &dst, &outputLeft);
108 &inputLeft, &dst, &outputLeft);
135 iconv(iso8859_1to, &copy, &len, &dst, &outputLeft);
171 char* dst, int32* dstLen, int32* state, char substitute)
187 dst, dstLen, state, substitute);
193 char* dst, int32* dstLen, int32* state, char substitute)
209 dst, dstLen, state, substitute);
78 convert_encoding(const char* from, const char* to, const char* src, int32* srcLen, char* dst, int32* dstLen, int32* state, char substitute) argument
170 convert_to_utf8(uint32 srcEncoding, const char* src, int32* srcLen, char* dst, int32* dstLen, int32* state, char substitute) argument
192 convert_from_utf8(uint32 dstEncoding, const char* src, int32* srcLen, char* dst, int32* dstLen, int32* state, char substitute) argument

Completed in 192 milliseconds

12345678