Home
last modified time | relevance | path

Searched refs:ALLOC_STACK (Results 1 – 15 of 15) sorted by relevance

/external/libopus/celt/
Dstack_alloc.h97 #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
Dcelt_decoder.c763 ALLOC_STACK;
1091 ALLOC_STACK;
1121 ALLOC_STACK;
Dmodes.c234 ALLOC_STACK; in opus_custom_mode_create()
Dcelt_encoder.c1381 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/
Dtest_unit_laplace.c60 ALLOC_STACK; in main()
Dtest_unit_rotation.c114 ALLOC_STACK; in main()
Dtest_unit_cwrs32.c91 ALLOC_STACK; in main()
Dtest_unit_dft.c157 ALLOC_STACK; in main()
Dtest_unit_mdct.c190 ALLOC_STACK; in main()
/external/libopus/src/
Dopus_decoder.c230 ALLOC_STACK; in opus_decode_frame()
728 ALLOC_STACK; in opus_decode_float()
764 ALLOC_STACK; in opus_decode()
Dopus_multistream_decoder.c202 ALLOC_STACK; in opus_multistream_decode_native()
Dopus_encoder.c977 ALLOC_STACK; in opus_encode_native()
1986 ALLOC_STACK; in opus_encode_float()
2035 ALLOC_STACK; in opus_encode()
Dopus_multistream_encoder.c849 ALLOC_STACK; in opus_multistream_encode_native()
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm531 ALLOC_STACK %4, %3
635 ALLOC_STACK %4
691 ALLOC_STACK %4
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js601 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…