Searched refs:USE_ALLOCA (Results 1 – 10 of 10) sorted by relevance
38 #if (!defined (VAR_ARRAYS) && !defined (USE_ALLOCA) && !defined (NONTHREADSAFE_PSEUDOSTACK))42 #ifdef USE_ALLOCA113 #elif defined(USE_ALLOCA)
238 #if !defined(VAR_ARRAYS) && !defined(USE_ALLOCA) in opus_custom_mode_create()
19 # define USE_ALLOCA macro
31 #define USE_ALLOCA 1 macro
20 #define USE_ALLOCA macro23 #ifdef USE_ALLOCA672 #ifdef USE_ALLOCA688 #ifdef USE_ALLOCA742 #ifdef USE_ALLOCA in EncodeThreadFunction()763 #ifdef USE_ALLOCA in DecodeThreadFunction()783 #ifdef USE_ALLOCA in CreateDecoderThread()792 #ifdef USE_ALLOCA in CreateDecoderThread()1360 #ifdef USE_ALLOCA in MethodBench()1454 #ifdef USE_ALLOCA in MethodBench()[all …]
826 #define USE_ALLOCA macro829 #ifdef USE_ALLOCA869 #ifdef USE_ALLOCA in ThreadFunc()
131 opus_conf.set('USE_ALLOCA', true)140 opus_conf.set('USE_ALLOCA', true)
315 target_compile_definitions(opus PRIVATE USE_ALLOCA)
110 AC_DEFINE([USE_ALLOCA], [], [Make use of alloca]) definition
1552 The next best is to define USE_ALLOCA so that Speex can use alloca() to1555 If none of VAR_ARRAYS and USE_ALLOCA are defined, then Speex falls back