Searched
refs:stack (Results
451 -
475 of
636) sorted by null
<<11121314151617181920>>
| /external/openssl/crypto/bn/asm/ |
| pa-risc2W.s | 43 ; Stack pointer ; r30 (sp) 137 STD w,56(%sp) ; store w on stack 140 LDO 128(%sp),%sp ; bump stack 305 STD w,56(%sp) ; w on stack 308 LDO 128(%sp),%sp ; bump stack 461 LDO 128(%sp),%sp ; bump stack 797 STD %r3,-280(%r30) ; "d" to stack [all...] |
| /external/wpa_supplicant/ |
| tls_openssl.c | 1164 STACK_OF(X509_INFO) *stack = NULL; 1167 stack = PEM_X509_INFO_read_bio(bio, NULL, NULL, NULL); 1170 if (!stack) { 1173 for (i = 0; i < sk_X509_INFO_num(stack); ++i) { 1174 X509_INFO *info = sk_X509_INFO_value(stack, i); 1182 sk_X509_INFO_pop_free(stack, X509_INFO_free); [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
| tls_openssl.c | 1146 STACK_OF(X509_INFO) *stack = NULL; 1149 stack = PEM_X509_INFO_read_bio(bio, NULL, NULL, NULL); 1152 if (!stack) { 1155 for (i = 0; i < sk_X509_INFO_num(stack); ++i) { 1156 X509_INFO *info = sk_X509_INFO_value(stack, i); 1164 sk_X509_INFO_pop_free(stack, X509_INFO_free); [all...] |
| /dalvik/vm/compiler/template/out/ |
| CompilerTemplateAsm-armv5te.S | 48 Stack is "full descending". Only the arguments that don't fit in the first 4 49 registers are placed on the stack. "sp" points at the first stacked argument 88 * Given a frame pointer, find the stack save area. 174 * Unwind a frame from the Dalvik stack for compiled OP_RETURN_XXX. 240 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area 242 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area 246 bxlo lr @ return to raise stack overflow excep. 302 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area 304 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area 309 bxlo r12 @ return to raise stack overflow excep [all...] |
| /external/libffi/src/mips/ |
| o32.S | 72 SUBU $sp, v0 # move the stack pointer to reflect the 179 ADDU $sp, SIZEOF_FRAME # Fix stack pointer 188 stack, then calls ffi_closure_mips_inner_O32, which 191 Stack layout:
|
| /external/libvpx/vp8/common/arm/neon/ |
| sixtappredict16x16_neon.asm | 23 ; stack(r5) int dst_pitch 37 ldr r4, [sp, #12] ;load parameters from stack 38 ldr r5, [sp, #16] ;load parameters from stack 51 sub sp, sp, #336 ;reserve space on stack for temporary storage
|
| /external/openssl/crypto/ |
| install.com | 49 BUFFER,BIO,STACK,LHASH,RAND,ERR,- 86 $ EXHEADER_STACK := stack.h,safestack.h
|
| /external/qemu/ |
| ia64.ld | 208 /DISCARD/ : { *(.note.GNU-stack) }
|
| ppc.ld | 226 /DISCARD/ : { *(.note.GNU-stack) }
|
| /external/v8/ |
| Android.v8common.mk | 52 src/regexp-stack.cc \
|
| /external/v8/test/mjsunit/ |
| debug-evaluate.js | 82 // Test evaluation of a in the stack frames and the global context.
|
| fuzz-natives.js | 116 // These functions use pseudo-stack-pointers and are not robust
|
| /external/webkit/WebCore/bindings/v8/ |
| SerializedScriptValue.cpp | 255 // Link to the next state to form a stack. 299 // Helper to clean up the state stack in case of errors. 302 explicit StackCleaner(StateBase** stack) : m_stack(stack)
|
| /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/ |
| elf_i386.x | 188 /DISCARD/ : { *(.note.GNU-stack) }
|
| elf_i386.xbn | 186 /DISCARD/ : { *(.note.GNU-stack) }
|
| elf_i386.xd | 188 /DISCARD/ : { *(.note.GNU-stack) }
|
| elf_i386.xn | 188 /DISCARD/ : { *(.note.GNU-stack) }
|
| elf_i386.xs | 181 /DISCARD/ : { *(.note.GNU-stack) }
|
| /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/ |
| shelf_linux.x | 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xbn | 202 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xc | 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xd | 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xn | 204 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xs | 194 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
| shelf_linux.xw | 210 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) }
|
Completed in 1277 milliseconds
<<11121314151617181920>>