/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | ns_netint.c | 32 uint16_t dst; local 34 NS_GET16(dst, src); 35 return (dst); 40 uint32_t dst; local 42 NS_GET32(dst, src); 43 return (dst); 47 ns_put16(uint16_t src, u_char *dst) { argument 48 NS_PUT16(src, dst); 52 ns_put32(uint32_t src, u_char *dst) { argument 53 NS_PUT32(src, dst); [all...] |
H A D | inet_net_ntop.c | 40 char *dst, size_t size); 44 * inet_net_ntop(af, src, bits, dst, size) 48 * pointer to dst, or NULL if an error occurred (check errno). 57 char *dst, 63 return (inet_net_ntop_ipv4(src, bits, dst, size)); 72 * inet_net_ntop_ipv4(src, bits, dst, size) 76 * pointer to dst, or NULL if an error occurred (check errno). 87 char *dst, 91 char *odst = dst; 103 *dst 53 inet_net_ntop( int af, const void *src, int bits, char *dst, size_t size ) argument 84 inet_net_ntop_ipv4( const u_char *src, int bits, char *dst, size_t size ) argument [all...] |
H A D | inet_neta.c | 80 * inet_neta(src, dst, size) 83 * pointer to dst, or NULL if an error occurred (check errno). 92 char *dst, 96 char *odst = dst; 106 tp = dst; 107 dst += SPRINTF((dst, "%u", b)); 109 *dst++ = '.'; 110 *dst = '\0'; 112 size -= (size_t)(dst 90 inet_neta( u_long src, char *dst, size_t size ) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | cfb8bit.h | 66 #define RRopPixels(dst,x) (DoRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x])) 67 #define RRopPixelGroup(dst,x) (RRopPixels(dst,GetBitGroup(x))) 68 #define MaskRRopPixels(dst,x,mask) (DoMaskRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x], mask)) 172 #define RRopBitGroup(dst,bits) \ 174 *(dst) = RRopPixels(*(dst),bits); \ 177 #define MaskRRopBitGroup(dst,bit [all...] |
H A D | mergerop.h | 127 #define DoMergeRop(src, dst) \ 128 (((dst) & (((src) & _ca1) ^ _cx1)) ^ (((src) & _ca2) ^ _cx2)) 130 #define DoMergeRop24u(src, dst, i) \ 131 (((dst) & (((src) & _ca1u[i]) ^ _cx1u[i])) ^ (((src) & _ca2u[i]) ^ _cx2u[i])) 133 #define DoMaskMergeRop24(src, dst, mask, index) {\ 138 *(dst) = (((*(dst)) & cfbrmask[idx]) | (((*(dst)) & cfbmask[idx]) & \ 142 (dst)++; \ 143 *(dst) [all...] |
H A D | cfbrrop.h | 59 #define RROP_SOLID24(dst,index) {\ 61 *(dst) = (*(dst) & cfbrmask[idx])|spiQxelXor[idx]; \ 64 *((dst)+1) = (*((dst)+1) & cfbrmask[idx])|spiQxelXor[idx]; \ 67 #define RROP_SOLID(dst, idx) \ 68 (*(dst) = piQxelXor[(idx)]) 69 #define RROP_SOLID_MASK(dst,mask,idx) \ 70 (*(dst) = (*(dst) [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | cfb8bit.h | 66 #define RRopPixels(dst,x) (DoRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x])) 67 #define RRopPixelGroup(dst,x) (RRopPixels(dst,GetBitGroup(x))) 68 #define MaskRRopPixels(dst,x,mask) (DoMaskRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x], mask)) 172 #define RRopBitGroup(dst,bits) \ 174 *(dst) = RRopPixels(*(dst),bits); \ 177 #define MaskRRopBitGroup(dst,bit [all...] |
H A D | mergerop.h | 127 #define DoMergeRop(src, dst) \ 128 (((dst) & (((src) & _ca1) ^ _cx1)) ^ (((src) & _ca2) ^ _cx2)) 130 #define DoMergeRop24u(src, dst, i) \ 131 (((dst) & (((src) & _ca1u[i]) ^ _cx1u[i])) ^ (((src) & _ca2u[i]) ^ _cx2u[i])) 133 #define DoMaskMergeRop24(src, dst, mask, index) {\ 138 *(dst) = (((*(dst)) & cfbrmask[idx]) | (((*(dst)) & cfbmask[idx]) & \ 142 (dst)++; \ 143 *(dst) [all...] |
H A D | cfbrrop.h | 59 #define RROP_SOLID24(dst,index) {\ 61 *(dst) = (*(dst) & cfbrmask[idx])|spiQxelXor[idx]; \ 64 *((dst)+1) = (*((dst)+1) & cfbrmask[idx])|spiQxelXor[idx]; \ 67 #define RROP_SOLID(dst, idx) \ 68 (*(dst) = piQxelXor[(idx)]) 69 #define RROP_SOLID_MASK(dst,mask,idx) \ 70 (*(dst) = (*(dst) [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | cfb8bit.h | 66 #define RRopPixels(dst,x) (DoRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x])) 67 #define RRopPixelGroup(dst,x) (RRopPixels(dst,GetBitGroup(x))) 68 #define MaskRRopPixels(dst,x,mask) (DoMaskRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x], mask)) 172 #define RRopBitGroup(dst,bits) \ 174 *(dst) = RRopPixels(*(dst),bits); \ 177 #define MaskRRopBitGroup(dst,bit [all...] |
H A D | mergerop.h | 127 #define DoMergeRop(src, dst) \ 128 (((dst) & (((src) & _ca1) ^ _cx1)) ^ (((src) & _ca2) ^ _cx2)) 130 #define DoMergeRop24u(src, dst, i) \ 131 (((dst) & (((src) & _ca1u[i]) ^ _cx1u[i])) ^ (((src) & _ca2u[i]) ^ _cx2u[i])) 133 #define DoMaskMergeRop24(src, dst, mask, index) {\ 138 *(dst) = (((*(dst)) & cfbrmask[idx]) | (((*(dst)) & cfbmask[idx]) & \ 142 (dst)++; \ 143 *(dst) [all...] |
H A D | cfbrrop.h | 60 #define RROP_SOLID24(dst,index) {\ 62 *(dst) = (*(dst) & cfbrmask[idx])|spiQxelXor[idx]; \ 65 *((dst)+1) = (*((dst)+1) & cfbrmask[idx])|spiQxelXor[idx]; \ 68 #define RROP_SOLID(dst, idx) \ 69 (*(dst) = piQxelXor[(idx)]) 70 #define RROP_SOLID_MASK(dst,mask,idx) \ 71 (*(dst) = (*(dst) [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | cfb8bit.h | 68 #define RRopPixels(dst,x) (DoRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x])) 69 #define RRopPixelGroup(dst,x) (RRopPixels(dst,GetBitGroup(x))) 70 #define MaskRRopPixels(dst,x,mask) (DoMaskRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x], mask)) 174 #define RRopBitGroup(dst,bits) \ 176 *(dst) = RRopPixels(*(dst),bits); \ 179 #define MaskRRopBitGroup(dst,bit [all...] |
H A D | mergerop.h | 129 #define DoMergeRop(src, dst) \ 130 (((dst) & (((src) & _ca1) ^ _cx1)) ^ (((src) & _ca2) ^ _cx2)) 132 #define DoMergeRop24u(src, dst, i) \ 133 (((dst) & (((src) & _ca1u[i]) ^ _cx1u[i])) ^ (((src) & _ca2u[i]) ^ _cx2u[i])) 135 #define DoMaskMergeRop24(src, dst, mask, index) {\ 140 *(dst) = (((*(dst)) & cfbrmask[idx]) | (((*(dst)) & cfbmask[idx]) & \ 144 (dst)++; \ 145 *(dst) [all...] |
H A D | cfbrrop.h | 61 #define RROP_SOLID24(dst,index) {\ 63 *(dst) = (*(dst) & cfbrmask[idx])|spiQxelXor[idx]; \ 66 *((dst)+1) = (*((dst)+1) & cfbrmask[idx])|spiQxelXor[idx]; \ 69 #define RROP_SOLID(dst, idx) \ 70 (*(dst) = piQxelXor[(idx)]) 71 #define RROP_SOLID_MASK(dst,mask,idx) \ 72 (*(dst) = (*(dst) [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | cfb8bit.h | 68 #define RRopPixels(dst,x) (DoRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x])) 69 #define RRopPixelGroup(dst,x) (RRopPixels(dst,GetBitGroup(x))) 70 #define MaskRRopPixels(dst,x,mask) (DoMaskRRop(dst,cfb8StippleAnd[x], cfb8StippleXor[x], mask)) 174 #define RRopBitGroup(dst,bits) \ 176 *(dst) = RRopPixels(*(dst),bits); \ 179 #define MaskRRopBitGroup(dst,bit [all...] |
H A D | cfbrrop24.h | 15 #define RROP_SOLID24_COPY(dst,index) {\ 17 *(dst) = (*(dst) & cfbrmask[idx])|spiQxelXor[idx]; \ 19 *((dst)+1) = (*((dst)+1) & cfbrmask[idx])|spiQxelXor[idx]; \ 37 #define RROP_SOLID24_SET(dst,index) {\ 40 *(dst) = ((*(dst) & (piQxelAnd[0] |0xFF000000))^(piQxelXor[0] & 0xFFFFFF)); \ 43 *(dst) = ((*(dst) [all...] |
H A D | iplrrop.h | 19 #define INTER_RROP_SOLID(dst) INTER_COPY(rrop_xor, dst) 20 #define INTER_RROP_SOLID_MASK(dst,mask) INTER_COPYM(rrop_xor, dst, mask, dst) 27 #define INTER_RROP_SOLID(dst) INTER_XOR(rrop_xor, dst, dst) 28 #define INTER_RROP_SOLID_MASK(dst,mask) INTER_XORM(rrop_xor, dst, mas [all...] |
H A D | mergerop.h | 129 #define DoMergeRop(src, dst) \ 130 (((dst) & (((src) & _ca1) ^ _cx1)) ^ (((src) & _ca2) ^ _cx2)) 132 #define DoMergeRop24u(src, dst, i) \ 133 (((dst) & (((src) & _ca1u[i]) ^ _cx1u[i])) ^ (((src) & _ca2u[i]) ^ _cx2u[i])) 135 #define DoMaskMergeRop24(src, dst, mask, index) {\ 140 *(dst) = (((*(dst)) & cfbrmask[idx]) | (((*(dst)) & cfbmask[idx]) & \ 144 (dst)++; \ 145 *(dst) [all...] |
H A D | cfbrrop.h | 61 #define RROP_SOLID24(dst,index) {\ 63 *(dst) = (*(dst) & cfbrmask[idx])|spiQxelXor[idx]; \ 66 *((dst)+1) = (*((dst)+1) & cfbrmask[idx])|spiQxelXor[idx]; \ 69 #define RROP_SOLID(dst, idx) \ 70 (*(dst) = piQxelXor[(idx)]) 71 #define RROP_SOLID_MASK(dst,mask,idx) \ 72 (*(dst) = (*(dst) [all...] |
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | pxremap.h | 33 int pxremap_proxy_arp(struct netif *netif, ip_addr_t *dst); 35 int pxremap_ip4_divert(struct netif *netif, ip_addr_t *dst); 36 int pxremap_outbound_ip4(ip_addr_t *dst, ip_addr_t *src); 37 int pxremap_inbound_ip4(ip_addr_t *dst, ip_addr_t *src); 40 int pxremap_proxy_na(struct netif *netif, ip6_addr_t *dst); 41 int pxremap_ip6_divert(struct netif *netif, ip6_addr_t *dst); 42 int pxremap_outbound_ip6(ip6_addr_t *dst, ip6_addr_t *src); 43 int pxremap_inbound_ip6(ip6_addr_t *dst, ip6_addr_t *src); 45 #define pxremap_outbound_ipX(is_ipv6, dst, src) \ 46 ((is_ipv6) ? pxremap_outbound_ip6(&(dst) [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prrng.c | 52 void *dst, 58 memcpy(dst, src, srclen); 62 memcpy(dst, (char*)src + (srclen - dstlen), dstlen); 64 memcpy(dst, src, dstlen); 51 _pr_CopyLowBits( void *dst, PRSize dstlen, void *src, PRSize srclen ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | cbc.c | 36 * @v dst Second input data and output data buffer 39 static void cbc_xor ( const void *src, void *dst, size_t len ) { argument 41 uint32_t *dstl = dst; 56 * @v dst Buffer for encrypted data 61 void cbc_encrypt ( void *ctx, const void *src, void *dst, size_t len, argument 69 cipher_encrypt ( raw_cipher, ctx, cbc_ctx, dst, blocksize ); 70 memcpy ( cbc_ctx, dst, blocksize ); 71 dst += blocksize; 82 * @v dst Buffer for decrypted data 87 void cbc_decrypt ( void *ctx, const void *src, void *dst, size_ argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | mbtowc.c | 38 static int get_decomposition( WCHAR src, WCHAR *dst, unsigned int dstlen ) argument 44 *dst = src; 50 if ((res = get_decomposition( *ptr, dst, dstlen-1 ))) dst[res++] = ptr[1]; 75 WCHAR *dst, unsigned int dstlen ) 92 case 16: dst[15] = cp2uni[src[15]]; 93 case 15: dst[14] = cp2uni[src[14]]; 94 case 14: dst[13] = cp2uni[src[13]]; 95 case 13: dst[12] = cp2uni[src[12]]; 96 case 12: dst[1 73 mbstowcs_sbcs( const struct sbcs_table *table, int flags, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen ) argument 118 mbstowcs_sbcs_decompose( const struct sbcs_table *table, int flags, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen ) argument 191 mbstowcs_dbcs( const struct dbcs_table *table, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen ) argument 218 mbstowcs_dbcs_decompose( const struct dbcs_table *table, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen ) argument 266 wine_cp_mbstowcs( const union cptable *table, int flags, const char *s, int srclen, WCHAR *dst, int dstlen ) argument 300 wine_cpsymbol_mbstowcs( const char *src, int srclen, WCHAR *dst, int dstlen) argument [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/ |
H A D | debug.c | 330 char *dst, *res; local 343 dst = res = funcs.get_temp_buffer( size ); 344 *dst++ = '"'; 345 while (n-- > 0 && dst <= res + size - 9) 350 case '\n': *dst++ = '\\'; *dst++ = 'n'; break; 351 case '\r': *dst++ = '\\'; *dst++ = 'r'; break; 352 case '\t': *dst++ = '\\'; *dst 383 char *dst, *res; local [all...] |