OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
205
#ifndef
GLOBAL_STACK_SIZE
207
#define
GLOBAL_STACK_SIZE
100000
209
#define
GLOBAL_STACK_SIZE
100000
Completed in 65 milliseconds