| /external/openssl/ssl/ |
| ssl_cert.c | 646 * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed; 648 * for a stack of CAs is to send it to the client). Actually, it doesn't have 651 * \return a ::STACK containing the certs. 715 * Add a file of certs to a stack. 716 * \param stack the stack to add to. 718 * already in the stack will be added. 720 * certs may have been added to \c stack. 723 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, 732 oldcmp=sk_X509_NAME_set_cmp_func(stack,xname_cmp) [all...] |
| /external/speex/libspeex/ |
| filters.c | 319 void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) 339 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) 359 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) 379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) 386 iir_mem16(xx, ak, y, N, ord, mem, stack); 389 filter_mem16(y, awk1, awk2, y, N, ord, mem, stack); 391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) 398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack); 401 fir_mem16(y, awk2, y, N, ord, mem, stack); 406 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) [all...] |
| /external/v8/test/mjsunit/tools/ |
| profile.js | 32 function stackToString(stack) { 33 return stack.join(' -> '); 88 // Stack looks like this: [pc, caller, ..., main]. 191 var stack = stackToString(path); 192 assertNotNull(node, 'node not found: ' + stack); 193 assertEquals(selfTicks, node.selfWeight, 'self of ' + stack); 194 assertEquals(totalTicks, node.totalWeight, 'total of ' + stack); 243 // Only count each function in the stack once.
|
| /external/libvpx/vp8/encoder/arm/neon/ |
| vp8_subpixelvariance16x16_neon.asm | 22 ; stack(r4) unsigned char *dst_ptr, 23 ; stack(r5) int dst_pixels_per_line, 24 ; stack(r6) unsigned int *sse 31 ldr r4, [sp, #16] ;load *dst_ptr from stack 32 ldr r5, [sp, #20] ;load dst_pixels_per_line from stack 33 ldr r6, [sp, #24] ;load *sse from stack 46 sub sp, sp, #272 ;reserve space on stack for temporary storage 237 sub sp, sp, #528 ;reserve space on stack for temporary storage 306 sub sp, sp, #528 ;reserve space on stack for temporary storage
|
| vp8_subpixelvariance16x16s_neon.asm | 36 ldr lr, [sp, #4] ;load *sse from stack 138 ldr lr, [sp, #4] ;load *sse from stack 233 ldr lr, [sp, #4] ;load *sse from stack 342 ; stack unsigned char *dst_ptr, 343 ; stack int dst_pixels_per_line, 344 ; stack unsigned int *sse 353 ldr r4, [sp, #8] ;load *dst_ptr from stack 354 ldr r12, [sp, #12] ;load dst_pixels_per_line from stack 355 ldr lr, [sp, #16] ;load *sse from stack 364 sub sp, sp, #256 ;reserve space on stack for temporary storag [all...] |
| /external/freetype/src/psaux/ |
| t1decode.c | 385 /* compute random seed from stack address of parameter */ 395 decoder->top = decoder->stack; 445 FT_TRACE5(( " (%d)", decoder->top - decoder->stack )); 659 /* Push value on stack, or process operator */ 664 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS ) 666 FT_ERROR(( "t1_decoder_parse_charstrings: stack overflow\n" )); 691 if ( top - decoder->stack < 2 ) 701 /* remove all operands to callothersubr from the stack */ 704 /* arguments, we increase the stack by the value of */ 708 /* stack pointer as necessary * [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/ |
| SipProviderImpl.java | 39 import gov.nist.javax.sip.stack.HopImpl; 40 import gov.nist.javax.sip.stack.MessageChannel; 41 import gov.nist.javax.sip.stack.SIPClientTransaction; 42 import gov.nist.javax.sip.stack.SIPDialog; 43 import gov.nist.javax.sip.stack.SIPDialogErrorEvent; 44 import gov.nist.javax.sip.stack.SIPDialogEventListener; 45 import gov.nist.javax.sip.stack.SIPServerTransaction; 46 import gov.nist.javax.sip.stack.SIPTransaction; 47 import gov.nist.javax.sip.stack.SIPTransactionErrorEvent; 48 import gov.nist.javax.sip.stack.SIPTransactionEventListener [all...] |
| /frameworks/base/tools/aapt/ |
| XMLNode.cpp | [all...] |
| /build/core/ |
| armelf.x | 192 into a random section. If _stack is not absolutely with .stack section, 197 .stack 0x80000 : 200 *(.stack) 203 /DISCARD/ : { *(.note.GNU-stack) }
|
| /external/libvpx/vp8/common/arm/neon/ |
| bilinearpredict4x4_neon.asm | 23 ; stack(lr) int dst_pitch 29 ldr r4, [sp, #8] ;load parameters from stack 30 ldr lr, [sp, #12] ;load parameters from stack
|
| bilinearpredict8x4_neon.asm | 23 ; stack(lr) int dst_pitch 29 ldr r4, [sp, #8] ;load parameters from stack 30 ldr lr, [sp, #12] ;load parameters from stack
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| replace.h | 243 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local 247 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0) 305 // if state is final, pop up stack 306 const StackPrefix& stack = stackprefix_array_[tuple.prefix_id]; local 307 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) { 308 int prefix_id = PopPrefix(stack); 309 const PrefixTuple& top = stack.Top(); 386 // \brief Tuple of fst_id and destination state (entry in stack prefix) 395 // \brief Container for stack prefix. 427 // \brief Compare two stack prefix classes for equalit [all...] |
| /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
| armelf.x | 194 .stack 0x80000 : 197 *(.stack) 201 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xbn | 194 .stack 0x80000 : 197 *(.stack) 201 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xc | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xn | 194 .stack 0x80000 : 197 *(.stack) 201 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xs | 187 .stack 0x80000 : 190 *(.stack) 194 /DISCARD/ : { *(.note.GNU-stack) }
|
| armelf.xw | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) }
|
| /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/ |
| armelf.x | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| armelf.xbn | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| armelf.xc | 204 .stack 0x80000 : 207 *(.stack) 211 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| armelf.xn | 199 .stack 0x80000 : 202 *(.stack) 206 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| armelf.xs | 192 .stack 0x80000 : 195 *(.stack) 199 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| armelf.xsc | 197 .stack 0x80000 : 200 *(.stack) 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| armelf.xsw | 197 .stack 0x80000 : 200 *(.stack) 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|