Searched defs:g_memmove_l (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c705 , mem_track_memmove_func g_memmove_l) {
726 if (g_memmove_l)
727 g_memmove = g_memmove_l;
737 (void)g_memmove_l;
699 vpx_memory_tracker_set_functions(mem_track_malloc_func g_malloc_l , mem_track_calloc_func g_calloc_l , mem_track_realloc_func g_realloc_l , mem_track_free_func g_free_l , mem_track_memcpy_func g_memcpy_l , mem_track_memset_func g_memset_l , mem_track_memmove_func g_memmove_l) argument
H A Dvpx_mem.c583 , g_memmove_func g_memmove_l);
592 , g_memmove_func g_memmove_l) {
617 , g_memmove_l);
631 g_func->g_memmove = g_memmove_l;
641 (void)g_memmove_l;
586 vpx_mem_set_functions(g_malloc_func g_malloc_l , g_calloc_func g_calloc_l , g_realloc_func g_realloc_l , g_free_func g_free_l , g_memcpy_func g_memcpy_l , g_memset_func g_memset_l , g_memmove_func g_memmove_l) argument

Completed in 65 milliseconds