HomeSort by relevance Sort by last modified time
    Searched refs:USE_ALLOCA (Results 1 - 7 of 7) sorted by null

  /external/libopus/win32/
config.h 31 #define USE_ALLOCA 1
  /external/speex/libspeex/
stack_alloc.h 38 #ifdef USE_ALLOCA
106 #elif defined(USE_ALLOCA)
sb_celp.c 205 #if defined(VAR_ARRAYS) || defined (USE_ALLOCA)
280 #if !(defined(VAR_ARRAYS) || defined (USE_ALLOCA))
768 #if defined(VAR_ARRAYS) || defined (USE_ALLOCA)
819 #if !(defined(VAR_ARRAYS) || defined (USE_ALLOCA))
    [all...]
nb_celp.c 124 #if defined(VAR_ARRAYS) || defined (USE_ALLOCA)
218 #if !(defined(VAR_ARRAYS) || defined (USE_ALLOCA))
934 #if defined(VAR_ARRAYS) || defined (USE_ALLOCA)
    [all...]
  /external/libopus/celt/
stack_alloc.h 38 #if (!defined (VAR_ARRAYS) && !defined (USE_ALLOCA) && !defined (NONTHREADSAFE_PSEUDOSTACK))
39 #error "Opus requires one of VAR_ARRAYS, USE_ALLOCA, or NONTHREADSAFE_PSEUDOSTACK be defined to select the temporary allocation mode."
42 #ifdef USE_ALLOCA
101 #elif defined(USE_ALLOCA)
modes.c 235 #if !defined(VAR_ARRAYS) && !defined(USE_ALLOCA)
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 20 #define USE_ALLOCA
23 #ifdef USE_ALLOCA
706 #ifdef USE_ALLOCA
722 #ifdef USE_ALLOCA
773 #ifdef USE_ALLOCA
793 #ifdef USE_ALLOCA
808 #ifdef USE_ALLOCA
817 #ifdef USE_ALLOCA
1299 #ifdef USE_ALLOCA
    [all...]

Completed in 311 milliseconds