Searched refs:dst (Results 51 - 75 of 200) sorted by relevance

12345678

/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c100 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) argument
109 dn = dst;
110 eom = dst + dstsiz;
118 if (dn != dst) {
176 if (dn == dst) {
188 assert(INT_MIN <= (dn - dst) && (dn - dst) <= INT_MAX);
189 return (int)(dn - dst);
205 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { argument
206 return (ns_name_pton2(src, dst, dstsi
222 ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen) argument
358 ns_name_ntol(const u_char *src, u_char *dst, size_t dstsiz) argument
409 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, u_char *dst, size_t dstsiz) argument
424 ns_name_unpack2(const u_char *msg, const u_char *eom, const u_char *src, u_char *dst, size_t dstsiz, size_t *dstlen) argument
524 ns_name_pack(const u_char *src, u_char *dst, int dstsiz, const u_char **dnptrs, const u_char **lastdnptr) argument
627 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, char *dst, size_t dstsiz) argument
656 ns_name_compress(const char *src, u_char *dst, size_t dstsiz, const u_char **dnptrs, const u_char **lastdnptr) argument
1042 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, unsigned char ** dst, unsigned const char *eom) argument
[all...]
/haiku/src/libs/bsd/
H A Dunvis.c495 * strnunvisx - decode src into dst
497 * Number of chars decoded into dst is returned, -1 on error.
502 strnunvisx(char *dst, size_t dlen, const char *src, int flag) argument
505 char t = '\0', *start = dst;
509 _DIAGASSERT(dst != NULL);
523 *dst++ = t;
527 *dst++ = t;
543 *dst++ = t;
546 *dst = '\0';
547 return (int)(dst
551 strunvisx(char *dst, const char *src, int flag) argument
557 strunvis(char *dst, const char *src) argument
563 strnunvis(char *dst, size_t dlen, const char *src) argument
[all...]
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp580 uint8* dst = buffer; local
597 uint8* d = dst;
616 dst += width * 4;
625 uint8* d = dst;
640 dst += width * 4;
663 uint8* dst = (uint8*)frontBuffer->Bits(); local
675 dst += y * dstBPR + x * 4;
679 memcpy(dst, src, bytes);
680 dst += dstBPR;
690 dst
928 uint8* dst = fCursorAndDragBitmap ? (uint8*)fCursorAndDragBitmap->Bits() : NULL; local
[all...]
/haiku/headers/private/firewire/
H A Dfirewire.h155 COMMON_HDR(dst, tlrt, tcode, pri);
159 COMMON_HDR(dst, tlrt, tcode, pri);
164 COMMON_HDR(dst, tlrt, tcode, pri);
169 COMMON_HDR(dst, tlrt, tcode, pri);
175 COMMON_HDR(dst, tlrt, tcode, pri);
181 COMMON_HDR(dst, tlrt, tcode, pri);
187 COMMON_HDR(dst, tlrt, tcode, pri);
193 COMMON_HDR(dst, tlrt, tcode, pri);
200 COMMON_HDR(dst, tlrt, tcode, pri);
207 COMMON_HDR(dst, tlr
272 }dst; member in struct:fw_asyreq::fw_asyreq_t
280 uint16_t dst; member in struct:fw_devinfo
[all...]
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h62 static void ConvertToRGB24(const void* src, void* dst, int width,
64 static void ConvertToGray(const void* src, void* dst, int width,
90 static void _ConvertRGB32ToRGB24(const void* src, void* dst, int width);
91 static void _ConvertCMAP8ToRGB24(const void* src, void* dst, int width);
93 static void _ConvertRGB32ToGray(const void* src, void* dst, int width);
94 static void _ConvertCMAP8ToGray(const void* src, void* dst, int width);
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp55 uint8 *dst = info->frame_buffer + top * dstBPR + left / 8; local
66 uint8* dstHandle = dst;
97 dst += dstBPR;
/haiku/src/bin/
H A Ddstcheck.cpp124 bool dst = false; local
129 perror("couldn't open dst status settings file");
136 dst = dst_byte == '1';
138 dst = tm.tm_isdst;
141 if (dst != tm.tm_isdst || argc > 1) {
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Darc4.c47 rc4_crypt(struct rc4_ctx *ctx, u_char *src, u_char *dst, argument
56 dst[i] = src[i] ^ ctx->state[
62 rc4_getbytes(struct rc4_ctx *ctx, u_char *dst, u_int32_t len) argument
70 dst[i] = ctx->state[
H A Daes.c35 enc32le(void *dst, uint32_t x) argument
37 unsigned char *buf = dst;
672 uint8_t *dst, size_t num_blocks)
695 enc32le(dst, q[0]);
696 enc32le(dst + 4, q[2]);
697 enc32le(dst + 8, q[4]);
698 enc32le(dst + 12, q[6]);
700 enc32le(dst + 16, q[1]);
701 enc32le(dst + 20, q[3]);
702 enc32le(dst
671 AES_Encrypt_ECB(AES_CTX *ctx, const uint8_t *src, uint8_t *dst, size_t num_blocks) argument
714 AES_Decrypt_ECB(AES_CTX *ctx, const uint8_t *src, uint8_t *dst, size_t num_blocks) argument
757 AES_Encrypt(AES_CTX *ctx, const uint8_t *src, uint8_t *dst) argument
763 AES_Decrypt(AES_CTX *ctx, const uint8_t *src, uint8_t *dst) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp166 VideoNode::ProducerDataStatus(const media_destination &dst, int32 status, argument
174 VideoNode::GetLatencyFor(const media_destination &dst, bigtime_t *out_latency, argument
177 if (dst != fInput.destination)
187 VideoNode::AcceptFormat(const media_destination &dst, media_format *format) argument
196 if (dst != fInput.destination)
210 VideoNode::Connected(const media_source &src, const media_destination &dst, argument
221 if (dst != fInput.destination)
277 VideoNode::Disconnected(const media_source &src, const media_destination &dst) argument
281 if (dst != fInput.destination)
292 VideoNode::FormatChanged(const media_source &src, const media_destination &dst, argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.h73 extern int ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max,
76 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst,
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp91 ColorRGB32Little* dst = (ColorRGB32Little*)dstRow; local
93 for (int x = 0; x < width; x ++, dst ++) {
100 case 0: dst->red = value;
102 case 1: dst->green = value;
104 case 2: dst->blue = value;
108 dst->red = dst->green = dst->blue = value;
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h45 static void Copy(bdaddr_t& dst, const bdaddr_t& src) argument
47 memcpy(&dst, &src, sizeof(bdaddr_t));
/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c68 #define ICOPY_LIST(src, dst, last) \
70 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \
72 #define ICOPY_ELT(src, dst, i) \
74 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \
77 #define CCOPY_LIST(src, dst, last) \
79 *dst++ = *src++; \
81 #define CCOPY_ELT(src, dst, i) \
83 *dst
[all...]
H A Dstrfmon.c54 if (dst >= s + maxsize) \
56 *dst++ = CH; \
123 char *dst; /* output destination pointer */ local
145 dst = s;
213 if ((unsigned int)width >= maxsize - (dst - s))
222 if ((unsigned int)left_prec >= maxsize - (dst - s))
231 if ((unsigned int)right_prec >= maxsize - (dst - s) - left_prec)
321 tmpptr = dst;
386 if (dst - tmpptr < width) {
388 while (dst
[all...]
/haiku/src/apps/mail/
H A DWIndex.cpp417 char *dst; local
421 dst = dest;
424 *dst++ = *src;
427 *dst = 0;
430 for (dst = dest; *dst; dst++)
431 *dst = tolower(*dst);
H A DWords.h52 int32 suffix_word(char* dst, const char* src, char flag);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.cpp47 \return pointer to dst string if address as been printed
51 ip6_sprintf(const in6_addr *srcaddr, char *dst, size_t size) argument
139 strcpy(dst, tmp);
140 return dst;
/haiku/src/apps/text_search/
H A DGrepper.cpp50 // dst (and allocate with malloc() instead of new)? Is 2 * srcLen
53 char* dst = new (nothrow) char[dstLen + 1]; local
54 if (dst == NULL)
57 convert_to_utf8(encode, src, &srcLen, dst, &dstLen, &cookie);
58 dst[dstLen] = '\0';
59 char* dup = strdup(dst);
60 delete[] dst;
63 ") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
74 char* dst = new (nothrow) char[dstLen + 1]; local
75 if (dst
[all...]
/haiku/headers/libs/agg/
H A Dagg_renderer_base.h443 rect_i clip_rect_area(rect_i& dst, rect_i& src, int wsrc, int hsrc) const argument
452 dst.x1 -= src.x1;
457 dst.y1 -= src.y1;
464 if(dst.x1 < cb.x1)
466 src.x1 += cb.x1 - dst.x1;
467 dst.x1 = cb.x1;
469 if(dst.y1 < cb.y1)
471 src.y1 += cb.y1 - dst.y1;
472 dst.y1 = cb.y1;
475 if(dst
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dgraphics.h42 void BlitMaskRgb(RasBuf32 dst, RasBuf8 src, int32 x, int32 y, uint32_t c);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.h23 HciConnection* AddConnection(uint16 handle, int type, const bdaddr_t& dst,
/haiku/headers/private/mail/
H A Dmail_util.h35 int32 *srcLen, char *dst, int32 *dstLen, int32 *state,
39 int32 *srcLen, char *dst, int32 *dstLen, int32 *state,
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp67 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
107 printf("fwmem_read_quad: %d %04x:%08x\n", fwdev->dst,
143 printf("fwmem_write_quad: %d %04x:%08x %08x\n", fwdev->dst,
182 printf("fwmem_read_block: %d %04x:%08x %d\n", fwdev->dst,
220 printf("fwmem_write_block: %d %04x:%08x %d\n", fwdev->dst,
/haiku/src/libs/icon/
H A DIconUtils.cpp52 uint8* dst = bits + (dstHeight - 1) * bpr; local
55 uint8* d = dst;
77 dst += 4;
82 dst = bits + (dstWidth - 1) * 4;
85 uint8* d = dst;
107 dst += bpr;
191 // Assume that both src and dst are 4 BPP (B_RGBA32)
235 // Assume that both src and dst are 4 BPP (B_RGBA32)
753 uint8* dst = (uint8*)icon->Bits(); local
772 scale_down(convertedBits, dst, widt
908 uint8* dst = (uint8*)icon->Bits(); local
[all...]

Completed in 154 milliseconds

12345678