Searched refs:ALLOC_STACK (Results 1 – 15 of 15) sorted by relevance
/external/libopus/celt/ |
D | stack_alloc.h | 97 #define ALLOC_STACK macro 113 #define ALLOC_STACK macro 139 #define ALLOC_STACK char *_saved_stack; ((global_stack = (global_stack==0) ? ((global_stack_top=opu… macro 150 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? (scratch_ptr=opus_alloc… macro
|
D | celt_decoder.c | 763 ALLOC_STACK; 1091 ALLOC_STACK; 1121 ALLOC_STACK;
|
D | modes.c | 234 ALLOC_STACK; in opus_custom_mode_create()
|
D | celt_encoder.c | 1381 ALLOC_STACK; in celt_encode_with_ec() 2176 ALLOC_STACK; in opus_custom_encode_float() 2203 ALLOC_STACK; in opus_custom_encode()
|
/external/libopus/celt/tests/ |
D | test_unit_laplace.c | 60 ALLOC_STACK; in main()
|
D | test_unit_rotation.c | 114 ALLOC_STACK; in main()
|
D | test_unit_cwrs32.c | 91 ALLOC_STACK; in main()
|
D | test_unit_dft.c | 157 ALLOC_STACK; in main()
|
D | test_unit_mdct.c | 190 ALLOC_STACK; in main()
|
/external/libopus/src/ |
D | opus_decoder.c | 230 ALLOC_STACK; in opus_decode_frame() 728 ALLOC_STACK; in opus_decode_float() 764 ALLOC_STACK; in opus_decode()
|
D | opus_multistream_decoder.c | 202 ALLOC_STACK; in opus_multistream_decode_native()
|
D | opus_encoder.c | 977 ALLOC_STACK; in opus_encode_native() 1986 ALLOC_STACK; in opus_encode_float() 2035 ALLOC_STACK; in opus_encode()
|
D | opus_multistream_encoder.c | 849 ALLOC_STACK; in opus_multistream_encode_native()
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 531 ALLOC_STACK %4, %3 635 ALLOC_STACK %4 691 ALLOC_STACK %4
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 601 var ALLOC_STACK = 1; // Lives for the duration of the current function call 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…
|