HomeSort by relevance Sort by last modified time
    Searched refs:STACK (Results 1 - 24 of 24) sorted by null

  /external/arm-neon-tests/
Init.s 39 ; Initialise Supervisor Mode Stack
40 ; Note stack must be 8 byte aligned.
43 IMPORT ||Image$$STACK$$ZI$$Limit|| ; Linker symbol from scatter file
44 LDR SP, =||Image$$STACK$$ZI$$Limit||
  /external/compiler-rt/test/msan/
chained_origin_limits.cc 13 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
18 // Stack origin.
28 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
44 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
50 // Stack origin, with calls.
60 // RUN: FileCheck %s --check-prefix=CHECK-PER-STACK < %t.out
73 #ifdef STACK
150 // CHECK-PER-STACK: WARNING: MemorySanitizer: use-of-uninitialized-value
151 // CHECK-PER-STACK: Uninitialized value was stored to memory at
152 // CHECK-PER-STACK: in fn
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 93 /* Allocate memory for the regex stack on the real machine stack.
97 /* Growth rate for stack allocated by the OS. Should be the multiply
140 '(' matching path (pushing arguments to the stack)
142 ')' matching path (pushing arguments to the stack)
155 code paths. In this way the topmost value on the stack is always belong
158 the matching path eventually. Otherwise it needs to clear out its own stack
163 Saved stack frames:
170 The stack frames are stored in a chain list, and have the following format:
173 Thus we can restore the private data to a particular point in the stack
178 struct sljit_stack *stack; member in struct:jit_arguments
9477 int stack; \/* Also contains the offset of control head. *\/ local
    [all...]
  /external/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
278 # It must move the parameters passed in registers to their stack location,
285 # copy register arguments onto stack
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 6 #define STACK 0
32 ;;; It must move the parameters passed in registers to their stack location,
36 ;; copy register arguments onto stack
73 mov rdx, rsp ; stack is second parameter
84 ;; copy registers onto stack
103 mov QWORD PTR STACK[rbp], rax
106 mov rcx, QWORD PTR STACK[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
253 # It must move the parameters passed in registers to their stack location,
259 # copy register arguments onto stack
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 294 STACK = stack_st
296 ('sk', POINTER(STACK)),
631 ('attributes', POINTER(STACK)),
909 ('x509_chain', POINTER(STACK)),
940 ('auth_attr', POINTER(STACK)),
943 ('unauth_attr', POINTER(STACK)),
967 ('md_algs', POINTER(STACK)),
968 ('cert', POINTER(STACK)),
969 ('crl', POINTER(STACK)),
970 ('signer_info', POINTER(STACK)),
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 294 STACK = stack_st
296 ('sk', POINTER(STACK)),
631 ('attributes', POINTER(STACK)),
909 ('x509_chain', POINTER(STACK)),
940 ('auth_attr', POINTER(STACK)),
943 ('unauth_attr', POINTER(STACK)),
967 ('md_algs', POINTER(STACK)),
968 ('cert', POINTER(STACK)),
969 ('crl', POINTER(STACK)),
970 ('signer_info', POINTER(STACK)),
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 294 STACK = stack_st
296 ('sk', POINTER(STACK)),
631 ('attributes', POINTER(STACK)),
909 ('x509_chain', POINTER(STACK)),
940 ('auth_attr', POINTER(STACK)),
943 ('unauth_attr', POINTER(STACK)),
967 ('md_algs', POINTER(STACK)),
968 ('cert', POINTER(STACK)),
969 ('crl', POINTER(STACK)),
970 ('signer_info', POINTER(STACK)),
    [all...]
  /external/v8/src/debug/
debug-scopes.h 18 // Iterate over the actual scopes visible from a stack frame or from a closure.
68 // scope that are available on the stack, or all variables.
69 enum class Mode { STACK, ALL };
debug-scopes.cc 169 // completely stack allocated scopes or stack allocated locals.
170 // Or it could be due to stack overflow.
677 if (mode == Mode::STACK) continue;
687 if (mode == Mode::STACK) continue;
717 if (mode == Mode::STACK && Type() == ScopeTypeLocal) {
815 // Set the variable on the stack.
debug-evaluate.cc 184 // - To make stack-allocated variables visible, we materialize them and
195 // - Look up in the materialized stack variables.
203 scope_iterator_.DeclaresLocals(ScopeIterator::Mode::STACK)) {
205 scope_iterator_.ScopeObject(ScopeIterator::Mode::STACK);
    [all...]
  /external/v8/src/objects/
scope-info.h 31 // at runtime (stack dumps, deoptimization, etc.).
64 // Does this scope declare a "this" binding, and the "this" binding is stack-
225 // context or stack slot index for the variable.
230 // b. The context or stack slot index for the variable.
271 enum VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED };
scope-info.cc 68 // Stack allocated block scope variables are allocated in the parent
100 receiver_info = STACK;
123 function_name_info = STACK;
139 const bool has_receiver = receiver_info == STACK || receiver_info == CONTEXT;
241 // slot. All lower parameters will only be available on the stack through
511 return allocation == STACK || allocation == CONTEXT;
856 case ScopeInfo::VariableAllocationInfo::STACK:
857 return os << "STACK";
    [all...]
  /external/curl/docs/examples/
Makefile.netware 60 STACK = 8192
339 ifdef STACK
340 @echo $(DL)stack $(STACK)$(DL) >> $@
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c 1012 /* disable stack trace collection */
1078 /* disable stack trace collection */
    [all...]
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 55 @ STACK : pred stride,
66 @ Stack Usage : 40 bytes
87 @STACk :pred stride
96 add r11, sp, #40 @decrement stack pointer,to accomodate two variables
253 @ STACK : pred stride,
264 @ Stack Usage : 40 bytes
284 @STACk :pred stride
293 add r11, sp, #40 @decrement stack pointer,to accomodate two variables
447 @ STACk : u4_qbits
453 @ Stack Usage : 0 byte
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 49 ; Define the data length that we saved on the stack top
110 ; No memory available, stack is hard-coded and used for return address
152 ; esp -> stack with paramters
294 ; Enable FSP STACK
307 ; Save API entry/exit timestamp into stack
320 ; Terminator for the data on stack
343 ; region specified by the boot loader and also setup a temporary stack to be
478 ; Stack must be ready
514 ; FspInit and FspMemoryInit APIs, setup the initial stack frame
531 ; Create a Task Frame in the stack for the Boot Loader
    [all...]
FspApiEntry.s 225 # Define the data length that we saved on the stack top
262 # No memory available, stack is hard-coded and used for return address
307 # esp -> stack with paramters
487 # Enable FSP STACK
500 # Save API entry/exit timestamp into stack
513 # Terminator for the data on stack
534 # region specified by the boot loader and also setup a temporary stack to be
692 # Stack must be ready
727 # FspInit and FspMemoryInit APIs, setup the initial stack frame
744 # Create a Task Frame in the stack for the Boot Loader
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 354 ; reserve stack space
541 ; TRANSPOSED DATA AVAILABLE ON THE STACK
778 ; free stack space
  /dalvik/dx/etc/
jasmin.jar 
  /external/guice/lib/build/
asm-6.0.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 860 milliseconds