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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Install.sh 45 cp crypto/stack/stack.h include/openssl
46 cp crypto/stack/safestack.h include/openssl
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.asm 87 ; save the 32-bit function entry and the return address into stack which will be
136 ; Now the parameter is at the bottom of the stack, then call in to IA32 function.
193 ; drop GDT descriptor in stack
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 3 ; It consumes the reset vector, configures the stack.
94 ; Protected mode portion initializes stack, configures cache, and calls C entry point
119 ; Setup a stack
Flat32.s 15 # It consumes the reset vector, configures the stack.
87 # Protected mode portion initializes stack, configures cache, and calls C entry point
112 # Setup a stack
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.asm 93 ; save the 32-bit function entry and the return address into stack which will be
142 ; Now the parameter is at the bottom of the stack, then call in to IA32 function.
201 ; drop GDT descriptor in stack
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 46 four states at any time. The states stack up as follows below. The state
321 chains by keeping the indices of their head descriptors in a stack that is
322 private to the driver instance. All elements of the stack are even.
324 - If the stack is empty (that is, each descriptor chain, in isolation, is
330 stack. The linked tail descriptor is re-pointed as discussed above. The head
338 consumed from the Used Ring and recycled to the private stack. The client
353 of this (and the choice of a stack over a list for free descriptor chain
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ExceptionHandlerAsm.S 95 pushq (%rsp) # push additional rcx to make stack alignment
97 xchgq (%rsp), %rcx # restore rcx, save Exception Number in stack
128 # Push a dummy error code on the stack
129 # to maintain coherent stack map
140 # Stack:
162 # Since here the stack pointer is 16-byte aligned, so
277 # Per X64 calling convention, allocate maximum parameter stack space
  /external/libavc/common/arm/
ih264_intra_pred_luma_16x16_a9q.s 110 stmfd sp!, {r4-r12, r14} @store register values to stack
132 ldmfd sp!, {r4-r12, pc} @Restoring registers from stack
190 stmfd sp!, {r14} @store register values to stack
211 ldmfd sp!, {pc} @Restoring registers from stack
268 stmfd sp!, {r4, r14} @store register values to stack
334 ldmfd sp!, {r4, pc} @Restoring registers from stack
ih264_inter_pred_chroma_a9q.s 115 stmfd sp!, {r4-r12, r14} @store register values to stack
116 vstmdb sp!, {d8-d15} @push neon registers to stack
251 ldmfd sp!, {r4-r12, pc} @ Restoring registers from stack
  /external/python/cpython3/Lib/
traceback.py 1 """Extract, format and print information about Python stack traces."""
21 extract_stack() as a formatted stack trace to the given file."""
46 """Print up to 'limit' stack trace entries from the traceback 'tb'.
64 This is useful for alternate formatting of stack traces. If
66 pre-processed stack trace entry is a FrameSummary object
68 representing the information that is usually printed for a stack
88 """Print exception up to 'limit' stack trace entries from 'tb' to 'file'.
93 stack trace; (3) if type is SyntaxError and value has the
109 """Format a stack trace and the exception information.
182 """Print a stack trace from its invocation point
    [all...]
  /external/syzkaller/pkg/report/
akaros.go 110 akarosBacktraceRe = compile(`(?:Stack Backtrace|Backtrace of kernel context) on Core [0-9]+:`)
136 stack: &stackFmt{
146 stack: &stackFmt{
168 stack: &stackFmt{
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
mixture.py 274 stacked_means = array_ops.stack(distribution_means, axis=-1)
275 stacked_devs = array_ops.stack(distribution_devs, axis=-1)
277 broadcasted_cat_probs = (array_ops.stack(cat_probs, axis=-1) *
298 concat_log_probs = array_ops.stack(final_log_probs, 0)
311 concatted_log_cdfs = array_ops.stack(final_log_cdfs, axis=0)
326 x = array_ops.stack(
  /external/v8/src/inspector/
v8-stack-trace-impl.cc 5 #include "src/inspector/v8-stack-trace-impl.h"
57 // Only the top stack in the chain may be empty, so ensure that second stack
367 // When async call chain is empty but doesn't contain useful schedule stack
417 std::shared_ptr<AsyncStackTrace> stack) {
418 if (stack->m_id) return stack->m_id;
419 stack->m_id = debugger->storeStackTrace(stack);
420 return stack->m_id
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 367 StackTraceElement stack[] = joinThread.getStackTrace(); local
369 for (StackTraceElement elem : stack) {
375 assertTrue(Arrays.toString(stack), found);
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 212 ; Make stack 16-byte alignment to make sure save fxrstor later
234 push ebx ; temporarily save value of ebx on stack
372 pop dword ptr [ebp + 4 * 5] ; set EFLAGS in stack
380 pop dword ptr [ebp + 4 * 3] ; set EIP in stack
391 pop dword ptr [ebp + 4 * 4] ; set CS in stack
418 sub esp, 4 * 3 ; restore interupt pushced stack
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 77 ; Stack:
100 ; Get vector number from top of stack
112 ; Stack:
128 ; Put Vector Number on stack
133 ; Put 0 (dummy) error code on stack, and restore ECX
143 ; Stack:
161 ; Put Vector Number on stack and restore ECX
170 ; Stack:
187 ; Align stack to make sure that EFI_FX_SAVE_STATE_IA32 of EFI_SYSTEM_CONTEXT_IA32
254 push ebx ; temporarily save value of ebx on stack
    [all...]
  /external/libunwind_llvm/src/
Unwind-sjlj.c 25 /// the address of a block of memory in the function's stack frame. The runtime
26 /// keeps a linked list (stack) of these blocks - one per thread. The calling
32 // next function in stack of handlers
70 static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL; variable in typeref:struct:_Unwind_FunctionContext
77 return stack;
86 stack = fc;
304 // stack
  /external/python/cpython2/Mac/scripts/
buildpkg.py 90 self.stack = [directory]
102 # pop next directory from stack
103 self.directory = self.stack.pop()
110 self.stack.append(fullname)
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
virtual_batchnorm_test.py 136 array_ops.stack(examples), training=True)
139 examples_except_i = array_ops.stack(examples[:i] + examples[i+1:])
180 minibatch = array_ops.stack([fixed_example] + examples)
  /external/tensorflow/tensorflow/python/autograph/operators/
data_structures_test.py 80 t = l.stack()
115 self.assertAllEqual(self.evaluate(l1.stack()), [1])
116 self.assertAllEqual(self.evaluate(l2.stack()), [1, 2])
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_stack_op_test.py 15 """Tests for ragged_concat_ops.stack."""
333 stacked = ragged_concat_ops.stack(rt_inputs, axis)
363 self.assertRaisesRegexp(error, message, ragged_concat_ops.stack, rt_inputs,
370 also pass in a single value (as with tf.stack), in which case it is
374 stacked = ragged_concat_ops.stack(rt_inputs, 0)
  /external/tensorflow/tensorflow/python/platform/
benchmark.py 145 stack = tf_inspect.stack()
148 for frame in stack[::-1]:
152 calling_class = f_self # Get the outermost stack Benchmark call
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 123 #include <stack>
303 std::stack<State> stack; member in struct:webrtc::testing::bwe::Logging::ThreadState
  /art/tools/dmtracedump/
createtesttrace.cc 77 typedef struct stack { struct
80 } stack; typedef in typeref:struct:stack
102 * determines the call stack. Each called method must be indented by one
146 stack* callStack = new stack[numThreads];
185 // Allocate space for the thread stack, if necessary
243 // Exiting method must be currently on top of stack (unless stack is
247 printf(" Exiting %s (past bottom of stack)\n",
262 } else { // exiting method doesn't match stack's top metho
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stacks.s 14 # Switch the stack from temporary memory to permenent memory.
39 # !!CAUTION!! this function address's is pushed into stack after

Completed in 1725 milliseconds

<<31323334353637383940>>