Searched refs:g_func (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c63 } *g_func = NULL; variable in typeref:struct:GLOBAL_FUNC_POINTERS
65 # define VPX_MALLOC_L g_func->g_malloc
66 # define VPX_REALLOC_L g_func->g_realloc
67 # define VPX_FREE_L g_func->g_free
68 # define VPX_MEMCPY_L g_func->g_memcpy
69 # define VPX_MEMSET_L g_func->g_memset
70 # define VPX_MEMMOVE_L g_func->g_memmove
623 if (!g_func) {
624 g_func = (struct GLOBAL_FUNC_POINTERS *)
627 if (!g_func) {
[all...]
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c62 } *g_func = NULL; variable in typeref:struct:GLOBAL_FUNC_POINTERS
64 # define VPX_MALLOC_L g_func->g_malloc
65 # define VPX_REALLOC_L g_func->g_realloc
66 # define VPX_FREE_L g_func->g_free
67 # define VPX_MEMCPY_L g_func->g_memcpy
68 # define VPX_MEMSET_L g_func->g_memset
69 # define VPX_MEMMOVE_L g_func->g_memmove
599 if (!g_func) {
600 g_func = (struct GLOBAL_FUNC_POINTERS *)
603 if (!g_func) {
[all...]

Completed in 95 milliseconds