Home
last modified time | relevance | path

Searched refs:g_memmove_l (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.c583 , g_memmove_func g_memmove_l);
592 , g_memmove_func g_memmove_l) { in vpx_mem_set_functions() argument
617 , g_memmove_l); in vpx_mem_set_functions()
631 g_func->g_memmove = g_memmove_l; in vpx_mem_set_functions()
641 (void)g_memmove_l; in vpx_mem_set_functions()
Dvpx_mem_tracker.c705 , mem_track_memmove_func g_memmove_l) { in vpx_memory_tracker_set_functions() argument
726 if (g_memmove_l) in vpx_memory_tracker_set_functions()
727 g_memmove = g_memmove_l; in vpx_memory_tracker_set_functions()
737 (void)g_memmove_l; in vpx_memory_tracker_set_functions()
Dvpx_mem.h97 , g_memmove_func g_memmove_l);
/external/libvpx/libvpx/vpx_mem/include/
Dvpx_mem_tracker.h173 , mem_track_memmove_func g_memmove_l);