/external/libopus/celt/ |
D | stack_alloc.h | 97 #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
|
D | celt_decoder.c | 700 ALLOC_STACK; 1039 ALLOC_STACK; 1069 ALLOC_STACK;
|
D | modes.c | 232 ALLOC_STACK; in opus_custom_mode_create()
|
D | celt_encoder.c | 1313 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/ |
D | test_unit_laplace.c | 60 ALLOC_STACK; in main()
|
D | test_unit_rotation.c | 84 ALLOC_STACK; in main()
|
D | test_unit_cwrs32.c | 91 ALLOC_STACK; in main()
|
D | test_unit_dft.c | 140 ALLOC_STACK; in main()
|
D | test_unit_mdct.c | 172 ALLOC_STACK; in main()
|
/external/libopus/src/ |
D | opus_decoder.c | 233 ALLOC_STACK; in opus_decode_frame() 713 ALLOC_STACK; in opus_decode_float() 740 ALLOC_STACK; in opus_decode()
|
D | opus_multistream_decoder.c | 202 ALLOC_STACK; in opus_multistream_decode_native()
|
D | opus_encoder.c | 962 ALLOC_STACK; in opus_encode_native() 1944 ALLOC_STACK; in opus_encode_float() 1991 ALLOC_STACK; in opus_encode()
|
D | opus_multistream_encoder.c | 697 ALLOC_STACK; in opus_multistream_encode_native()
|
/external/v8/test/mjsunit/asm/sqlite3/ |
D | sqlite-change-heap.js | 1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
|
D | sqlite-pointer-masking.js | 1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
|
D | sqlite.js | 1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
|
D | sqlite-safe-heap.js | 1 …DYNAMIC=3;var ALLOC_NONE=4;Module["ALLOC_NORMAL"]=ALLOC_NORMAL;Module["ALLOC_STACK"]=ALLOC_STACK;M…
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | copy.js | 691 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);
|
D | primes.js | 691 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);
|
D | corrections.js | 691 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);
|
D | memops.js | 691 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);
|
D | fannkuch.js | 722 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);
|
D | fasta.js | 701 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);
|
D | zlib.js | 691 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);
|
D | box2d.js | 692 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);
|