/external/speex/libspeex/ |
sb_celp.c | 54 /* Default size for the encoder and decoder stack (can be changed at compile time). 206 st->stack = NULL; 208 /*st->stack = (char*)speex_alloc_scratch(SB_ENC_STACK);*/ 209 speex_encoder_ctl(st->st_low, SPEEX_GET_STACK, &st->stack); 270 VALGRIND_MAKE_READABLE(st, (st->stack-(char*)st)); 281 /*speex_free_scratch(st->stack);*/ 308 char *stack; local 332 stack=st->stack; 339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack); 879 char *stack; local [all...] |
cb_search.c | 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) 111 char *stack, 153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack); 253 char *stack, 297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target); 351 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); [all...] |
vq_bfin.h | 37 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
|
/external/valgrind/main/memcheck/tests/darwin/ |
scalar.stderr.exp | 24 Address 0x........ is not stack'd, malloc'd or (recently) free'd 40 Address 0x........ is not stack'd, malloc'd or (recently) free'd 53 Address 0x........ is not stack'd, malloc'd or (recently) free'd 84 Address 0x........ is not stack'd, malloc'd or (recently) free'd 88 Address 0x........ is not stack'd, malloc'd or (recently) free'd 104 Address 0x........ is not stack'd, malloc'd or (recently) free'd 108 Address 0x........ is not stack'd, malloc'd or (recently) free'd 118 Address 0x........ is not stack'd, malloc'd or (recently) free'd 131 Address 0x........ is not stack'd, malloc'd or (recently) free'd 153 Address 0x........ is not stack'd, malloc'd or (recently) free' [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3collections.c | 79 // Interface functions for Stack 81 static void antlr3StackFree (pANTLR3_STACK stack); 82 static void * antlr3StackPop (pANTLR3_STACK stack); 83 static void * antlr3StackGet (pANTLR3_STACK stack, ANTLR3_INTKEY key); 84 static ANTLR3_BOOLEAN antlr3StackPush (pANTLR3_STACK stack, void * element, void (ANTLR3_CDECL *freeptr)(void *)); 85 static ANTLR3_UINT32 antlr3StackSize (pANTLR3_STACK stack); 86 static void * antlr3StackPeek (pANTLR3_STACK stack); 966 pANTLR3_STACK stack; local 970 stack = (pANTLR3_STACK)ANTLR3_MALLOC((size_t)sizeof(ANTLR3_STACK)); 972 if (stack == NULL [all...] |
/bionic/libc/arch-mips/bionic/ |
__bionic_clone.S | 39 # set up child stack
|
/bionic/libc/arch-x86_64/bionic/ |
__bionic_clone.S | 33 # Copy 'fn' and 'arg' onto the child stack. 66 # with the arguments from the child stack moved into
|
/external/chromium_org/build/ |
precompile.h | 105 #include <stack>
|
/external/chromium_org/content/shell/tools/ |
breakpad_integration_test.py | 10 well as that the tools can symbolize a stack trace.""" 113 stack = proc.communicate()[0] 115 # Check whether the stack contains a CrashIntentionally symbol. 116 found_symbol = 'CrashIntentionally' in stack 121 print stack 122 failure = 'Found unexpected reference to CrashIntentionally in stack' 127 print stack 128 failure = 'Could not find reference to CrashIntentionally in stack.'
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
SizesCalcParser.h | 49 bool handleOperator(Vector<MediaQueryToken>& stack, const MediaQueryToken&);
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stack_trace_table.cc | 48 if (this->trace.stack[i] != t.stack[i]) { 75 h += reinterpret_cast<uintptr_t>(t.stack[i]); 119 "tcmalloc: allocation failed for stack traces", 133 out[idx++] = b->trace.stack[d];
|
stacktrace.cc | 33 // Produce stack trace. 35 // There are three different ways we can try to get the stack trace: 37 // 1) Our hand-coded stack-unwinder. This depends on a certain stack 109 # error Cannot calculate stack trace: will need to write for your environment
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stack_trace_table.cc | 48 if (this->trace.stack[i] != t.stack[i]) { 75 h += reinterpret_cast<uintptr_t>(t.stack[i]); 119 "tcmalloc: allocation failed for stack traces", 133 out[idx++] = b->trace.stack[d];
|
stacktrace.cc | 33 // Produce stack trace. 35 // There are three different ways we can try to get the stack trace: 37 // 1) Our hand-coded stack-unwinder. This depends on a certain stack 109 # error Cannot calculate stack trace: will need to write for your environment
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
asm_defines.h | 15 .section .note.GNU-stack,"",%progbits
|
/external/chromium_org/webkit/browser/fileapi/ |
remove_operation_delegate.h | 8 #include <stack>
|
/external/compiler-rt/lib/asan/ |
asan_win.cc | 81 void ReadContextStack(void *context, uptr *stack, uptr *ssize) {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_suppressions.cc | 124 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { 126 if (!g_ctx->SuppressionCount() || stack == 0 || !stack->suppressable) 132 for (const ReportStack *frame = stack; frame; frame = frame->next) {
|
/external/freetype/src/cff/ |
cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|
/external/libunwind/tests/ |
ia64-test-readonly-asm.S | 53 /* We do not need executable stack. */ 54 .section .note.GNU-stack,"",@progbits
|
/external/llvm/test/MC/ELF/ |
basic-elf-32.s | 31 .section .note.GNU-stack,"",@progbits
|
basic-elf-64.s | 31 .section .note.GNU-stack,"",@progbits
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultMessageLogFactory.java | 1 package gov.nist.javax.sip.stack; 7 * The Default Message log factory. This can be replaced as a stack
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cffparse.h | 44 FT_Byte* stack[CFF_MAX_STACK_DEPTH + 1]; member in struct:CFF_ParserRec_
|