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

<<21222324252627282930>>

  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Makefile 5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \
  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 179 Solution backpropagate(GraphT& G, StackT stack) {
186 while (!stack.empty()) {
187 NodeId NId = stack.back();
188 stack.pop_back();
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 300 struct array_stack_state *stack; member in struct:array_state_vector
  /external/python/cpython2/Lib/hotshot/
log.py 38 # This mirrors the call stack of the profiled code as the log
182 stack = [st.totuple(1)]
184 while stack:
185 tree = stack.pop()
194 stack.extend(list(tree[1:]))
  /external/python/cpython2/Lib/
pickletools.py 39 The PM has two data areas, "the stack" and "the memo".
41 Many opcodes push Python objects onto the stack; e.g., INT pushes a Python
42 integer object on the stack, whose value is gotten from a decimal string
44 opcodes take Python objects off the stack. The result of unpickling is
45 whatever object is left on the stack when the final STOP opcode is executed.
50 names. Some opcodes pop a stack object into the memo at a given index,
51 and others push a memo object at a given index onto the stack again.
111 a number of opcodes that operate on many stack elements at once (like APPENDS
153 # off the stack -- ArgumentDescriptor applies only to arguments embedded in
692 # Object descriptors. The stack used by the pickle machine holds objects
    [all...]
  /external/python/cpython2/Lib/test/
inspect_fodder.py 16 st = inspect.stack()
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
gentramp.sh 92 // Save to stack
  /external/python/cpython2/Modules/_ctypes/libffi/src/cris/
ffi.c 70 ffi_prep_args (char *stack, extended_cif * ecif)
78 argp = stack;
109 (unsigned int) (UINT32 *) (stack + uiLocOnStack);
110 memcpy ((stack + uiLocOnStack), *p_argv, (*p_arg)->size);
336 looking at the those passed on the stack. Step over the
  /external/python/cpython3/Lib/test/
inspect_fodder.py 16 st = inspect.stack()
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
NDC.java 21 import java.util.Stack;
42 public static Stack cloneStack() {
47 public static void inherit(Stack stack) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
feature_manager.cpp 18 #include <stack>
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 181 Solution backpropagate(GraphT& G, StackT stack) {
188 while (!stack.empty()) {
189 NodeId NId = stack.back();
190 stack.pop_back();
  /external/tensorflow/tensorflow/contrib/solvers/python/ops/
lanczos.py 189 array_ops.matrix_transpose(ls.u.stack()),
190 array_ops.matrix_transpose(ls.v.stack()),
191 ls.alpha.stack(), ls.beta.stack())
  /external/tensorflow/tensorflow/core/platform/default/
stacktrace.h 43 ss << "*** Begin stack trace ***" << std::endl;
45 // Get the mangled stack trace.
67 ss << "*** End stack trace ***" << std::endl;
91 void* const* stack() const { return stack_; } function in class:tensorflow::SavedStackTrace
  /external/tensorflow/tensorflow/python/autograph/lang/
special_functions.py 92 def stack(list_or_tensor, element_dtype=None, strict=True): function
96 function is similar to tf.stack, but it accepts non-lists and lists of
  /external/u-boot/arch/arm/include/asm/
processor.h 123 #define init_stack (init_task_union.stack)
  /external/u-boot/arch/arm/lib/
vectors_m.S 38 .long CONFIG_SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
  /external/u-boot/arch/powerpc/lib/
Makefile 35 obj-y += stack.o
  /external/u-boot/include/linux/
libfdt.h 79 struct fdt_subnode_stack stack[FDT_MAX_DEPTH]; /* node stack */ member in struct:fdt_region_state
  /external/v8/src/base/platform/
platform-solaris.cc 20 #include <sys/stack.h> // for stack alignment
  /external/v8/src/regexp/
regexp-stack.h 17 // Maintains a per-v8thread stack area that can be used by irregexp
18 // implementation for its backtracking stack.
19 // Since there is only one stack area, the Irregexp implementation is not
24 // Create and delete an instance to control the life-time of a growing stack.
26 // Initializes the stack memory area if necessary.
28 ~RegExpStackScope(); // Releases the stack if it has grown.
30 RegExpStack* stack() const { return regexp_stack_; } function in class:v8::internal::RegExpStackScope
41 // Number of allocated locations on the stack below the limit.
42 // No sequence of pushes must be longer that this without doing a stack-limit
46 // Gives the top of the memory used as stack
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
JsonWriter.h 67 std::stack<bool> state_;
  /external/webrtc/webrtc/system_wrappers/include/
asm_defines.h 15 .section .note.GNU-stack,"",%progbits
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.S 121 movw %si, %ss # set up 16-bit stack segment
122 xchgl %ebx, %esp # set up 16-bit stack pointer
124 movw IA32_REGS_SIZE(%esp), %bp # get BackToUserCode address from stack
157 # @return The address of the 16-bit stack after returning from user code
172 movl %edi, %ebx # ebx <- stack offset
175 addl %eax, %edi # edi <- linear address of 16-bit stack
180 movl %edx, %esi # esi <- 16-bit stack segment
  /external/boringssl/src/ssl/
ssl_file.cc 121 #include <openssl/stack.h>
197 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
205 oldcmp = sk_X509_NAME_set_cmp_func(stack, xname_cmp);
227 sk_X509_NAME_sort(stack); variable
228 if (sk_X509_NAME_find(stack, NULL, xn)) {
234 !sk_X509_NAME_push(stack, xn)) {
247 (void) sk_X509_NAME_set_cmp_func(stack, oldcmp);
506 ERR_clear_error(); // clear error stack for SSL_CTX_use_certificate()

Completed in 2135 milliseconds

<<21222324252627282930>>