/AliOS-Things-master/components/linkkit/dev_model/client/ |
A D | dm_client.c | 236 source.uri = topic; in dm_client_thing_event_notify() 274 source.uri = topic; in dm_client_thing_model_down_raw() 290 source.uri = topic; in dm_client_thing_model_up_raw_reply() 315 source.uri = topic; in dm_client_thing_service_property_set() 364 source.uri = topic; in dm_client_thing_service_property_get() 387 source.uri = topic; in dm_client_thing_service_request() 403 source.uri = topic; in dm_client_thing_event_post_reply() 420 source.uri = topic; in dm_client_thing_property_desired_get_reply() 437 source.uri = topic; in dm_client_thing_property_desired_delete_reply() 455 source.uri = topic; in dm_client_thing_deviceinfo_update_reply() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | rdrle.c | 91 source->header.rle_file = source->pub.input_file; in start_input_rle() 115 width = source->header.xmax - source->header.xmin + 1; in start_input_rle() 116 height = source->header.ymax - source->header.ymin + 1; in start_input_rle() 124 if (source->header.ncolors == 1 && source->header.ncmap == 0) { in start_input_rle() 127 } else if (source->header.ncolors == 1 && source->header.ncmap == 1) { in start_input_rle() 131 } else if (source->header.ncolors == 1 && source->header.ncmap == 3) { in start_input_rle() 135 } else if (source->header.ncolors == 3 && source->header.ncmap == 3) { in start_input_rle() 145 if (source->visual == GRAYSCALE || source->visual == MAPPEDGRAY) { in start_input_rle() 191 source->row--; in get_rle_row() 215 source->row--; in get_pseudocolor_row() [all …]
|
A D | rdppm.c | 151 ptr = source->pub.buffer[0]; in get_text_gray_row() 189 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row() 210 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row() 232 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row() 248 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_gray_row() 272 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_word_rgb_row() 392 source->buffer_width); in start_input_ppm() 400 source->pixrow = (JSAMPROW) source->iobuffer; in start_input_ppm() 401 source->pub.buffer = & source->pixrow; in start_input_ppm() 446 ppm_source_ptr source; in jinit_read_ppm() local [all …]
|
A D | rdtarga.c | 183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_gray_row() 201 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_row() 221 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_16bit_row() 248 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_24bit_row() 288 source->current_row++; in get_memory_row() 322 source->current_row = 0; in preload_image() 364 source->pixel_size < 1 || source->pixel_size > 4 || in start_input_tga() 372 source->block_count = source->dup_pixel_count = 0; in start_input_tga() 441 source->pub.get_pixel_rows = source->get_pixel_rows; in start_input_tga() 486 tga_source_ptr source; in jinit_read_targa() local [all …]
|
A D | rdbmp.c | 131 source->source_row--; in get_8bit_row() 138 outptr = source->pub.buffer[0]; in get_8bit_row() 160 source->source_row--; in get_24bit_row() 169 outptr = source->pub.buffer[0]; in get_24bit_row() 191 source->source_row--; in get_32bit_row() 199 outptr = source->pub.buffer[0]; in get_32bit_row() 411 (void) read_byte(source); in start_input_bmp() 422 source->row_width = row_width; in start_input_bmp() 438 source->pub.buffer_height = 1; in start_input_bmp() 466 bmp_source_ptr source; in jinit_read_bmp() local [all …]
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_msg_process.c | 140 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_model_down_raw() 159 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_model_up_raw_reply() 188 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_service_property_set() 232 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_event_notify() 276 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_service_property_get() 340 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_service_property_post() 370 res = dm_utils_memtok((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_service_request() 380 res = dm_msg_uri_parse_pkdn((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_service_request() 408 res = dm_utils_memtok((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_event_post_reply() 415 res = dm_utils_memtok((char *)source->uri, strlen(source->uri), in dm_msg_proc_thing_event_post_reply() [all …]
|
A D | dm_msg_process.h | 120 _IN_ dm_msg_source_t *source, _IN_ dm_msg_dest_t *dest, 123 _IN_ dm_msg_source_t *source, _IN_ dm_msg_dest_t *dest, 128 _IN_ dm_msg_source_t *source); 130 _IN_ dm_msg_source_t *source, _IN_ dm_msg_dest_t *dest, 137 int dm_msg_proc_rrpc_request(_IN_ dm_msg_source_t *source); 138 int dm_disp_ntp_response(_IN_ dm_msg_source_t *source); 147 int dm_msg_proc_thing_disable(_IN_ dm_msg_source_t *source, 151 int dm_msg_proc_thing_enable(_IN_ dm_msg_source_t *source, 155 int dm_msg_proc_thing_delete(_IN_ dm_msg_source_t *source, 165 _IN_ dm_msg_source_t *source); [all …]
|
/AliOS-Things-master/components/linkkit/dev_model/server/ |
A D | dm_server.c | 118 dm_msg_source_t source; in dm_server_thing_service_property_set() local 134 source.uri = paths; in dm_server_thing_service_property_set() 137 source.context = alcs_context; in dm_server_thing_service_property_set() 169 dm_msg_source_t source; in dm_server_thing_service_request() local 180 source.uri = paths; in dm_server_thing_service_request() 197 dm_msg_source_t source; in dm_server_thing_service_property_get() local 214 source.uri = paths; in dm_server_thing_service_property_get() 239 dm_msg_source_t source; in dm_server_thing_service_property_post() local 254 source.uri = paths; in dm_server_thing_service_property_post() 277 dm_msg_source_t source; in dm_server_thing_dev_core_service_dev() local [all …]
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdbgmem.c | 399 for ( source = table->sources[i]; source != NULL; source = next ) in ft_mem_table_destroy() 550 node->source = source = ft_mem_table_get_source( table ); in ft_mem_table_set() 557 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set() 558 source->max_blocks = source->cur_blocks; in ft_mem_table_set() 579 if ( source->cur_size > source->max_size ) in ft_mem_table_set() 580 source->max_size = source->cur_size; in ft_mem_table_set() 633 source = node->source; in ft_mem_table_remove() 938 for ( ; source; source = source->link ) in FT_DumpMemory() 951 for ( ; source; source = source->link ) in FT_DumpMemory() 973 source->cur_blocks, source->max_blocks, in FT_DumpMemory() [all …]
|
A D | ftbitmap.c | 53 if ( source == target ) in FT_Bitmap_Copy() 56 if ( source->buffer == NULL ) in FT_Bitmap_Copy() 58 *target = *source; in FT_Bitmap_Copy() 89 *target = *source; in FT_Bitmap_Copy() 452 switch ( source->pixel_mode ) in FT_Bitmap_Convert() 499 switch ( source->pixel_mode ) in FT_Bitmap_Convert() 537 j = source->width & 7; in FT_Bitmap_Convert() 551 s += source->pitch; in FT_Bitmap_Convert() 614 j = source->width & 3; in FT_Bitmap_Convert() 628 s += source->pitch; in FT_Bitmap_Convert() [all …]
|
A D | ftglyph.c | 103 target->left = source->left; in ft_bitmap_glyph_copy() 104 target->top = source->top; in ft_bitmap_glyph_copy() 164 FT_Outline* source = &slot->outline; in FT_CALLBACK_DEF() local 176 error = FT_Outline_New( library, source->n_points, source->n_contours, in FT_CALLBACK_DEF() 181 FT_Outline_Copy( source, target ); in FT_CALLBACK_DEF() 308 FT_Glyph_Copy( FT_Glyph source, in FT_Glyph_Copy() argument 325 if ( !source || !source->clazz ) in FT_Glyph_Copy() 331 clazz = source->clazz; in FT_Glyph_Copy() 336 copy->advance = source->advance; in FT_Glyph_Copy() 337 copy->format = source->format; in FT_Glyph_Copy() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/ |
A D | Config.in | 23 source "test/testcase/hal/uart/Config.in" 24 source "test/testcase/hal/flash/Config.in" 25 source "test/testcase/hal/gpio/Config.in" 26 source "test/testcase/hal/i2c/Config.in" 27 source "test/testcase/hal/rng/Config.in" 28 source "test/testcase/hal/rtc/Config.in" 29 source "test/testcase/hal/spi/Config.in" 30 source "test/testcase/hal/timer/Config.in" 31 source "test/testcase/hal/wdg/Config.in" 32 source "test/testcase/hal/adc/Config.in" [all …]
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylanddatamanager.c | 257 mime_data = mime_data_list_find(&source->mimes, in Wayland_data_source_send() 286 if (source != NULL) { in Wayland_data_source_has_mime() 301 if (source == NULL) { in Wayland_data_source_get_data() 322 if (source != NULL) { in Wayland_data_source_destroy() 323 wl_data_source_destroy(source->source); in Wayland_data_source_destroy() 324 mime_data_list_free(&source->mimes); in Wayland_data_source_destroy() 325 SDL_free(source); in Wayland_data_source_destroy() 414 } else if (source == NULL) { in Wayland_data_device_set_selection() 420 wl_data_source_offer(source->source, in Wayland_data_device_set_selection() 426 wl_data_source_offer(source->source, in Wayland_data_device_set_selection() [all …]
|
A D | SDL_waylanddatamanager.h | 41 struct wl_data_source *source; member 69 extern ssize_t Wayland_data_source_send(SDL_WaylandDataSource *source, 71 extern int Wayland_data_source_add_data(SDL_WaylandDataSource *source, 75 extern SDL_bool Wayland_data_source_has_mime(SDL_WaylandDataSource *source, 77 extern void* Wayland_data_source_get_data(SDL_WaylandDataSource *source, 81 extern void Wayland_data_source_destroy(SDL_WaylandDataSource *source); 97 SDL_WaylandDataSource *source);
|
/AliOS-Things-master/components/py_engine/tests/io/data/ |
A D | bigfile1 | 40 "python_version": "source", 41 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.8.ta… 54 "python_version": "source", 55 …"url": "https://pypi.python.org/packages/source/m/micropython-uasyncio/micropython-uasyncio-0.6.2.… 68 "python_version": "source", 82 "python_version": "source", 96 "python_version": "source", 110 "python_version": "source", 124 "python_version": "source", 139 "python_version": "source", [all …]
|
/AliOS-Things-master/components/uvoice/application/comb/ |
A D | comb.c | 175 snprintf(node->source, sizeof(node->source), "%s", tonename_numb[slot]); in add_amount() 192 snprintf(node->source, sizeof(node->source), "%s", tonename_unit[depth]); in add_amount() 206 snprintf(node->source, sizeof(node->source), "%s", tonename_hunit[i - 1]); in add_amount() 220 snprintf(node->source, sizeof(node->source), "num_0"); in add_amount() 235 snprintf(node->source, sizeof(node->source), "dot"); in add_amount() 260 snprintf(node->source, sizeof(node->source), "%s", tonename_numb[sub_number]); in add_amount() 300 snprintf(node->source, sizeof(node->source), "%s", tonename_numb[num_code]); in add_number() 318 if (!source) { in add_file_source() 323 if (strlen(source) >= TONE_SOURCE_LEN_MAX || strlen(source) <= 0) { in add_file_source() 340 snprintf(node->source, sizeof(node->source), "%s", source); in add_file_source() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | pufftest.c | 93 unsigned char *source = NULL, *dest; in main() local 117 source = load(name, &len); in main() 118 if (source == NULL) { in main() 125 free(source); in main() 130 free(source); in main() 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main() 153 free(source); in main() 156 puff(dest, &destlen, source + skip, &sourcelen); in main() 163 free(source); in main()
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftlzw.c | 111 FT_Stream source ) in ft_lzw_file_init() argument 118 zip->source = source; in ft_lzw_file_init() 126 error = ft_lzw_check_header( source ); in ft_lzw_file_init() 131 ft_lzwstate_init( lzw, source ); in ft_lzw_file_init() 145 zip->source = NULL; in ft_lzw_file_done() 153 FT_Stream stream = zip->source; in ft_lzw_file_reset() 349 FT_Stream source ) in FT_Stream_OpenLZW() argument 352 FT_Memory memory = source->memory; in FT_Stream_OpenLZW() 363 error = ft_lzw_check_header( source ); in FT_Stream_OpenLZW() 401 FT_Stream source ) in FT_Stream_OpenLZW() argument [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument 65 const Bytef *source; 68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 25 const Bytef *source; 46 stream.next_in = (z_const Bytef *)source; 68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument 71 const Bytef *source; 74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
A D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument 30 const Bytef *source; 49 stream.next_in = (z_const Bytef *)source; 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument 89 const Bytef *source; 92 return uncompress2(dest, destLen, source, &sourceLen);
|
/AliOS-Things-master/components/freetype/src/bzip2/ |
A D | ftbzip2.c | 149 FT_Stream source ) in ft_bzip2_file_init() argument 156 zip->source = source; in ft_bzip2_file_init() 165 stream = source; in ft_bzip2_file_init() 210 zip->source = NULL; in ft_bzip2_file_done() 218 FT_Stream stream = zip->source; in ft_bzip2_file_reset() 249 FT_Stream stream = zip->source; in ft_bzip2_file_fill_input() 456 FT_Stream source ) in FT_Stream_OpenBzip2() argument 459 FT_Memory memory = source->memory; in FT_Stream_OpenBzip2() 467 error = ft_bzip2_check_header( source ); in FT_Stream_OpenBzip2() 500 FT_Stream source ) in FT_Stream_OpenBzip2() argument [all …]
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_mlist.c | 26 char source[128]; member 189 if (strlen(src_list->source) <= in mlist_source_scan() 390 memset(src_list->source, 0, sizeof(src_list->source)); in mlist_source_del() 393 src_list->source, in mlist_source_del() 394 sizeof(src_list->source))) { in mlist_source_del() 444 if (strlen(src_list->source) <= 0) { in mlist_index_get() 446 src_list->source, sizeof(src_list->source))) { in mlist_index_get() 454 (char *)src_list->source + strlen("fs:") + in mlist_index_get() 490 memset(src_list->source, 0, sizeof(src_list->source)); in mlist_index_set() 491 if (mlist_source_get(index, src_list->source, in mlist_index_set() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/ |
A D | arm_q7_to_q15_with_offset.c | 48 int16x8_t source; in arm_q7_to_q15_with_offset() local 54 source = vldrbq_s16(src); in arm_q7_to_q15_with_offset() 55 source = vaddq_s16(source, source_offset); in arm_q7_to_q15_with_offset() 56 vstrhq_s16(dst, source); in arm_q7_to_q15_with_offset()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/ |
A D | arm_q7_to_q15_with_offset.c | 48 int16x8_t source; in arm_q7_to_q15_with_offset() local 54 source = vldrbq_s16(src); in arm_q7_to_q15_with_offset() 55 source = vaddq_s16(source, source_offset); in arm_q7_to_q15_with_offset() 56 vstrhq_s16(dst, source); in arm_q7_to_q15_with_offset()
|