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

  /external/chromium_org/third_party/opus/src/celt/
stack_alloc.h 131 #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;
138 #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 201 #ifndef GLOBAL_STACK_SIZE
203 #define GLOBAL_STACK_SIZE 100000
205 #define GLOBAL_STACK_SIZE 100000

Completed in 44 milliseconds