Searched defs:src (Results 76 - 100 of 259) sorted by relevance

1234567891011

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbpict.h137 /* manage missing src alpha */ \
364 PicturePtr src; member in struct:_FbComposeData
377 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
378 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
379 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbpict.h145 /* manage missing src alpha */ \
373 PicturePtr src; member in struct:_FbComposeData
389 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
390 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
391 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbpict.h145 /* manage missing src alpha */ \
373 PicturePtr src; member in struct:_FbComposeData
389 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
390 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
391 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbpict.h145 /* manage missing src alpha */ \
373 PicturePtr src; member in struct:_FbComposeData
389 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
390 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
391 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbpict.h147 /* manage missing src alpha */ \
375 PicturePtr src; member in struct:_FbComposeData
391 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
392 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
393 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbpict.h147 /* manage missing src alpha */ \
375 PicturePtr src; member in struct:_FbComposeData
391 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
392 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
393 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbpict.h147 /* manage missing src alpha */ \
375 PicturePtr src; member in struct:_FbComposeData
391 typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width);
392 typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width);
393 typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_name.c86 * ns_name_ntop(src, dst, dstsiz)
95 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) { argument
101 cp = src;
165 * ns_name_pton(src, dst, dstsiz)
176 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { argument
186 while ((c = *src++) != 0) {
190 if ((c = *src++) == 0 ||
196 if ((c = *src++) == 0 ||
224 if (*src == '\0') {
268 if ((bp - dst) > MAXCDNAME) { /* src to
282 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, u_char *dst, size_t dstsiz) argument
368 ns_name_pack(const u_char *src, u_char *dst, int dstsiz, const u_char **dnptrs, const u_char **lastdnptr) argument
460 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, char *dst, size_t dstsiz) argument
488 ns_name_compress(const char *src, u_char *dst, size_t dstsiz, const u_char **dnptrs, const u_char **lastdnptr) argument
[all...]
H A Dns_print.c88 static int addstr(const char *src, size_t len,
750 addstr(const char *src, size_t len, char **buf, size_t *buflen) { argument
755 memcpy(*buf, src, len);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dinet.c76 u16_t src; local
86 src = (*octetptr) << 8;
89 src |= (*octetptr);
91 acc += src;
97 src = (*octetptr) << 8;
98 acc += src;
248 struct ip_addr *src, struct ip_addr *dest,
276 acc += (src->addr & 0xffffUL);
277 acc += ((src->addr >> 16) & 0xffffUL);
247 inet_chksum_pseudo(struct pbuf *p, struct ip_addr *src, struct ip_addr *dest, u8_t proto, u16_t proto_len) argument
H A Dudp.c92 u16_t src, dest; local
118 src = ntohs(udphdr->src);
129 ip4_addr1(&iphdr->src), ip4_addr2(&iphdr->src),
130 ip4_addr3(&iphdr->src), ip4_addr4(&iphdr->src), ntohs(udphdr->src)));
159 (pcb->remote_port == src) &&
161 ip_addr_cmp(&(pcb->remote_ip), &(iphdr->src)))) {
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Digmp.c143 static err_t igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif);
406 ip_addr_debug_print(IGMP_DEBUG, &(ip_current_header()->src));
734 * @param src the source IP address to send from (if src == IP_ADDR_ANY, the
745 igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif) argument
752 return ip_output_if_opt(p, src, dest, IGMP_TTL, 0, IP_PROTO_IGMP, netif, ra, ROUTER_ALERTLEN);
766 ip_addr_t src = *IP_ADDR_ANY; local
776 ip_addr_copy(src, group->netif->ip_addr);
795 igmp_ip_output_if(p, &src, dest, group->netif);
H A Dip4.c415 ip_addr_copy(*ipX_2_ip(&ip_data.current_iphdr_src), iphdr->src);
727 * @param src the source IP address to send from (if src == IP_ADDR_ANY, the
742 ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, argument
747 return ip_output_if_opt(p, src, dest, ttl, tos, proto, netif, NULL, 0);
756 err_t ip_output_if_opt(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, argument
846 if (ip_addr_isany(src)) {
847 ip_addr_copy(iphdr->src, netif->ip_addr);
849 /* src cannot be NULL here */
850 ip_addr_copy(iphdr->src, *sr
919 ip_output(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto) argument
958 ip_output_hinted(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c168 u16_t src, dest; local
200 /* convert src and dest ports to host byte order */
201 src = ntohs(udphdr->src);
211 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", ntohs(udphdr->src)));
219 if (src == DHCP_SERVER_PORT) {
223 - inp->dhcp->pcb->remote == ANY or iphdr->src
289 (pcb->remote_port == src) && IP_PCB_IPVER_INPUT_MATCH(pcb) &&
420 mpcb->recv.ip6(mpcb->recv_arg, mpcb, q, ip6_current_src_addr(), src);
425 mpcb->recv.ip4(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src);
509 u16_t src, dest; local
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dudp.c181 LogFunc(("uh src: %RTnaipv4:%d, dst: %RTnaipv4:%d\n", ip->ip_src, RT_H2N_U16_C(uh->uh_sport), ip->ip_dst, RT_H2N_U16_C(uh->uh_dport)));
186 struct sockaddr_in dst, src; local
187 src.sin_addr.s_addr = ip->ip_dst.s_addr;
188 src.sin_port = uh->uh_dport;
196 udp_output2(pData, NULL, m, &src, &dst, IPTOS_LOWDELAY);
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php104 * Extract NIC families and associated ROM PCI IDs from the src/bin/NIC file.
106 * $src_dir must contain the path of the iPXE src directory for this build
117 die ( "Missing src/bin/NIC file. 'make bin/NIC'" );
511 * @param string $src source directory
517 function mktempcopy ( $src, $dst, $prefix )
519 if ( $src[0] != "/" ) {
520 $src = dirname ( $_SERVER['SCRIPT_FILENAME'] ) . "/" . $src; variable
530 exec ( "/bin/cp -a '$src' '$dir' 2>&1", $cpytxt, $status );
533 die ( "src director
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dlibkir.h45 const void *src, size_t n ) {
55 "S" ( src ),
166 * @v src Source
170 copy_to_user ( userptr_t buffer, off_t offset, const void *src, size_t len ) { argument
172 src, len );
43 copy_to_real_libkir( unsigned int dest_seg, unsigned int dest_off, const void *src, size_t n ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbstub.c80 static void gdbstub_from_hex_buf ( char *dst, char *src, int lenbytes ) { argument
82 uint16_t i = gdbstub_from_hex_digit ( src [ 2 ] ) << 12 |
83 gdbstub_from_hex_digit ( src [ 3 ] ) << 8 |
84 gdbstub_from_hex_digit ( src [ 0 ] ) << 4 |
85 gdbstub_from_hex_digit ( src [ 1 ] );
88 uint32_t i = gdbstub_from_hex_digit ( src [ 6 ] ) << 28 |
89 gdbstub_from_hex_digit ( src [ 7 ] ) << 24 |
90 gdbstub_from_hex_digit ( src [ 4 ] ) << 20 |
91 gdbstub_from_hex_digit ( src [ 5 ] ) << 16 |
92 gdbstub_from_hex_digit ( src [
106 gdbstub_to_hex_buf( char *dst, char *src, int lenbytes ) argument
[all...]
H A Dstring.c37 * @src: Where to copy the string from
39 char * strcpy(char * dest,const char *src) argument
43 while ((*dest++ = *src++) != '\0')
53 * @src: Where to copy the string from
60 char * strncpy(char * dest,const char *src,size_t count) argument
64 while (count-- && (*dest++ = *src++) != '\0')
75 * @src: The string to append to it
77 char * strcat(char * dest, const char * src) argument
83 while ((*dest++ = *src++) != '\0')
225 * @src
231 memcpy(void * dest,const void *src,size_t count) argument
251 memmove(void * dest,const void *src,size_t count) argument
[all...]
/vbox/src/VBox/Main/src-all/
H A DDisplayResampleImage.cpp84 uint8_t *src,
150 p = gdImageGetTrueColorPixel (src,
209 const uint8_t *src,
252 const uint8_t *pu8SrcLine = src + iDeltaLine * FIXEDPOINT_TO_INT(sy);
83 gdImageCopyResampled(uint8_t *dst, uint8_t *src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument
207 BitmapScale32(uint8_t *dst, int dstW, int dstH, const uint8_t *src, int iDeltaLine, int srcW, int srcH) argument
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbmpscale.cpp84 uint8_t *src,
150 p = gdImageGetTrueColorPixel (src,
210 const uint8_t *src,
253 const uint8_t *pu8SrcLine = src + iSrcDeltaLine * FIXEDPOINT_TO_INT(sy);
83 gdImageCopyResampled(uint8_t *dst, uint8_t *src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument
207 CrBmpScale32(uint8_t *dst, int iDstDeltaLine, int dstW, int dstH, const uint8_t *src, int iSrcDeltaLine, int srcW, int srcH) argument
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp279 char *src = pszFullPath + len - 1; local
281 while(src > pszFullPath)
283 if (*src == RTPATH_DELIMITER)
285 src--;
287 if (*src == RTPATH_DELIMITER)
290 char *temp = src;
306 pszWildCardComponent = src;
316 char *src = pszFullPath + len - 1; local
321 while(src > pszFullPath)
323 if (*src
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dcrypto.h33 * @v src Data to digest
38 void ( * update ) ( void *ctx, const void *src, size_t len );
72 * @v src Data to encrypt
78 void ( * encrypt ) ( void *ctx, const void *src, void *dst,
83 * @v src Data to decrypt
89 void ( * decrypt ) ( void *ctx, const void *src, void *dst,
188 void *ctx, const void *src, void *dst,
190 cipher->encrypt ( ctx, src, dst, len );
192 #define cipher_encrypt( cipher, ctx, src, dst, len ) do { \
194 cipher_encrypt ( (cipher), (ctx), (src), (ds
187 cipher_encrypt( struct cipher_algorithm *cipher, void *ctx, const void *src, void *dst, size_t len ) argument
197 cipher_decrypt( struct cipher_algorithm *cipher, void *ctx, const void *src, void *dst, size_t len ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dudp.c188 * @v src Source address, or NULL to use default
194 struct sockaddr_tcpip *src, struct sockaddr_tcpip *dest,
208 if ( ! src )
209 src = &udp->local;
217 udphdr->src = src->st_port;
224 ntohs ( udphdr->src ), ntohs ( udphdr->dest ),
228 if ( ( rc = tcpip_tx ( iobuf, &udp_protocol, src, dest, netdev,
313 st_src->st_port = udphdr->src;
321 ntohs ( udphdr->dest ), ntohs ( udphdr->src ), ule
193 udp_tx( struct udp_connection *udp, struct io_buffer *iobuf, struct sockaddr_tcpip *src, struct sockaddr_tcpip *dest, struct net_device *netdev ) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_buffer.c279 int crPackCanHoldBuffer( CR_PACKER_CONTEXT_ARGDECL const CRPackBuffer *src )
281 const int num_data = crPackNumData(src);
282 const int num_opcode = crPackNumOpcodes(src);
292 int crPackCanHoldBoundedBuffer( CR_PACKER_CONTEXT_ARGDECL const CRPackBuffer *src )
294 const int len_aligned = (src->data_current - src->opcode_current - 1 + 3) & ~3;
300 void crPackAppendBuffer( CR_PACKER_CONTEXT_ARGDECL const CRPackBuffer *src )
303 const int num_data = crPackNumData(src);
304 const int num_opcode = crPackNumOpcodes(src);
313 CRASSERT(pc->currentBuffer != src);
347 crPackAppendBoundedBuffer( CR_PACKER_CONTEXT_ARGDECL const CRPackBuffer *src, const CRrecti *bounds ) argument
[all...]

Completed in 134 milliseconds

1234567891011