Searched refs:dst (Results 76 - 100 of 200) sorted by relevance

12345678

/haiku/src/bin/acpi_call/
H A Dacpi_call.cpp212 int parse_buffer(ACPI_OBJECT *dst, char *src) argument
217 dst->Type = ACPI_TYPE_BUFFER;
218 dst->Buffer.Length = len;
219 if ((dst->Buffer.Pointer = (UINT8*)malloc(len)) == NULL)
229 dst->Buffer.Pointer[i] = strtol(tmp, NULL, 16);
/haiku/headers/libs/agg/
H A Dagg_scanline_storage_aa.h144 extra_span dst; local
145 dst.len = src.len;
146 dst.ptr = pod_allocator<T>::allocate(dst.len);
147 memcpy(dst.ptr, src.ptr, dst.len * sizeof(T));
148 m_extra_storage.add(dst);
431 static void write_int32(int8u* dst, int32 val) argument
433 dst[0] = ((const int8u*)&val)[0];
434 dst[
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_alq.c146 char *dst; local
160 dst = ((char *) r) + sizeof(struct ieee80211_alq_rec);
174 memcpy(dst, src, len);
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h110 uint8* dst = aggInterface.fBuffer.row_ptr(y1) + x1 * 4; local
126 uint32* d = (uint32*)dst;
132 dst += dstBPR;
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp54 uint8* dst = (uint8*)fBuffer->Bits(); local
57 if (dst && fCurrentClipping.Frame().IsValid()) {
67 dst += x * 4;
78 uint8* handle = dst + i * bpr;
91 dst += y * bpr;
102 uint32* handle = (uint32*)(dst + i * 4);
/haiku/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c349 *dst, local
365 dst = my_mode_list;
383 *dst = *src;
385 dst->space = low.space = high.space = spaces[j];
390 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
392 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
394 dst++;
/haiku/src/kits/mail/
H A Dmail_util.cpp212 char *dst, int32 *dstLen, int32 *state, char substitute)
215 char *originalDst = dst;
222 memcpy (dst, src, copyAmount);
236 *dst++ = letter - 0x80U;
239 *dst++ = substitute;
241 *dst++ = letter;
248 dst, dstLen, state, substitute);
270 char *dst, int32 *dstLen, int32 *state, char substitute)
282 memcpy (dst, src, copyAmount);
327 *dst
211 mail_convert_to_utf8(uint32 srcEncoding, const char *src, int32 *srcLen, char *dst, int32 *dstLen, int32 *state, char substitute) argument
269 mail_convert_from_utf8(uint32 dstEncoding, const char *src, int32 *srcLen, char *dst, int32 *dstLen, int32 *state, char substitute) argument
476 char *dst = (char*)malloc(dstLen); local
[all...]
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp210 struct sockaddr_in& dst = *(struct sockaddr_in*)buffer->destination; local
211 src.sin_len = dst.sin_len = sizeof(sockaddr_in);
212 src.sin_family = dst.sin_family = (version == 6) ? AF_INET6 : AF_INET;
213 src.sin_port = dst.sin_port = 0;
214 src.sin_addr.s_addr = dst.sin_addr.s_addr = 0;
426 struct sockaddr_in& dst = *(struct sockaddr_in*)buffer->destination; local
427 if (dst.sin_family != AF_INET && dst.sin_family != AF_INET6)
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp437 uint8 *buffer, *dst; local
438 dst = buffer = (uint8 *)malloc(4 * fConnectedFormat.display.line_count *
468 *(dst++) = *tmp24; //red
470 *(dst++) = *tmp24; //green
472 *(dst++) = *tmp24; //blue
474 dst++; //last 8 bit empty
747 uint8 *dst = (uint8*)buffer->Data(); local
768 *(dst++) = *tmp24; //red
770 *(dst++) = *tmp24; //green
772 *(dst
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp185 VSTNode::AcceptFormat(const media_destination &dst, media_format* format) argument
187 if (dst != fInputMedia.destination)
217 VSTNode::FormatChanged(const media_source &src, const media_destination &dst, argument
224 VSTNode::ProducerDataStatus(const media_destination &dst, int32 status, argument
232 VSTNode::GetLatencyFor( const media_destination &dst, bigtime_t* latency, argument
235 if (dst != fInputMedia.destination)
263 VSTNode::Disconnected(const media_source &src, const media_destination &dst) argument
265 if(fInputMedia.source!=src || dst!=fInputMedia.destination)
310 const media_destination &dst, media_format* format, int32* _deprecated_)
361 VSTNode::PrepareToConnect( const media_source &src, const media_destination &dst, argument
309 FormatChangeRequested(const media_source &src, const media_destination &dst, media_format* format, int32* _deprecated_) argument
394 Connect(status_t status, const media_source &src, const media_destination &dst, const media_format &format, char* name) argument
434 Disconnect(const media_source &src, const media_destination &dst) argument
467 LatencyChanged(const media_source &src, const media_destination &dst, bigtime_t latency, uint32 flags) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp172 EqualizerNode::AcceptFormat(const media_destination &dst, media_format* format) argument
174 if (dst != fInputMedia.destination)
208 const media_destination &dst, int32 changeTag, const media_format &format)
215 EqualizerNode::ProducerDataStatus(const media_destination &dst, int32 status, argument
224 EqualizerNode::GetLatencyFor(const media_destination &dst, bigtime_t* latency, argument
228 if (dst != fInputMedia.destination)
259 const media_destination &dst)
261 if (fInputMedia.source != src || dst != fInputMedia.destination)
308 const media_destination &dst, media_format* format, int32* _deprecated_)
364 const media_destination &dst, media_forma
207 FormatChanged(const media_source &src, const media_destination &dst, int32 changeTag, const media_format &format) argument
258 Disconnected(const media_source &src, const media_destination &dst) argument
307 FormatChangeRequested(const media_source &src, const media_destination &dst, media_format* format, int32* _deprecated_) argument
363 PrepareToConnect(const media_source &src, const media_destination &dst, media_format* format, media_source* outSource, char* outName) argument
396 Connect(status_t status, const media_source &src, const media_destination &dst, const media_format &format, char* name) argument
437 Disconnect(const media_source &src, const media_destination &dst) argument
473 LatencyChanged(const media_source &src, const media_destination &dst, bigtime_t latency, uint32 flags) argument
[all...]
/haiku/headers/private/firewire/
H A Dfirewire_module.h21 struct fw_device * (*fw_noderesolve_nodeid)(struct firewire_comm *fc, int dst);
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.h57 void (*fConvert)(void *dst, const void *src, int32 count);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.h17 const char *ip6_sprintf(const in6_addr *addr, char *dst,
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c400 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) { argument
427 strncpy(dst, cp1, siz - 1);
428 dst[siz - 1] = '\0';
430 return (dst);
/haiku/src/apps/mail/
H A DWords.cpp522 suffix_word(char* dst, const char* src, char flag) argument
526 end = stpcpy(dst, src);
700 return end - dst;
720 char *dst; local
753 dst = word;
755 *dst++ = *src++;
756 *dst = 0;
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp415 uint8* dst = (uint8*)buffer; local
420 *dst = *src;
423 *(uint16*)dst = *(vuint16*)src;
425 *(uint32*)dst = *(vuint32*)src;
427 dst += size;
446 vuint8* dst = &dev->fRegs->config[offset]; local
451 *dst = *src;
454 *(vuint16*)dst = *(uint16*)src;
456 *(vuint32*)dst = *(uint32*)src;
458 dst
[all...]
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp837 GraphicsDriver::_ConvertRGB32ToRGB24(const void* src, void* dst, int width) { argument
838 uint8* d = (uint8*)dst;
850 GraphicsDriver::_ConvertCMAP8ToRGB24(const void* src, void* dst, int width) { argument
851 uint8* d = (uint8*)dst;
865 GraphicsDriver::ConvertToRGB24(const void* src, void* dst, int width, argument
868 _ConvertRGB32ToRGB24(src, dst, width);
870 _ConvertCMAP8ToRGB24(src, dst, width);
887 GraphicsDriver::_ConvertRGB32ToGray(const void* src, void* dst, int width) { argument
888 uint8* d = (uint8*)dst;
896 GraphicsDriver::_ConvertCMAP8ToGray(const void* src, void* dst, in argument
908 ConvertToGray(const void* src, void* dst, int width, color_space cs) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DProposeDisplayMode.c481 *dst, local
497 dst = my_mode_list;
515 *dst = *src;
517 dst->space = low.space = high.space = spaces[j];
522 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
524 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
526 dst++;
/haiku/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c531 *dst, local
547 dst = my_mode_list;
566 *dst = *src;
568 dst->space = low.space = high.space = spaces[j];
573 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
575 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
577 dst++;
/haiku/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c533 *dst, local
549 dst = my_mode_list;
568 *dst = *src;
570 dst->space = low.space = high.space = spaces[j];
575 //if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
577 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) == B_OK) {
579 dst++;
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp345 uint8* dst = fBuffer->row(0); local
348 dst += x * 4;
358 uint8* handle = dst + i * bpr;
372 uint8* dst = fBuffer->row(0); local
375 dst += y * bpr;
385 uint8* handle = dst + i * 4;
595 uint8* dst = fBuffer->row(0); local
609 uint8* offset = dst + x1 * 4;
1339 uint8* dst = fBuffer->row(y); local
1340 dst
[all...]
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1540 BRect dst; local
1545 dst = src;
1546 dst.OffsetBy(xOffset, yOffset);
1548 if (clip.Intersects(src) && clip.Intersects(dst)) {
1555 dst = dst & clip;
1557 dst.OffsetBy(-xOffset, -yOffset);
1558 src = src & dst;
1570 dst.OffsetBy(xOffset, yOffset);
1573 return dst;
1601 uint8* dst = src + (ssize_t)yOffset * bytesPerRow + (ssize_t)xOffset * 4; local
[all...]
/haiku/src/kits/media/legacy/
H A DOldAudioModule.h38 virtual bool MixIn (float* dst, int32 frames, mk_time time);
78 void MixOutput(short* dst);
H A DOldAudioModule.cpp118 BAudioEvent::MixIn(float *dst, int32 frames, mk_time time) argument
286 BDACRenderer::MixOutput(short *dst) argument

Completed in 148 milliseconds

12345678