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

<<31323334353637383940>>

  /external/clang/test/Index/
cindex-test-inclusions.c 1 // RUN: c-index-test -test-inclusion-stack-source %s 2>&1 | FileCheck %s
  /external/clang/test/SemaObjC/
objc2-warn-weak-decl.m 9 __weak id local; // expected-warning {{Objective-C GC does not allow weak variables on the stack}}
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 50 &stack, FROM_MALLOC);
107 void *res = asan_malloc(size, &stack);
115 asan_free(ptr, &stack, FROM_MALLOC);
121 return asan_realloc(ptr, size, &stack);
127 return asan_calloc(nmemb, size, &stack);
133 return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC);
145 void *result = asan_memalign(alignment, size, &stack, FROM_MALLOC);
167 return asan_malloc(size, &stack);
183 return asan_calloc(nmemb, size, &stack);
192 return asan_memalign(GetPageSizeCached(), size, &stack, FROM_MALLOC)
    [all...]
  /external/compiler-rt/lib/tsan/lit_tests/
stack_race2.cc 27 // CHECK: Location is stack of thread T1.
  /external/javassist/src/main/javassist/bytecode/analysis/
package.html 6 This allows the user to determine the type state of the stack and local variable table
  /external/kernel-headers/original/asm-arm/
processor.h 60 unsigned long *stack = (unsigned long *)sp; \
71 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
72 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
73 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
  /external/kernel-headers/original/asm-generic/
mman.h 6 #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
  /external/kernel-headers/original/asm-mips/
user.h 33 * stack: We need the stack information in order to get a meaningful
43 size_t u_ssize; /* stack size (pages) */
46 unsigned long start_stack; /* stack starting address */
  /external/kernel-headers/original/asm-x86/
math_emu.h 9 /* This structure matches the layout of the data saved to the stack
mman.h 8 #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 11 // physical registers and virtual registers to stack slots. It is created and
50 /// stack).
53 /// Virt2StackSlotMap - This is virtual register to stack slot
55 /// which corresponds to the stack slot this register is spilled
157 /// mapped to a stack slot or rematerialized.
162 // stack slot or remat id.
166 /// @brief returns the stack slot mapped to the specified virtual
174 /// the next available stack slot
177 /// the specified stack slot
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 1 //===- DemoteRegToStack.cpp - Move a virtual register to the stack --------===//
20 /// Instruction and replaces it with a slot in the stack frame, allocated via
23 /// the alloca inserted to create a stack slot for I.
31 // Create a stack slot to hold the value.
42 // Change all of the users of the instruction to read from the stack slot.
75 // Insert stores of the computed value into the stack slot. We have to be
87 // We cannot demote invoke instructions to the stack if their normal edge
108 /// node and replaces it with a slot in the stack frame allocated via alloca.
116 // Create a stack slot to hold the value.
  /external/llvm/test/CodeGen/AArch64/
variadic.ll 33 ; CHECK: add [[STACK:x[0-9]+]], sp, #[[STACKSIZE]]
34 ; CHECK: str [[STACK]], [{{x[0-9]+}}, #:lo12:var]
63 ; CHECK: add [[STACK:x[0-9]+]], sp, #[[STACKSIZE]]
64 ; CHECK: str [[STACK]], [{{x[0-9]+}}, #:lo12:var]
75 ; CHECK: mov [[STACK:x[0-9]+]], sp
76 ; CHECK: str [[STACK]], [{{x[0-9]+}}, #:lo12:var]
81 ; If there are non-variadic arguments on the stack (here two i64s) then the
102 ; CHECK: add [[STACK:x[0-9]+]], sp, #96
103 ; CHECK: str [[STACK]], [{{x[0-9]+}}, #:lo12:var]
  /external/llvm/test/CodeGen/X86/
fast-cc-callee-pops.ll 3 ; Check that a fastcc function pops its stack variables before returning.
fast-isel-tailcall.ll 6 ; the stack pointer after the call in this code.
fsxor-alignment.ll 4 ; Don't fold the incoming stack arguments into the xorps instructions used
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.o 
dwarfdump-test-loc-list-32bit.elf.o 
  /external/llvm/test/MC/ELF/
call-abs.s 16 .section .note.GNU-stack,"",@progbits
  /external/llvm/test/Object/Inputs/
libsimple_archive.a 9 GCC: (Ubuntu/Linaro 4.7.2-3lucid2) 4.7.2zRx ?A?C K .symtab.strtab.shstrtab.rela.text.data.bss.comment.note.GNU-stack.rela.eh_frame @X
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapAttribute.java 48 * Creates a StackMapTableAttribute with the given stack map frames.
57 * Creates a StackMapTableAttribute with the given stack map frames.
78 * Applies the given stack map frame visitor to all stack map frames.
  /external/speex/libspeex/
cb_search.h 62 char *stack,
72 char *stack,
88 char *stack,
99 char *stack,
vq.h 45 void vq_nbest(spx_word16_t *in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack);
47 void vq_nbest_sign(spx_word16_t *in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack);
49 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack);
51 void vq_nbest_sign(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack);
  /external/srec/portable/include/
PStackSize.h 28 * Initialize the stack base. This should be done in the main() function.
30 * stack size computation. To overcome this problem, rewrite main() as a
37 * Computes the current stack size. The returned value is the number of bytes
38 * in the stack.
  /external/srec/portable/src/
PStackSize.c 27 /** Initialize the stack base. This should be done in the main() function.
29 * stack size computation. To overcome this problem, rewrite main() as a
39 * Computes the current stack size. The returned value is the number of bytes
40 * in the stack.

Completed in 4066 milliseconds

<<31323334353637383940>>