HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 176 - 200 of 636) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libffi/src/m32r/
ffi.c 32 /* ffi_prep_args is called by the assembly routine once stack
35 void ffi_prep_args(char *stack, extended_cif *ecif)
45 argp = stack;
  /external/openssl/crypto/perlasm/
x86nasm.pl 105 $::stack=4;
109 { $::stack=0;
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 73 section .note.GNU-stack noalloc noexec nowrite progbits
x86_main.asm 74 section .note.GNU-stack noalloc noexec nowrite progbits
  /external/speex/libspeex/
lsp.c 144 char *stack
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack)
219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack)
325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */
364 psumm=cheb_poly_eva(pt,xm,m,stack);
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
vq_sse.h 36 void vq_nbest(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
cb_search_sse.h 54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack)
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack)
vq_arm4.h 36 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/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 171 stack = self.relative_output_filename(filename, "-stack.txt")
172 return "<strong>%s</strong> <a href=%s>stack</a>" % (self.message(),
173 stack)
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java 101 * Message compose buffer stack.
1057 private LengthRecordNode stack = null; field in class:PduComposer.BufferStack
    [all...]
  /build/core/
armelflib.x 163 /DISCARD/ : { *(.note.GNU-stack) *(.comment*) *(.stack*) *(.shstrtab) }
  /external/bison/data/
lalr1.cc 48 #include "stack.hh"
183 /// State stack type.
184 typedef stack<state_type> state_stack_type;
185 /// Semantic value stack type.
186 typedef stack<semantic_type> semantic_stack_type;
187 /// location stack type.
188 typedef stack<location_type> location_stack_type;
190 /// The state stack.
192 /// The semantic value stack.
194 /// The location stack
    [all...]
  /external/freetype/src/cff/
cffgload.h 125 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 32 import gov.nist.javax.sip.stack.*;
37 * Implements all the support classes that are necessary for the nist-sip stack
38 * on which the jain-sip stack has been based. This is a mapping class to map
42 * messageChannel, the NIST-SIP stack calls the SIPStackMessageFactory
92 * Generate a new server response for the stack.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 29 package gov.nist.javax.sip.stack;
MessageLog.java 30 package gov.nist.javax.sip.stack;
66 * @see gov.nist.javax.sip.stack.LogRecord#equals(java.lang.Object)
142 * @see gov.nist.javax.sip.stack.LogRecord#toString()
  /external/v8/test/cctest/
test-log-stack-tracer.cc 51 // sp is only used to define stack high bound
134 // on stack. In 64-bit mode we can't use Smi operations code because
295 // Stack sampling will start from the first JS function, i.e. "JSFuncDoTrace"
297 sample.stack[0]);
299 sample.stack[1]);
322 // Stack sampling will start from the caller of JSFuncDoTrace, i.e. "JSTrace"
324 sample.stack[0]);
326 sample.stack[1]);
  /external/webkit/WebKitTools/Scripts/
run-leaks 131 # Call stack: leak_caller() | leak() | malloc
177 "callStack" => "", # The leaks tool sometimes omits the call stack.
183 if ($line =~ /Call stack:/) {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 144 .stack 0 :
146 *(.stack)
armelf.xu 145 .stack 0 :
147 *(.stack)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 146 .stack 0 :
148 *(.stack)
armelf.xu 147 .stack 0 :
149 *(.stack)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr 146 .stack 0 :
148 *(.stack)

Completed in 1154 milliseconds

1 2 3 4 5 6 78 91011>>