Searched refs:g_memmove_l (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vpx_mem/intel_linux/ |
D | vpx_mem.c | 812 , g_memmove_func g_memmove_l); 821 , g_memmove_func g_memmove_l) in vpx_mem_set_functions() argument 848 , g_memmove_l); in vpx_mem_set_functions() 887 if (g_memmove_l) in vpx_mem_set_functions() 888 g_func->g_memmove = g_memmove_l; in vpx_mem_set_functions() 900 (void)g_memmove_l; in vpx_mem_set_functions()
|
D | vpx_mem_tracker.c | 776 , mem_track_memmove_func g_memmove_l) in vpx_memory_tracker_set_functions() argument 798 if (g_memmove_l) in vpx_memory_tracker_set_functions() 799 g_memmove = g_memmove_l; in vpx_memory_tracker_set_functions() 809 (void)g_memmove_l; in vpx_memory_tracker_set_functions()
|
/external/libvpx/vpx_mem/ |
D | vpx_mem.c | 642 , g_memmove_func g_memmove_l); 651 , g_memmove_func g_memmove_l) in vpx_mem_set_functions() argument 679 , g_memmove_l); in vpx_mem_set_functions() 694 g_func->g_memmove = g_memmove_l; in vpx_mem_set_functions() 704 (void)g_memmove_l; in vpx_mem_set_functions()
|
D | vpx_mem_tracker.c | 787 , mem_track_memmove_func g_memmove_l) in vpx_memory_tracker_set_functions() argument 809 if (g_memmove_l) in vpx_memory_tracker_set_functions() 810 g_memmove = g_memmove_l; in vpx_memory_tracker_set_functions() 820 (void)g_memmove_l; in vpx_memory_tracker_set_functions()
|
D | vpx_mem.h | 96 , g_memmove_func g_memmove_l);
|
/external/libvpx/vpx_mem/include/ |
D | vpx_mem_tracker.h | 174 , mem_track_memmove_func g_memmove_l);
|