HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 401 - 425 of 2132) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Modules/_ctypes/libffi/src/vax/
ffi.c 48 void *ffi_prep_args (extended_cif *ecif, void *stack);
51 ffi_prep_args (extended_cif *ecif, void *stack)
59 argp = stack;
226 ffi_closure_elfbsd_inner (ffi_closure *closure, void *resp, char *stack)
234 ffi_prep_closure_elfbsd (cif, arg_area, stack);
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.c 36 /* ffi_prep_args is called by the assembly routine once stack space
40 void ffi_prep_args(char *stack, extended_cif *ecif)
48 argp = stack;
192 /* I think calculating the real stack pointer delta is not useful
199 static void ffi_prep_incoming_args_SYSV (char *stack, void **ret,
214 * value on the stack; and if the function returns
228 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue,
237 argp = stack;
  /external/python/cpython3/Lib/
getpass.py 45 with contextlib.ExitStack() as stack:
50 stack.enter_context(tty)
52 stack.enter_context(input)
57 stack.close()
90 stack.close()
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 48 // Identify Stack
76 // Add stack of primary stack to StackBase
84 // Set Primary Stack ((StackBase + PrimaryStackSize) + (SecondaryCoresCount * SecondaryCoreStackSize))
110 // Get Secondary Core Position. We should get consecutive secondary stack number from 1...(CoreCount-1)
115 // Compute top of the secondary stack
118 // Set stack
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 7 @ the stack pointer. This is required for the function that will change
8 @ the stack pointer out of the function prologue. If the exception is thrown,
9 @ then libunwind will reconstruct the stack pointer from the frame pointer.
11 @ (i) the unwind opcode to copy stack offset from the other register, and
12 @ (ii) the unwind opcode to add or subtract the stack offset.
43 @ The assembler should emit 0x9B to copy stack pointer from r11.
85 @ The assembler should emit 0x9B to copy stack pointer from r11.
128 @ The assembler should emit 0x9B to copy stack pointer from r11.
171 @ The assembler should emit 0x9B to copy stack pointer from r11.
229 @ The assembler should emit 0x9B to copy stack pointer from r11
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
eh-directive-setfp.s 7 @ the stack pointer. This is required for the function that will change
8 @ the stack pointer out of the function prologue. If the exception is thrown,
9 @ then libunwind will reconstruct the stack pointer from the frame pointer.
11 @ (i) the unwind opcode to copy stack offset from the other register, and
12 @ (ii) the unwind opcode to add or subtract the stack offset.
43 @ The assembler should emit 0x9B to copy stack pointer from r11.
85 @ The assembler should emit 0x9B to copy stack pointer from r11.
128 @ The assembler should emit 0x9B to copy stack pointer from r11.
171 @ The assembler should emit 0x9B to copy stack pointer from r11.
229 @ The assembler should emit 0x9B to copy stack pointer from r11
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 164 struct stack *decl_stack;
170 struct stack { struct
171 void **stack; member in struct:stack
409 static int stack_destroy(struct stack **stack)
411 if (stack == NULL || *stack == NULL) {
415 free((*stack)->stack);
416 free(*stack);
1266 struct stack *stack = NULL; local
1725 struct stack *stack = NULL; local
3795 struct stack *stack = NULL; local
3863 struct stack *stack = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 76 mov %esp,0x0 # save stack top
77 mov $0x0,%esp # switch to debugger stack
92 ## At this point, the stub has saved the current application stack esp into AppEsp
93 ## and switched stacks to the debug stack, where it pushed the vector number
95 ## The application stack looks like this:
98 ## (last application stack entry)
107 ## The stub switched us to the debug stack and pushed the interrupt number.
109 ## Next, construct the context record. It will be build on the debug stack by
111 ## on the debug stack. The context record must be built from the end back to the
112 ## beginning because the stack grows down...
    [all...]
AsmFuncs.asm 64 ;; The declarations below define the memory region that will be used for the debug stack.
65 ;; The context record will be built by pushing register values onto this stack.
69 ;; The stub will switch stacks from the application stack to the debuger stack
72 ;; Then we building the context record on the stack. Since the stack grows down,
74 ;; are 132 bytes of stack used prior allocating the 512 bytes of stack to be
79 ;; We carefully locate the stack to make this happen.
98 dd 1ffdh dup (000000000h) ;; 32K should be enough stack
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 62 ;; The declarations below define the memory region that will be used for the debug stack.
63 ;; The context record will be built by pushing register values onto this stack.
67 ;; The stub will switch stacks from the application stack to the debuger stack
70 ;; Then we building the context record on the stack. Since the stack grows down,
72 ;; are 336 bytes of stack used prior allocating the 512 bytes of stack to be
77 ;; We carefully locate the stack to make this happen.
96 dd 1ffch dup (000000000h) ;; 32K should be enough stack
    [all...]
  /external/autotest/tko/parsers/
version_1.py 321 stack = status_lib.status_stack()
354 if stack.size() == 0:
356 # We have status lines left on the stack;
368 for i in reversed(xrange(stack.size())):
398 expected_indent = stack.size()
404 buffer, raw_line, stack.size() - 1, subdir_stack[-1],
415 stack.start()
421 min_stack_size = stack.size()
433 elif stack.size() == min_stack_size + 1 and not running_test:
466 if line.subdir and stack.size() > min_stack_size
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 3 // Use ARMv6 instruction to operate on a single stack
21 This is the stack constructed by the exception handler (low address to high address)
97 srsfd #0x13! ; Store return state on SVC stack
98 cpsid f, #0x13 ; Switch to SVC for common stack
109 srsfd #0x13! ; Store return state on SVC stack
121 srsfd #0x13! ; Store return state on SVC stack
122 cpsid f, #0x13 ; Switch to SVC for common stack
133 srsfd #0x13! ; Store return state on SVC stack
134 cpsid f, #0x13 ; Switch to SVC for common stack
144 srsfd #0x13! ; Store return state on SVC stack
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 651 SmallVector<uintptr_t,20> stack; member in class:llvm::ImutAVLTreeGenericIterator
660 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root));
664 assert(!stack.empty());
665 return *reinterpret_cast<TreeTy *>(stack.back() & ~Flags);
670 assert(!stack.empty());
671 return stack.back() & Flags;
675 bool atEnd() const { return stack.empty(); }
678 return stack.size() == 1 && getVisitState() == VisitedNone;
682 assert(!stack.empty());
683 stack.pop_back()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ImmutableSet.h 653 SmallVector<uintptr_t,20> stack; member in class:llvm::ImutAVLTreeGenericIterator
663 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root));
667 assert(!stack.empty());
668 return *reinterpret_cast<TreeTy *>(stack.back() & ~Flags);
673 assert(!stack.empty());
674 return stack.back() & Flags;
677 bool atEnd() const { return stack.empty(); }
680 return stack.size() == 1 && getVisitState() == VisitedNone;
684 assert(!stack.empty());
685 stack.pop_back()
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 80 #define TUPLE1 '\x85' /* build 1-tuple from stack top */
81 #define TUPLE2 '\x86' /* build 2-tuple from two topmost stack items */
82 #define TUPLE3 '\x87' /* build 3-tuple from three topmost stack items */
188 PyErr_SetString(UnpicklingError, "unpickling stack underflow");
241 * must be an lvalue holding PyObject*. On stack underflow, UnpicklingError
254 * D. If the Pdata stack can't be grown to hold the new value, both
256 * of O after: _PUSH transfers ownership of O from the caller to the stack
261 /* Push O on stack D, giving ownership of O to the stack. */
271 /* Push O on stack D, pushing a new reference. *
370 Pdata *stack; member in struct:Unpicklerobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 165 stack = []
174 if not stack:
176 elif stack[-1][0] != kw2:
179 del stack[-1:]
180 self.putline(line, len(stack))
187 self.putline(line, len(stack))
188 stack.append((kw, kw))
191 if next.has_key(kw) and stack:
192 self.putline(line, len(stack)-1)
193 kwa, kwb = stack[-1]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_oa.py 183 stack = []
188 stack.append(token)
189 while stack and stack[-1] in ops:
190 op = stack.pop()
194 operand = stack.pop()
208 stack.append(tmp)
210 if len(stack) != 1:
215 value = stack[-1]
226 stack = [
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 141 * Constructs an "illegal top-of-stack" exception, for the stack
145 return new SimException("stack mismatch: illegal " +
146 "top-of-stack for opcode");
159 * to the actual array present on the stack, as long as what is
164 * actually present on the stack.</p>
166 * <p>In the case where there is a known-null on the stack where
184 * stack; is either an array type or a known-null
396 * over one extra stack slot to find the array.
398 ExecutionStack stack = frame.getStack() local
421 ExecutionStack stack = frame.getStack(); local
453 ExecutionStack stack = frame.getStack(); local
465 ExecutionStack stack = frame.getStack(); local
485 ExecutionStack stack = frame.getStack(); local
506 ExecutionStack stack = frame.getStack(); local
538 ExecutionStack stack = frame.getStack(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
eqfix.py 174 stack = []
185 if stack and token == stack[-1]:
186 del stack[-1]
188 stack.append(match[token])
189 elif token == '=' and stack:
192 elif token == '==' and not stack:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
Thunk16.S 69 push %edi #; save stack offset
71 add %eax,%edi #; edi <- linear address of 16-bit stack
74 rep movsl %ds:(%esi),%es:(%edi) #; copy context to 16-bit stack
75 #; copy eflags to stack frame
78 pop %ebx #; ebx <- 16-bit stack offset
97 mov %edx,%edi #; edi <- 16-bit stack segment
138 movw %di, %ss # set up stack
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
MockMethodAdvice.java 56 * Remove calls to a class from a throwable's stack.
59 * @param current stack frame number to start cleaning from (upwards)
60 * @param targetType class to remove from the stack
62 * @return throwable with the cleaned stack
67 StackTraceElement[] stack = throwable.getStackTrace(); local
72 next = stack[stack.length - current - ++skip];
75 int top = stack.length - current - skip;
76 StackTraceElement[] cleared = new StackTraceElement[stack.length - skip];
77 System.arraycopy(stack, 0, cleared, 0, top)
    [all...]
  /external/python/cpython2/Demo/scripts/
eqfix.py 174 stack = []
185 if stack and token == stack[-1]:
186 del stack[-1]
188 stack.append(match[token])
189 elif token == '=' and stack:
192 elif token == '==' and not stack:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.c 135 /* initialize stack array */
136 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue);
139 setnilvalue(L1->stack + i); /* erase new stack */
140 L1->top = L1->stack;
141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK;
154 if (L->stack == NULL)
155 return; /* stack not completely built yet */
158 luaM_freearray(L, L->stack, L->stacksize); /* free stack array *
    [all...]
  /external/autotest/server/hosts/
ssh_host.py 87 """ Get the server stack frame status.
92 stack_frames = inspect.stack()
93 stack = ''
96 stack = '%s|%s' % (function_name, stack)
98 return stack[:-1] # Delete the last '|' character
103 command to be executed and the server stack state.
107 # The last 3 frames on the stack are boring. Print 6-3=3 stack frames.
108 stack = self._get_server_stack_state(lowest_frames=3, highest_frames=6
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 30 if ($opcode =~ /^push/) { $stack+=4; }
31 elsif ($opcode =~ /^pop/) { $stack-=4; }
71 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
72 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
73 sub ::blindpop { &pop($_[0]); $stack+=4; }
74 sub ::wparam { &DWP($stack+4*$_[0],"esp"); }
239 $stack=4;
253 $stack=0;
263 $stack+=16; # readjust esp as if we didn't pop anything

Completed in 2063 milliseconds

<<11121314151617181920>>