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

1 2 3 4 5 67 8 91011>>

  /external/llvm/unittests/Support/
ManagedStatic.cpp 31 // Valgrind's leak checker complains glibc's stack allocation.
32 // To appease valgrind, we provide our own stack for each thread.
34 void *stack = malloc(n); local
37 pthread_attr_setstack(&a, stack, n);
39 return stack;
  /external/pdfium/core/fpdfapi/parser/
cpdf_object_avail.h 10 #include <stack>
41 std::stack<uint32_t>* refs) const;
50 std::stack<uint32_t> non_parsed_objects_;
  /external/libxml2/
timsort.h 322 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) {
330 const size_t A1 = stack[stack_curr - 2].length;
331 const size_t B1 = stack[stack_curr - 1].length;
340 A = stack[stack_curr - 3].length;
341 B = stack[stack_curr - 2].length;
342 C = stack[stack_curr - 1].length;
371 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr,
373 const size_t A = stack[stack_curr - 2].length;
374 const size_t B = stack[stack_curr - 1].length;
375 const size_t curr = stack[stack_curr - 2].start
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f4xx.bl.lkr 50 .stack (NOLOAD) : {
53 KEEP ( *(.stack) );
54 KEEP ( *(.stack.*) );
stm32f4xx.os.lkr 32 .stack (NOLOAD) : {
35 KEEP ( *(.stack) );
36 KEEP ( *(.stack.*) );
  /external/llvm/test/MC/Mips/
cprestore-bad.s 14 # CHECK: :[[@LINE-1]]:13: error: expected stack offset value
17 # CHECK: :[[@LINE-1]]:17: error: stack offset is not an absolute expression
20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
cprestore-bad.s 14 # CHECK: :[[@LINE-1]]:13: error: expected stack offset value
17 # CHECK: :[[@LINE-1]]:17: error: stack offset is not an absolute expression
20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
  /external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/apollo3evb/
apollo3evb.ld 39 /* User stack section initialized by startup code. */
40 .stack (NOLOAD):
43 *(.stack)
44 *(.stack*)
  /external/toolchain-utils/binary_search_tool/full_bisect_test/
build.sh 18 gcc -c stack.c -o work/stack.o
21 gcc -o bin-trees work/main.o work/preorder.o work/inorder.o work/build.o work/preorder_norecurse.o work/inorder_norecurse.o work/stack.o
  /external/volley/src/main/java/com/android/volley/toolbox/
Volley.java 37 * @param stack A {@link BaseHttpStack} to use for the network, or null for default.
40 public static RequestQueue newRequestQueue(Context context, BaseHttpStack stack) {
42 if (stack == null) {
64 network = new BasicNetwork(stack);
74 * @param stack An {@link HttpStack} to use for the network, or null for default.
81 public static RequestQueue newRequestQueue(Context context, HttpStack stack) {
82 if (stack == null) {
85 return newRequestQueue(context, new BasicNetwork(stack));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parser.h 20 stackentry s_base[MAXSTACK];/* Array of stack entries */
21 /* NB The stack grows down */
22 } stack; typedef in typeref:struct:__anon5512
25 stack p_stack; /* Stack of parser states */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parser.h 20 stackentry s_base[MAXSTACK];/* Array of stack entries */
21 /* NB The stack grows down */
22 } stack; typedef in typeref:struct:__anon5858
25 stack p_stack; /* Stack of parser states */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
Exception.S 49 # Switch to SVC for common stack
56 # Switch to SVC for common stack
63 # Switch to SVC for common stack
70 # Switch to SVC for common stack
77 # Switch to SVC for common stack
84 # Switch to SVC for common stack
91 # Switch to SVC for common stack
98 # Switch to SVC for common stack
  /external/compiler-rt/lib/lsan/
lsan.h 19 BufferedStackTrace stack; \
29 stack.Unwind(max_size, StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
  /external/compiler-rt/lib/msan/
msan_new_delete.cc 32 return MsanReallocate(&stack, 0, size, sizeof(u64), false)
45 if (ptr) MsanDeallocate(&stack, ptr)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_x86_64.S 4 // Avoid being marked as needing an executable stack:
6 .section .note.GNU-stack,"",%progbits
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_stack_test.cc 23 uptr stack[128]; local
24 thr.shadow_stack = &stack[0];
25 thr.shadow_stack_pos = &stack[0];
26 thr.shadow_stack_end = &stack[128];
53 uptr stack[kShadowStackSize]; local
54 thr.shadow_stack = &stack[0];
55 thr.shadow_stack_pos = &stack[0];
56 thr.shadow_stack_end = &stack[kShadowStackSize];
  /external/elfutils/tests/
run-stack-i-test.sh 20 # See run-stack-d-test.sh for dwarfinlines.cpp source.
27 STACKCMD=${bindir}/`program_transform stack`
29 STACKCMD=${abs_top_builddir}/src/stack
37 # Compare with run-stack-d-test.sh to see the output without --inlines.
44 testrun_compare ${abs_top_builddir}/src/stack -r -n 6 -i -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
58 testrun_compare ${abs_top_builddir}/src/stack -r -n 6 -s -i -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
  /external/libchrome/base/allocator/
allocator_extension.cc 52 int GetCallStack(void** stack, int max_stack_size) {
54 return MallocHook::GetCallerStackTrace(stack, max_stack_size, 0);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
ctor_container.pass.cpp 10 // <stack>
12 // explicit stack(const container_type& c);
14 #include <stack>
31 std::stack<int> q(d);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
pop.pass.cpp 10 // <stack>
14 #include <stack>
19 std::stack<int> q;
  /external/libunwind/src/ia64/
dyn_info_list.S 24 /* We do not need executable stack. */
25 .section .note.GNU-stack,"",@progbits
  /external/nist-sip/java/gov/nist/javax/sip/
DefaultAddressResolver.java 34 import gov.nist.javax.sip.stack.HopImpl;
35 import gov.nist.javax.sip.stack.MessageProcessor;
44 * some address that cannot be resolved you should register an AddressResolver with the stack.
  /external/pdfium/core/fxcrt/xml/
cfx_xmlparser.h 11 #include <stack>
40 std::stack<CFX_XMLNode*> m_NodeStack;
  /external/python/cpython2/Parser/
parser.h 20 stackentry s_base[MAXSTACK];/* Array of stack entries */
21 /* NB The stack grows down */
22 } stack; typedef in typeref:struct:__anon36868
25 stack p_stack; /* Stack of parser states */

Completed in 2332 milliseconds

1 2 3 4 5 67 8 91011>>