Home
last modified time | relevance | path

Searched refs:USE_ALLOCA (Results 1 – 10 of 10) sorted by relevance

/external/libopus/celt/
Dstack_alloc.h38 #if (!defined (VAR_ARRAYS) && !defined (USE_ALLOCA) && !defined (NONTHREADSAFE_PSEUDOSTACK))
42 #ifdef USE_ALLOCA
113 #elif defined(USE_ALLOCA)
Dmodes.c238 #if !defined(VAR_ARRAYS) && !defined(USE_ALLOCA) in opus_custom_mode_create()
/external/speex/win32/
Dconfig.h19 # define USE_ALLOCA macro
/external/libopus/win32/
Dconfig.h31 #define USE_ALLOCA 1 macro
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp20 #define USE_ALLOCA macro
23 #ifdef USE_ALLOCA
672 #ifdef USE_ALLOCA
688 #ifdef USE_ALLOCA
742 #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 …]
/external/lzma/C/
DMtDec.c826 #define USE_ALLOCA macro
829 #ifdef USE_ALLOCA
869 #ifdef USE_ALLOCA in ThreadFunc()
/external/libopus/
Dmeson.build131 opus_conf.set('USE_ALLOCA', true)
140 opus_conf.set('USE_ALLOCA', true)
DCMakeLists.txt315 target_compile_definitions(opus PRIVATE USE_ALLOCA)
Dconfigure.ac110 AC_DEFINE([USE_ALLOCA], [], [Make use of alloca]) definition
/external/speex/doc/
Dmanual.lyx1552 The next best is to define USE_ALLOCA so that Speex can use alloca() to
1555 If none of VAR_ARRAYS and USE_ALLOCA are defined, then Speex falls back