/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | platform_stdlib_rtl8721d.h | 37 #undef memmove 65 #define memmove _memmove macro
|
/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/ |
A D | oscl_mem.h | 9 #define oscl_memmove memmove
|
/AliOS-Things-master/components/uvoice/codec/opensource/pvaac/oscl/ |
A D | oscl_mem.h | 9 #define oscl_memmove memmove
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vstr.c | 182 memmove(vstr->buf + vstr->len, str, len); in vstr_add_strn() 195 memmove(vstr->buf + byte_pos + byte_len, vstr->buf + byte_pos, l - byte_pos); in vstr_ins_blank_bytes() 231 …memmove(vstr->buf + byte_pos, vstr->buf + byte_pos + bytes_to_cut, vstr->len - byte_pos - bytes_to… in vstr_cut_out_bytes()
|
A D | nativeglue.c | 316 memmove,
|
A D | obj.h | 1014 memmove(((char *)dest) + (beg) * (item_sz), slice, slice_len * (item_sz)); \ 1015 …memmove(((char *)dest) + (beg + slice_len) * (item_sz), ((char *)dest) + (end) * (item_sz), (dest_… 1019 …memmove(((char *)dest) + (beg + slice_len) * (item_sz), ((char *)dest) + (end) * (item_sz), ((dest… 1020 memmove(((char *)dest) + (beg) * (item_sz), slice, slice_len * (item_sz));
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_qsort.c | 56 #ifdef memmove 57 #undef memmove 59 #define memmove SDL_memmove macro 349 memmove(test+size,test,first-test); \
|
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/ |
A D | decompress_unxz.c | 202 #ifndef memmove 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_os.h | 47 memmove(dest, src, length); \
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftstdlib.h | 82 #define ft_memmove memmove
|
/AliOS-Things-master/components/ota/2ndboot/updater/include/ |
A D | libc.h | 38 #define memmove ota_memmove macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | window.c | 56 memmove(state->input, state->input + state->step, in WindowProcessSamples()
|
/AliOS-Things-master/components/http/src/ |
A D | http_client.c | 500 …memmove(data, &data[crlf_pos + 2], len - (crlf_pos + 2)); /* Not need to move NULL-terminating cha… in httpclient_retrieve_content() 534 … memmove(data, &data[readLen], len - readLen); /* chunk case, read between two chunks */ in httpclient_retrieve_content() 576 memmove(data, &data[2], len - 2); /* remove the \r\n */ in httpclient_retrieve_content() 630 …memmove(data, &data[crlf_pos + 2], len - (crlf_pos + 2) + 1); /* Be sure to move NULL-terminating … in httpclient_response_parse() 666 … memmove(data, &data[2], len - 2 + 1); /* Be sure to move NULL-terminating char as well */ in httpclient_response_parse() 711 …memmove(data, &data[crlf_pos + 2], len - (crlf_pos + 2) + 1); /* Be sure to move NULL-terminating … in httpclient_response_parse()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/rom_utils/ |
A D | export_fn_rom.h | 72 __MEMMOVE memmove; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/ |
A D | arm_pool_q7_HWC.c | 216 memmove(target, win_start, ch_im_in); in arm_maxpool_q7_HWC() 256 memmove(target, row_start, dim_im_out * ch_im_in); in arm_maxpool_q7_HWC()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/PoolingFunctions/ |
A D | arm_pool_q7_HWC.c | 216 memmove(target, win_start, ch_im_in); in arm_maxpool_q7_HWC() 256 memmove(target, row_start, dim_im_out * ch_im_in); in arm_maxpool_q7_HWC()
|
/AliOS-Things-master/components/cli/src/ |
A D | cli.c | 377 memmove((*last_name) + 1, *last_name, strlen(*last_name)); in refine_dir() 830 memmove(&g_cli->inbuf[g_cli->cmd_cur_pos], in cli_get_input() 923 memmove(&g_cli->inbuf[g_cli->cmd_cur_pos], in cli_get_input() 946 memmove(&g_cli->inbuf[g_cli->cmd_cur_pos + 1], in cli_get_input() 1316 memmove(&g_cli->cmds[i], &g_cli->cmds[i + 1], in cli_unregister_command()
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_ap/ |
A D | awss_dev_ap.c | 160 memmove(mac_str + 11, mac_str + 12, 2); in awss_dev_ap_setup() 161 memmove(mac_str + 13, mac_str + 15, 2); in awss_dev_ap_setup()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | circular_buffer.cc | 139 memmove(output, &output[depth], (num_slots - 1) * depth); in EvalInt8()
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | string0.c | 67 void *memmove(void *dest, const void *src, size_t n) { in memmove() function
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/audio/core/ |
A D | audio_internel.c | 472 memmove(rx_data_cache, rx_data_cache + sz, rx_data_cache_len); in rl6548_data_read() 488 memmove(rx_data_cache, rx_data_cache + sz, rx_data_cache_len); in rl6548_data_read()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | nist_kw.c | 225 memmove( output + KW_SEMIBLOCK_LENGTH, input, in_len ); in mbedtls_nist_kw_wrap() 346 memmove( output, input + KW_SEMIBLOCK_LENGTH, ( semiblocks - 1 ) * KW_SEMIBLOCK_LENGTH ); in unwrap()
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | compilecode.c | 8 ((code ? memmove(code + at + num, code + at, pc - at) : 0), pc += num)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SVDFunctions/ |
A D | arm_svdf_s8.c | 93 memmove((q15_t *)state_data, in arm_svdf_s8()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SVDFunctions/ |
A D | arm_svdf_s8.c | 93 memmove((q15_t *)state_data, in arm_svdf_s8()
|