HomeSort by relevance Sort by last modified time
    Searched defs:global_stack (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
stack_alloc.h 113 char *global_stack=0; variable
115 extern char *global_stack;
130 #define RESTORE_STACK ((global_stack = _saved_stack),VALGRIND_MAKE_MEM_NOACCESS(global_stack, global_stack_top-global_stack))
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
    [all...]
  /external/kernel-headers/original/linux/
hid.h 532 struct hid_global global_stack[HID_GLOBAL_STACK_SIZE]; member in struct:hid_parser
  /external/valgrind/main/perf/
tinycc.c 2365 static Sym *global_stack, *local_stack; variable
    [all...]

Completed in 130 milliseconds