Searched defs:USE_GLOBAL_FUNCTION_POINTERS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h34 #ifndef USE_GLOBAL_FUNCTION_POINTERS
35 # define USE_GLOBAL_FUNCTION_POINTERS 0 /*use function pointers instead of compiled functions.*/ macro
/external/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h34 #ifndef USE_GLOBAL_FUNCTION_POINTERS
35 # define USE_GLOBAL_FUNCTION_POINTERS 0 /*use function pointers instead of compiled functions.*/ macro
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c55 #ifndef USE_GLOBAL_FUNCTION_POINTERS
56 # define USE_GLOBAL_FUNCTION_POINTERS 0 // use function pointers instead of compiled functions. macro
59 #if USE_GLOBAL_FUNCTION_POINTERS
76 #endif // USE_GLOBAL_FUNCTION_POINTERS
706 #if USE_GLOBAL_FUNCTION_POINTERS
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c55 #ifndef USE_GLOBAL_FUNCTION_POINTERS
56 # define USE_GLOBAL_FUNCTION_POINTERS 0 // use function pointers instead of compiled functions. macro
59 #if USE_GLOBAL_FUNCTION_POINTERS
76 #endif // USE_GLOBAL_FUNCTION_POINTERS
706 #if USE_GLOBAL_FUNCTION_POINTERS

Completed in 1633 milliseconds