Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdatadst.c66 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in init_destination() local
73 dest->pub.next_output_byte = dest->buffer; in init_destination()
110 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in empty_output_buffer() local
116 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()
136 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
144 dest->pub.free_in_buffer = dest->bufsize; in empty_mem_output_buffer()
165 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in term_destination() local
184 *dest->outbuffer = dest->buffer; in term_mem_destination()
185 *dest->outsize = dest->bufsize - dest->pub.free_in_buffer; in term_mem_destination()
212 dest = (my_dest_ptr) cinfo->dest; in jpeg_stdio_dest()
[all …]
A Dwrppm.c96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
114 ptr = dest->pub.buffer[0]; in copy_pixel_rows()
119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
141 ptr = dest->pub.buffer[0]; in put_demapped_rgb()
149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
168 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
222 ppm_dest_ptr dest; in jinit_write_ppm() local
225 dest = (ppm_dest_ptr) in jinit_write_ppm()
236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); in jinit_write_ppm()
260 dest->pixrow = (JSAMPROW) dest->iobuffer; in jinit_write_ppm()
[all …]
A Dwrtarga.c109 inptr = dest->pub.buffer[0]; in put_pixel_rows()
110 outptr = dest->iobuffer; in put_pixel_rows()
117 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
131 outptr = dest->iobuffer; in put_gray_rows()
135 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
155 outptr = dest->iobuffer; in put_demapped_gray()
159 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
228 tga_dest_ptr dest; in jinit_write_targa() local
231 dest = (tga_dest_ptr) in jinit_write_targa()
242 dest->iobuffer = (char *) in jinit_write_targa()
[all …]
A Dwrbmp.c85 dest->cur_output_row++; in put_pixel_rows()
90 inptr = dest->pub.buffer[0]; in put_pixel_rows()
100 pad = dest->pad_bytes; in put_pixel_rows()
120 dest->cur_output_row++; in put_gray_rows()
130 pad = dest->pad_bytes; in put_gray_rows()
355 if (dest->is_os2) in finish_output_bmp()
392 bmp_dest_ptr dest; in jinit_write_bmp() local
396 dest = (bmp_dest_ptr) in jinit_write_bmp()
401 dest->is_os2 = is_os2; in jinit_write_bmp()
422 dest->pad_bytes = (int) (row_width - dest->data_width); in jinit_write_bmp()
[all …]
A Dwrrle.c79 rle_dest_ptr dest = (rle_dest_ptr) dinfo; in start_output_rle() local
112 dest->colormap = NULL; in start_output_rle()
119 MEMZERO(dest->colormap, cmapsize); in start_output_rle()
134 dest->pub.buffer_height = 1; in start_output_rle()
160 ((j_common_ptr) cinfo, dest->image, in rle_put_pixel_rows()
200 header.cmap = dest->colormap; in finish_output_rle()
266 fflush(dest->pub.output_file); in finish_output_rle()
267 if (ferror(dest->pub.output_file)) in finish_output_rle()
279 rle_dest_ptr dest; in jinit_write_rle() local
282 dest = (rle_dest_ptr) in jinit_write_rle()
[all …]
A Dwrgif.c305 gif_dest_ptr dest = (gif_dest_ptr) dinfo; in start_output_gif() local
327 ptr = dest->pub.buffer[0]; in put_pixel_rows()
344 compress_term(dest); in finish_output_gif()
346 putc(0, dest->pub.output_file); in finish_output_gif()
348 putc(';', dest->pub.output_file); in finish_output_gif()
350 fflush(dest->pub.output_file); in finish_output_gif()
351 if (ferror(dest->pub.output_file)) in finish_output_gif()
363 gif_dest_ptr dest; in jinit_write_gif() local
366 dest = (gif_dest_ptr) in jinit_write_gif()
395 dest->pub.buffer_height = 1; in jinit_write_gif()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip.h228 (IP_IS_V6(dest) ? \
236 (IP_IS_V6(dest) ? \
244 (IP_IS_V6(dest) ? \
249 (IP_IS_V6(dest) ? \
256 #define ip_route(src, dest) \ argument
257 (IP_IS_V6(dest) ? \
264 #define ip_netif_get_local_ip(netif, dest) (IP_IS_V6(dest) ? \ argument
281 #define ip_route(src, dest) \ argument
282 ip4_route_src(dest, src)
299 #define ip_route(src, dest) \ argument
[all …]
A Dip_addr.h143 #define ip_addr_set_ipaddr(dest, src) ip_addr_set(dest, src) argument
238 #define ip_addr_copy(dest, src) ip4_addr_copy(dest, src) argument
239 #define ip_addr_copy_from_ip4(dest, src) ip4_addr_copy(dest, src) argument
242 #define ip_addr_set(dest, src) ip4_addr_set(dest, src) argument
243 #define ip_addr_set_ipaddr(dest, src) ip4_addr_set(dest, src) argument
248 #define ip_addr_set_hton(dest, src) ip4_addr_set_hton(dest, src) argument
281 #define ip_addr_copy(dest, src) ip6_addr_copy(dest, src) argument
282 #define ip_addr_copy_from_ip6(dest, src) ip6_addr_copy(dest, src) argument
283 #define ip_addr_set(dest, src) ip6_addr_set(dest, src) argument
284 #define ip_addr_set_ipaddr(dest, src) ip6_addr_set(dest, src) argument
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dip.h227 (IP_IS_V6(dest) ? \
235 (IP_IS_V6(dest) ? \
243 (IP_IS_V6(dest) ? \
248 (IP_IS_V6(dest) ? \
255 #define ip_route(src, dest) \ argument
256 (IP_IS_V6(dest) ? \
263 #define ip_netif_get_local_ip(netif, dest) (IP_IS_V6(dest) ? \ argument
280 #define ip_route(src, dest) \ argument
281 ip4_route_src(dest, src)
298 #define ip_route(src, dest) \ argument
[all …]
A Dip_addr.h143 #define ip_addr_set_ipaddr(dest, src) ip_addr_set(dest, src) argument
238 #define ip_addr_copy(dest, src) ip4_addr_copy(dest, src) argument
239 #define ip_addr_copy_from_ip4(dest, src) ip4_addr_copy(dest, src) argument
242 #define ip_addr_set(dest, src) ip4_addr_set(dest, src) argument
243 #define ip_addr_set_ipaddr(dest, src) ip4_addr_set(dest, src) argument
248 #define ip_addr_set_hton(dest, src) ip4_addr_set_hton(dest, src) argument
281 #define ip_addr_copy(dest, src) ip6_addr_copy(dest, src) argument
282 #define ip_addr_copy_from_ip6(dest, src) ip6_addr_copy(dest, src) argument
283 #define ip_addr_set(dest, src) ip6_addr_set(dest, src) argument
284 #define ip_addr_set_ipaddr(dest, src) ip6_addr_set(dest, src) argument
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c693 *dest = (Uint16) tmp; in SDL_SYS_ToDirection()
707 *dest = (Uint16) tmp; in SDL_SYS_ToDirection()
729 *dest = (Uint16) tmp; in SDL_SYS_ToDirection()
733 *dest = 0x4000; in SDL_SYS_ToDirection()
765 dest->type = FF_CONSTANT; in SDL_SYS_ToFFEffect()
800 dest->type = FF_PERIODIC; in SDL_SYS_ToFFEffect()
849 dest->type = FF_SPRING; in SDL_SYS_ToFFEffect()
893 dest->type = FF_RAMP; in SDL_SYS_ToFFEffect()
922 dest->type = FF_RUMBLE; in SDL_SYS_ToFFEffect()
923 dest->direction = 0; in SDL_SYS_ToFFEffect()
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpz.c1055 dest->neg = 1 - dest->neg; in mpz_neg_inpl()
1073 dest->len = mpn_sub(dest->dig, dest->dig, dest->len, &k, 1); in mpz_not_inpl()
1075 mpz_need_dig(dest, dest->len + 1); in mpz_not_inpl()
1077 dest->len = mpn_add(dest->dig, dest->dig, dest->len, &k, 1); in mpz_not_inpl()
1090 dest->len = mpn_shl(dest->dig, lhs->dig, lhs->len, rhs); in mpz_shl_inpl()
1103 dest->len = mpn_shr(dest->dig, lhs->dig, lhs->len, rhs); in mpz_shr_inpl()
1126 dest->len = mpn_add(dest->dig, dest->dig, dest->len, &round_up, 1); in mpz_shr_inpl()
1308 memset(dest->dig, 0, dest->alloc * sizeof(mpz_dig_t)); in mpz_mul_inpl()
1341 mpz_mul_inpl(dest, dest, x); in mpz_pow_inpl()
1376 mpz_mul_inpl(dest, dest, x); in mpz_pow3_inpl()
[all …]
A Dmpz.h109 void mpz_set(mpz_t *dest, const mpz_t *src);
126 void mpz_abs_inpl(mpz_t *dest, const mpz_t *z);
127 void mpz_neg_inpl(mpz_t *dest, const mpz_t *z);
128 void mpz_not_inpl(mpz_t *dest, const mpz_t *z);
129 void mpz_shl_inpl(mpz_t *dest, const mpz_t *lhs, mp_uint_t rhs);
130 void mpz_shr_inpl(mpz_t *dest, const mpz_t *lhs, mp_uint_t rhs);
131 void mpz_add_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs);
132 void mpz_sub_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs);
133 void mpz_mul_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs);
134 void mpz_pow_inpl(mpz_t *dest, const mpz_t *lhs, const mpz_t *rhs);
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6.c217 …if (ip6_addr_islinklocal(dest) || ip6_addr_ismulticast_linklocal(dest) || ip6_addr_ismulticast_ifl… in ip6_select_source_address()
227 if (ip6_addr_issitelocal(dest) || ip6_addr_ismulticast_sitelocal(dest)) { in ip6_select_source_address()
238 if (ip6_addr_isuniquelocal(dest) || ip6_addr_ismulticast_orglocal(dest)) { in ip6_select_source_address()
249 if (ip6_addr_isglobal(dest) || ip6_addr_ismulticast_global(dest)) { in ip6_select_source_address()
864 ip6_addr_copy(ip6hdr->dest, *dest); in ip6_output_if_src()
879 dest = &dest_addr; in ip6_output_if_src()
956 IP6_ADDR_BLOCK1(dest), in ip6_output()
957 IP6_ADDR_BLOCK2(dest), in ip6_output()
958 IP6_ADDR_BLOCK3(dest), in ip6_output()
959 IP6_ADDR_BLOCK4(dest), in ip6_output()
[all …]
A Dethip6.c80 struct eth_addr dest; in ethip6_output() local
86 dest.addr[0] = 0x33; in ethip6_output()
87 dest.addr[1] = 0x33; in ethip6_output()
88 dest.addr[2] = ((const u8_t *)(&(ip6addr->addr[3])))[0]; in ethip6_output()
89 dest.addr[3] = ((const u8_t *)(&(ip6addr->addr[3])))[1]; in ethip6_output()
90 dest.addr[4] = ((const u8_t *)(&(ip6addr->addr[3])))[2]; in ethip6_output()
91 dest.addr[5] = ((const u8_t *)(&(ip6addr->addr[3])))[3]; in ethip6_output()
94 return ethernet_output(netif, q, (struct eth_addr*)(netif->hwaddr), &dest, ETHTYPE_IPV6); in ethip6_output()
118 SMEMCPY(dest.addr, neighbor_cache[i].lladdr, 6); in ethip6_output()
119 return ethernet_output(netif, q, (struct eth_addr*)(netif->hwaddr), &dest, ETHTYPE_IPV6); in ethip6_output()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxBlit.c73 SDL_Rect dest,clip; in Draw() local
150 dest.x = x; in Draw()
151 dest.y = y; in Draw()
152 dest.w = texture_image->w; in Draw()
157 dest.x = x; in Draw()
158 dest.y = y; in Draw()
166 dest.w = 256; in Draw()
167 dest.h = 256; in Draw()
171 dest.x = width_half+10; in Draw()
173 dest.w = 256; in Draw()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4.c148 return ip4_route(dest); in ip4_route_src()
162 ip4_route(const ip4_addr_t *dest) in ip4_route() argument
192 if (ip4_addr_isloopback(dest)) { in ip4_route()
213 netif = LWIP_HOOK_IP4_ROUTE(dest); in ip4_route()
224 ip4_addr1_16(dest), ip4_addr2_16(dest), ip4_addr3_16(dest), ip4_addr4_16(dest))); in ip4_route()
778 if (dest != LWIP_IP_HDRINCL) {
826 if (dest != LWIP_IP_HDRINCL) {
876 ip4_addr_copy(iphdr->dest, *dest);
931 dest = &dest_addr;
995 ip4_addr1_16(dest), ip4_addr2_16(dest), ip4_addr3_16(dest), ip4_addr4_16(dest)));
[all …]
/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dstring0.c68 if (src < dest && (uint8_t*)dest < (const uint8_t*)src + n) { in memmove()
70 uint8_t *d = (uint8_t*)dest + n - 1; in memmove()
75 return dest; in memmove()
78 return memcpy(dest, src, n); in memmove()
164 char *d = dest; in strcpy()
169 return dest; in strcpy()
194 *dest++ = *src++; in stpcpy()
196 *dest = '\0'; in stpcpy()
197 return dest; in stpcpy()
201 char *d = dest; in strcat()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c829 dest->cAxes = 1; in SDL_SYS_ToFFEFFECT()
833 if (dest->cAxes > 0) { in SDL_SYS_ToFFEFFECT()
839 if (dest->cAxes > 1) { in SDL_SYS_ToFFEFFECT()
842 if (dest->cAxes > 2) { in SDL_SYS_ToFFEFFECT()
845 dest->rgdwAxes = axes; in SDL_SYS_ToFFEFFECT()
871 if (SDL_SYS_SetDirection(dest, &hap_constant->direction, dest->cAxes) in SDL_SYS_ToFFEFFECT()
919 if (SDL_SYS_SetDirection(dest, &hap_periodic->direction, dest->cAxes) in SDL_SYS_ToFFEFFECT()
965 dest->cbTypeSpecificParams = sizeof(FFCONDITION) * dest->cAxes; in SDL_SYS_ToFFEFFECT()
975 if (SDL_SYS_SetDirection(dest, &hap_condition->direction, dest->cAxes) in SDL_SYS_ToFFEFFECT()
1007 if (SDL_SYS_SetDirection(dest, &hap_ramp->direction, dest->cAxes) < 0) { in SDL_SYS_ToFFEFFECT()
[all …]
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_ptr16_store.py5 def set(dest: ptr16, val: int):
6 dest[0] = val
10 def set1(dest: ptr16, val: int):
11 dest[1] = val
15 def memset(dest: ptr16, val: int, n: int):
17 dest[i] = val
22 dest = ptr16(dest_in)
25 dest[i] = val
A Dviper_ptr32_store.py5 def set(dest: ptr32, val: int):
6 dest[0] = val
10 def set1(dest: ptr32, val: int):
11 dest[1] = val
15 def memset(dest: ptr32, val: int, n: int):
17 dest[i] = val
22 dest = ptr32(dest_in)
25 dest[i] = val
A Dviper_ptr8_store.py5 def set(dest: ptr8, val: int):
6 dest[0] = val
10 def set1(dest: ptr8, val: int):
11 dest[1] = val
15 def memset(dest: ptr8, val: int, n: int):
17 dest[i] = val
22 dest = ptr8(dest_in)
25 dest[i] = val
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduasyncio.c202 mp_obj_t dest[3]; in task_cancel() local
204 if (dest[0] != MP_OBJ_NULL) { in task_cancel()
209 dest[0] = _task_queue; in task_cancel()
217 dest[0] = _task_queue; in task_cancel()
230 if (dest[0] == MP_OBJ_NULL) { in task_attr()
233 dest[0] = self->coro; in task_attr()
235 dest[0] = self->data; in task_attr()
237 dest[0] = self->state; in task_attr()
240 dest[1] = self_in; in task_attr()
243 dest[1] = self_in; in task_attr()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_dinputhaptic.c641 dest->cAxes = 1; in SDL_SYS_ToDIEFFECT()
645 if (dest->cAxes > 0) { in SDL_SYS_ToDIEFFECT()
651 if (dest->cAxes > 1) { in SDL_SYS_ToDIEFFECT()
654 if (dest->cAxes > 2) { in SDL_SYS_ToDIEFFECT()
657 dest->rgdwAxes = axes; in SDL_SYS_ToDIEFFECT()
682 if (SDL_SYS_SetDirection(dest, &hap_constant->direction, dest->cAxes) < 0) { in SDL_SYS_ToDIEFFECT()
729 if (SDL_SYS_SetDirection(dest, &hap_periodic->direction, dest->cAxes) in SDL_SYS_ToDIEFFECT()
772 dest->cbTypeSpecificParams = sizeof(DICONDITION) * dest->cAxes; in SDL_SYS_ToDIEFFECT()
782 if (SDL_SYS_SetDirection(dest, &hap_condition->direction, dest->cAxes) in SDL_SYS_ToDIEFFECT()
814 if (SDL_SYS_SetDirection(dest, &hap_ramp->direction, dest->cAxes) < 0) { in SDL_SYS_ToDIEFFECT()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng2-x.c1088 char *dest; in rpng2_x_load_bg_image() local
1166 *dest++ = r1; in rpng2_x_load_bg_image()
1274 *dest++ = ch; in rpng2_x_load_bg_image()
1275 *dest++ = ch; in rpng2_x_load_bg_image()
1276 *dest++ = ch; in rpng2_x_load_bg_image()
1387 char *dest; in rpng2_x_display_row() local
1628 char *dest; in rpng2_x_redisplay_image() local
1875 char *dest; in rpng2_x_reload_bg_image() local
2042 *dest++ = ch; in rpng2_x_reload_bg_image()
2043 *dest++ = ch; in rpng2_x_reload_bg_image()
[all …]

Completed in 82 milliseconds

12345678910>>...14