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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/Scripts/
PrePi-PIE.lds 37 *(.note.GNU-stack)
  /external/bcc/tests/python/
test_stackid.py 49 stack = stack_traces[stackid].ip
50 self.assertEqual(b.ksym(stack[0]), b"htab_map_lookup_elem")
  /external/compiler-rt/lib/asan/tests/
asan_benchmarks_test.cc 73 int stack[1000]; local
74 Ident(stack);
  /external/deqp/framework/randomshaders/
rsgGeneratorState.hpp 71 // \todo [2011-06-10 pyry] Could we not expose whole statement stack to everyone?
73 void setStatementStack (std::vector<Statement*>& stack) { m_statementStack = &stack; }
  /external/deqp-deps/SPIRV-Tools/source/opt/
workaround1209.cpp 19 #include <stack>
37 // Keep track of the loop merges. The top of the stack will always be the
40 std::stack<uint32_t> loop_merges;
  /external/elfutils/tests/
run-backtrace-demangle.sh 39 testrun ${abs_top_builddir}/src/stack -n 2 -e $child --core $child.core >$child.bt 2>$child.err || exitcode=$?
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_arg_fault.c 2 * syscall_arg_fault.c - tests faults 32-bit fast syscall stack args
69 stack_t stack = { local
73 if (sigaltstack(&stack, NULL) != 0)
79 * instead of #PF when the vDSO fails to access the stack when
89 * number and six arguments, and the user stack pointer
93 * ends up on the stack. The stack is user memory, which
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 35 /* ffi_prep_args is called by the assembly routine once stack space
38 void ffi_prep_args(char *stack, extended_cif *ecif);
40 void ffi_prep_args(char *stack, extended_cif *ecif)
47 argp = stack;
228 static void ffi_prep_incoming_args_SYSV (char *stack, void **ret,
254 * value on the stack; and if the function returns
266 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue,
274 argp = stack;
378 ffi_prep_args_raw(char *stack, extended_cif *ecif)
380 memcpy (stack, ecif->avalue, ecif->cif->bytes)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 35 /* ffi_prep_args is called by the assembly routine once stack space
38 void ffi_prep_args(char *stack, extended_cif *ecif);
40 void ffi_prep_args(char *stack, extended_cif *ecif)
47 argp = stack;
228 static void ffi_prep_incoming_args_SYSV (char *stack, void **ret,
254 * value on the stack; and if the function returns
266 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue,
274 argp = stack;
378 ffi_prep_args_raw(char *stack, extended_cif *ecif)
380 memcpy (stack, ecif->avalue, ecif->cif->bytes)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 646 SmallVector<uintptr_t,20> stack; member in class:llvm::ImutAVLTreeGenericIterator
656 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root));
660 assert(!stack.empty());
661 return reinterpret_cast<TreeTy*>(stack.back() & ~Flags);
665 assert(!stack.empty());
666 return stack.back() & Flags;
670 bool atEnd() const { return stack.empty(); }
673 return stack.size() == 1 && getVisitState() == VisitedNone;
677 assert(!stack.empty());
678 stack.pop_back()
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
workaround1209.cpp 19 #include <stack>
37 // Keep track of the loop merges. The top of the stack will always be the
40 std::stack<uint32_t> loop_merges;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
section.s 6 .section .note.GNU-stack,"",@progbits
10 .section src/stack.c,"",@progbits
13 // CHECK: Name: .note.GNU-stack
17 // CHECK: Name: src/stack.c
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageExporterJson.h 18 #include <stack>
27 std::stack<JsonState> State;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_execution_profiler.h 20 #include <stack>
77 std::stack<std::unique_ptr<se::Timer>> timers_;
  /external/tensorflow/tensorflow/python/util/
tf_stack.py 35 each stack frame using linecache, which results in an abundance of stat()
42 stack frame. This callable's return value is stored as the sixth (last)
49 corresponding to the call stack of the current thread. The returned tuples
50 have the innermost stack frame at the end, unlike the Python inspect
51 module's stack() function.
75 def convert_stack(stack, include_func_start_lineno=False):
76 """Converts a stack extracted using extract_stack() to a traceback stack.
79 stack: A list of n 5-tuples,
92 unused_frame_info) in stack
    [all...]
  /external/tensorflow/tensorflow/tools/common/
traverse.py 29 def _traverse_internal(root, visit, stack, path):
50 new_stack = stack + [root]
87 Cycles (determined by reference equality, `is`) stop the traversal. A stack of
90 is already in the stack.
  /device/google/bonito/json-c/
json_tokener.c 113 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec));
114 if (!tok->stack) {
133 if (tok->stack) free(tok->stack);
139 tok->stack[depth].state = json_tokener_state_eatws;
140 tok->stack[depth].saved_state = json_tokener_state_start;
141 json_object_put(tok->stack[depth].current);
142 tok->stack[depth].current = NULL;
143 free(tok->stack[depth].obj_field_name);
144 tok->stack[depth].obj_field_name = NULL
    [all...]
  /device/google/crosshatch/json-c/
json_tokener.c 113 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec));
114 if (!tok->stack) {
133 if (tok->stack) free(tok->stack);
139 tok->stack[depth].state = json_tokener_state_eatws;
140 tok->stack[depth].saved_state = json_tokener_state_start;
141 json_object_put(tok->stack[depth].current);
142 tok->stack[depth].current = NULL;
143 free(tok->stack[depth].obj_field_name);
144 tok->stack[depth].obj_field_name = NULL
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 31 fd(0), suppressable(false), stack(nullptr) {}
124 Printf(" [failed to restore the stack]\n\n");
166 PrintStack(mop->stack);
191 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
201 PrintStack(loc->stack);
225 PrintStack(rm->stack);
241 if (rt->stack)
245 PrintStack(rt->stack);
258 return rep->mops[0]->stack;
262 return rep->mutexes[0]->stack;
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
win64.asm 13 ;;; It must move the parameters passed in registers to their stack location,
17 ;; save actual arguments to their stack space.
54 mov rdx, rsp ; stack is second parameter
67 stack$ = 0
95 mov QWORD PTR stack$[rbp], rax
98 mov rcx, QWORD PTR stack$[rbp]
101 mov rsp, QWORD PTR stack$[rbp]
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
win64.asm 13 ;;; It must move the parameters passed in registers to their stack location,
17 ;; save actual arguments to their stack space.
54 mov rdx, rsp ; stack is second parameter
67 stack$ = 0
95 mov QWORD PTR stack$[rbp], rax
98 mov rcx, QWORD PTR stack$[rbp]
101 mov rsp, QWORD PTR stack$[rbp]
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.S 20 This is the stack constructed by the exception handler (low address to high address)
79 srsdb #0x13! @ Store return state on SVC stack
92 srsdb #0x13! @ Store return state on SVC stack
93 cps #0x13 @ Switch to SVC for common stack
104 srsdb #0x13! @ Store return state on SVC stack
116 srsdb #0x13! @ Store return state on SVC stack
117 cps #0x13 @ Switch to SVC for common stack
128 srsdb #0x13! @ Store return state on SVC stack
129 cps #0x13 @ Switch to SVC for common stack
139 srsdb #0x13! @ Store return state on SVC stack
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
ctx.c 66 // The stack frame info is resizing, set a first-time expansion size;
72 // A |BN_STACK| is a stack of |size_t| values.
76 // Number of stack frames, and the size of the allocated array
92 // bignums is the stack of |BIGNUM|s managed by this |BN_CTX|.
94 // stack is the stack of |BN_CTX_start| frames. It is the value of |used| at
96 BN_STACK stack; local
117 BN_STACK_init(&ret->stack);
130 BN_STACK_cleanup(&ctx->stack);
136 // Once an operation has failed, |ctx->stack| no longer matches the numbe
    [all...]
  /external/compiler-rt/lib/asan/
asan_debugging.cc 29 descr->region_kind = "stack";
89 StackTrace stack(nullptr, 0);
92 stack = chunk.GetAllocStack();
96 stack = chunk.GetFreeStack();
101 size = Min(size, Min(stack.size, kStackTraceMax));
103 trace[i] = StackTrace::GetPreviousInstructionPc(stack.trace[i]);
  /external/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);

Completed in 2276 milliseconds

<<11121314151617181920>>