HomeSort by relevance Sort by last modified time
    Searched defs:USE_GLOBAL_FUNCTION_POINTERS (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 34 #ifndef USE_GLOBAL_FUNCTION_POINTERS
35 # define USE_GLOBAL_FUNCTION_POINTERS 0 /*use function pointers instead of compiled functions.*/
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem_tracker.c 59 #ifndef USE_GLOBAL_FUNCTION_POINTERS
60 # define USE_GLOBAL_FUNCTION_POINTERS 0 //use function pointers instead of compiled functions.
63 #if USE_GLOBAL_FUNCTION_POINTERS
80 #endif // USE_GLOBAL_FUNCTION_POINTERS
778 #if USE_GLOBAL_FUNCTION_POINTERS
vpx_mem.c 37 #ifndef USE_GLOBAL_FUNCTION_POINTERS
38 # define USE_GLOBAL_FUNCTION_POINTERS 0 //use function pointers instead of compiled functions.
114 #if USE_GLOBAL_FUNCTION_POINTERS
142 #endif // USE_GLOBAL_FUNCTION_POINTERS
804 #if USE_GLOBAL_FUNCTION_POINTERS
823 #if USE_GLOBAL_FUNCTION_POINTERS
907 #if USE_GLOBAL_FUNCTION_POINTERS
  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 58 #ifndef USE_GLOBAL_FUNCTION_POINTERS
59 # define USE_GLOBAL_FUNCTION_POINTERS 0 //use function pointers instead of compiled functions.
62 #if USE_GLOBAL_FUNCTION_POINTERS
79 #endif // USE_GLOBAL_FUNCTION_POINTERS
789 #if USE_GLOBAL_FUNCTION_POINTERS

Completed in 64 milliseconds