Home
last modified time | relevance | path

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

12

/external/libopus/celt/
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=opu… macro
144 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? opus_alloc_scratch(GLOB… macro
Dcelt_decoder.c700 ALLOC_STACK;
1039 ALLOC_STACK;
1069 ALLOC_STACK;
Dmodes.c232 ALLOC_STACK; in opus_custom_mode_create()
Dcelt_encoder.c1313 ALLOC_STACK; in celt_encode_with_ec()
2119 ALLOC_STACK; in opus_custom_encode_float()
2146 ALLOC_STACK; in opus_custom_encode()
/external/libopus/celt/tests/
Dtest_unit_laplace.c60 ALLOC_STACK; in main()
Dtest_unit_rotation.c84 ALLOC_STACK; in main()
Dtest_unit_cwrs32.c91 ALLOC_STACK; in main()
Dtest_unit_dft.c140 ALLOC_STACK; in main()
Dtest_unit_mdct.c172 ALLOC_STACK; in main()
/external/libopus/src/
Dopus_decoder.c233 ALLOC_STACK; in opus_decode_frame()
713 ALLOC_STACK; in opus_decode_float()
740 ALLOC_STACK; in opus_decode()
Dopus_multistream_decoder.c202 ALLOC_STACK; in opus_multistream_decode_native()
Dopus_encoder.c962 ALLOC_STACK; in opus_encode_native()
1944 ALLOC_STACK; in opus_encode_float()
1991 ALLOC_STACK; in opus_encode()
Dopus_multistream_encoder.c697 ALLOC_STACK; in opus_multistream_encode_native()
/external/v8/test/mjsunit/asm/sqlite3/
Dsqlite-change-heap.js1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
Dsqlite-pointer-masking.js1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
Dsqlite.js1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
Dsqlite-safe-heap.js1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
/external/v8/test/mjsunit/asm/embenchen/
Dcopy.js691 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
696 Module['ALLOC_STACK'] = ALLOC_STACK;
5398 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dprimes.js691 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
696 Module['ALLOC_STACK'] = ALLOC_STACK;
5412 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dcorrections.js691 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
696 Module['ALLOC_STACK'] = ALLOC_STACK;
5398 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dmemops.js691 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
696 Module['ALLOC_STACK'] = ALLOC_STACK;
4861 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dfannkuch.js722 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
727 Module['ALLOC_STACK'] = ALLOC_STACK;
4892 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dfasta.js701 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
706 Module['ALLOC_STACK'] = ALLOC_STACK;
5136 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dzlib.js691 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
696 Module['ALLOC_STACK'] = ALLOC_STACK;
4862 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
Dbox2d.js692 var ALLOC_STACK = 1; // Lives for the duration of the current function call variable
697 Module['ALLOC_STACK'] = ALLOC_STACK;
5110 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);

12