HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 651 - 675 of 965) sorted by null

<<21222324252627282930>>

  /external/dbus/bus/
config-parser.c 88 DBusList *stack; /**< stack of Element */ member in struct:BusConfigParser
110 DBusList *included_files; /**< Included files stack */
136 if (!_dbus_list_append (&parser->stack, e))
161 e = _dbus_list_pop_last (&parser->stack);
171 e = _dbus_list_get_last (&parser->stack);
181 e = _dbus_list_get_last (&parser->stack);
485 while (parser->stack != NULL)
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 49 ; Stack pointer ; r30 (sp)
64 ; is passed on the stack at a delta of -56 from the top of stack
148 LDO 128(%sp),%sp ; bump stack
298 ; w on stack at -56(sp)
318 LDO 128(%sp),%sp ; bump stack
472 LDO 128(%sp),%sp ; bump stack
    [all...]
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/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c 66 /* Call f(arg1), but first switch stacks, using 'stack' as the new
67 stack, and use 'retaddr' as f's return-to address. Also, clear all
70 void ML_(call_on_new_stack_0_1) ( Addr stack,
74 // r0 = stack
82 " mov sp,r0\n\t" /* Stack pointer */
108 void* stack,
118 /*Setup child stack */
123 /* r1 (arg2) is already our child's stack */
156 1. allocate a ThreadId+ThreadState+stack for the the thread
161 but using the scheduler entrypoint for IP, and a separate stack
176 UWord *stack; local
    [all...]
syswrap-x86-linux.c 70 /* Call f(arg1), but first switch stacks, using 'stack' as the new
71 stack, and use 'retaddr' as f's return-to address. Also, clear all
74 void ML_(call_on_new_stack_0_1) ( Addr stack,
78 // 4(%esp) == stack
86 " movl %esp, %esi\n" // remember old stack pointer
87 " movl 4(%esi), %esp\n" // set stack
88 " pushl 16(%esi)\n" // arg1 to stack
89 " pushl 8(%esi)\n" // retaddr to stack
90 " pushl 12(%esi)\n" // f to stack
136 void* stack,
217 UWord* stack; local
    [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...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 6 #include <stack>
104 std::stack<int> index_stack;
121 // current state onto the stack.
128 DCHECK(index_stack.empty()); // Nothing should be left on the stack.
  /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/libvpx/vp8/encoder/arm/armv6/
vp8_variance8x8_armv6.asm 22 ; stack unsigned int *sse
  /external/qemu/
ia64.ld 208 /DISCARD/ : { *(.note.GNU-stack) }
ppc.ld 226 /DISCARD/ : { *(.note.GNU-stack) }
  /external/v8/
Android.v8common.mk 70 src/regexp-stack.cc \
  /external/v8/src/
parser.h 384 // Linked list implementation of stack of states.
524 Expression* ParseNewPrefix(PositionStack* stack, bool* ok);
525 Expression* ParseMemberWithNewPrefixesExpression(PositionStack* stack,
585 // BUG 1215673: Find a thread safe way to set a stack limit in
  /external/v8/test/mjsunit/
debug-evaluate.js 82 // Test evaluation of a in the stack frames and the global context.
debug-liveedit-patch-positions-replace.js 33 // object to be introduced; the function happens to be on stack at this moment;
  /external/v8/test/mjsunit/regress/
regress-969.js 31 // Bug 989 is that there was an extra value on the expression stack when
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 321 stmfd SP!,{LR} @ store return address on stack
348 ldmfd SP!,{LR} @ restore return address from stack
378 stmfd SP!,{r10,LR} @ store return address on stack
393 ldmfd SP!,{r10,LR} @ restore return address from stack
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 198 stack empty
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.x 223 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf_linux_eabi.xbn 221 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf_linux_eabi.xc 226 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf_linux_eabi.xd 223 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }
armelf_linux_eabi.xdc 226 /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) }

Completed in 1025 milliseconds

<<21222324252627282930>>