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

  /external/libopus/celt/
stack_alloc.h 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;
arch.h 206 #ifndef GLOBAL_STACK_SIZE
208 #define GLOBAL_STACK_SIZE 100000
210 #define GLOBAL_STACK_SIZE 100000

Completed in 471 milliseconds