OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_func
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.c
62
} *
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 449 milliseconds