Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 73) sorted by relevance

123

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dplatform_stdlib_rtl8721d.h37 #undef memmove
65 #define memmove _memmove macro
/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/
A Doscl_mem.h9 #define oscl_memmove memmove
/AliOS-Things-master/components/uvoice/codec/opensource/pvaac/oscl/
A Doscl_mem.h9 #define oscl_memmove memmove
/AliOS-Things-master/components/py_engine/engine/py/
A Dvstr.c182 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()
231memmove(vstr->buf + byte_pos, vstr->buf + byte_pos + bytes_to_cut, vstr->len - byte_pos - bytes_to… in vstr_cut_out_bytes()
A Dnativeglue.c316 memmove,
A Dobj.h1014 memmove(((char *)dest) + (beg) * (item_sz), slice, slice_len * (item_sz)); \
1015memmove(((char *)dest) + (beg + slice_len) * (item_sz), ((char *)dest) + (end) * (item_sz), (dest_…
1019memmove(((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 DSDL_qsort.c56 #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 Ddecompress_unxz.c202 #ifndef memmove
204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_os.h47 memmove(dest, src, length); \
/AliOS-Things-master/components/freetype/include/config/
A Dftstdlib.h82 #define ft_memmove memmove
/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h38 #define memmove ota_memmove macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A Dwindow.c56 memmove(state->input, state->input + state->step, in WindowProcessSamples()
/AliOS-Things-master/components/http/src/
A Dhttp_client.c500memmove(data, &data[crlf_pos + 2], len - (crlf_pos + 2)); /* Not need to move NULL-terminating cha… in httpclient_retrieve_content()
534memmove(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()
630memmove(data, &data[crlf_pos + 2], len - (crlf_pos + 2) + 1); /* Be sure to move NULL-terminating … in httpclient_response_parse()
666memmove(data, &data[2], len - 2 + 1); /* Be sure to move NULL-terminating char as well */ in httpclient_response_parse()
711memmove(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 Dexport_fn_rom.h72 __MEMMOVE memmove; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_pool_q7_HWC.c216 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 Darm_pool_q7_HWC.c216 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 Dcli.c377 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 Dawss_dev_ap.c160 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 Dcircular_buffer.cc139 memmove(output, &output[depth], (num_slots - 1) * depth); in EvalInt8()
/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dstring0.c67 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 Daudio_internel.c472 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 Dnist_kw.c225 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 Dcompilecode.c8 ((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 Darm_svdf_s8.c93 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 Darm_svdf_s8.c93 memmove((q15_t *)state_data, in arm_svdf_s8()

Completed in 34 milliseconds

123