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

  /external/libopus/celt/
stack_alloc.h 97 #define ALLOC_STACK
113 #define ALLOC_STACK
137 #define ALLOC_STACK char *_saved_stack; ((global_stack = (global_stack==0) ? ((global_stack_top=opus_alloc_scratch(GLOBAL_STACK_SIZE*2)+(GLOBAL_STACK_SIZE*2))-(GLOBAL_STACK_SIZE*2)) : global_stack),VALGRIND_MAKE_MEM_NOACCESS(global_stack, global_stack_top-global_stack)); _saved_stack = global_stack;
144 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? opus_alloc_scratch(GLOBAL_STACK_SIZE) : global_stack); _saved_stack = global_stack;
celt_decoder.c 700 ALLOC_STACK;
1039 ALLOC_STACK;
    [all...]
modes.c 232 ALLOC_STACK;
celt_encoder.c     [all...]
  /external/libopus/celt/tests/
test_unit_laplace.c 60 ALLOC_STACK;
test_unit_rotation.c 84 ALLOC_STACK;
test_unit_cwrs32.c 91 ALLOC_STACK;
test_unit_dft.c 140 ALLOC_STACK;
test_unit_mdct.c 172 ALLOC_STACK;
  /external/libopus/src/
opus_decoder.c 233 ALLOC_STACK;
713 ALLOC_STACK;
740 ALLOC_STACK;
opus_multistream_decoder.c 202 ALLOC_STACK;
opus_encoder.c 962 ALLOC_STACK;
    [all...]
opus_multistream_encoder.c 697 ALLOC_STACK;
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 399 %macro ALLOC_STACK 2 ; stack_size, num_regs
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 601 var ALLOC_STACK = 1; // Lives for the duration of the current function call
606 Module['ALLOC_STACK'] = ALLOC_STACK;
    [all...]

Completed in 497 milliseconds