Searched defs:ALLOC_STACK (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dstack_alloc.h97 #define ALLOC_STACK macro
113 #define ALLOC_STACK macro
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; macro
144 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? opus_alloc_scratch(GLOBAL_STACK_SIZE) : global_stack); _saved_stack = global_stack; macro
/external/libopus/celt/
H A Dstack_alloc.h97 #define ALLOC_STACK macro
113 #define ALLOC_STACK macro
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; macro
144 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? opus_alloc_scratch(GLOBAL_STACK_SIZE) : global_stack); _saved_stack = global_stack; macro
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js543 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
548 Module['ALLOC_STACK'] = ALLOC_STACK;
1852 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
2569 var ret = _open(filename, flags, allocate([0x1FF, 0, 0, 0], 'i32', ALLOC_STACK)); // All creation permissions.
2690 return _stat(allocate(pathArray, 'i8', ALLOC_STACK), buf);
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js601 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
606 Module['ALLOC_STACK'] = ALLOC_STACK;
1938 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
2622 var ret = _open(filename, flags, allocate([0x1FF, 0, 0, 0], 'i32', ALLOC_STACK)); // All creation permissions.
[all...]

Completed in 291 milliseconds