/external/libnfc-nci/src/ |
nfca_version.c | 24 // label of the NFA version being used (see stack-info.txt).
|
/external/llvm/lib/Target/Sparc/ |
SparcSubtarget.cpp | 53 // All 64-bit stack frames must be 16-byte aligned, and must reserve space 58 assert(frameSize % 16 == 0 && "Stack size not 16-byte aligned"); 61 // the frame. Minimum stack frame size according to V8 ABI is: 64 // + 6 words for passing parameters on the stack
|
/external/llvm/test/CodeGen/ARM/ |
2013-05-13-AAPCS-byval-padding.ll | 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
|
2013-05-13-AAPCS-byval-padding2.ll | 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
|
/external/llvm/test/CodeGen/PowerPC/ |
2010-10-11-Fast-Varargs.ll | 8 ; the stack.
|
2012-10-11-dynalloc.ll | 15 ; Check we actually have two instances of dynamic stack allocation,
|
/external/llvm/test/CodeGen/X86/ |
2003-08-03-CallArgLiveRanges.ll | 3 ; registers, then start pushing them all onto the stack. This is bad news as
|
avx-varargs-x86_64.ll | 3 ; Check that the <8 x float> is passed on the stack.
|
fp-stack-O0.ll | 10 ; Pass arguments on the stack.
|
sse-align-11.ll | 3 ; PR8969 - make 32-bit linux have a 16-byte aligned stack
|
stack-align-memcpy.ll | 1 ; RUN: llc < %s -force-align-stack -mtriple i386-apple-darwin -mcpu=i486 | FileCheck %s
|
/external/llvm/test/Object/ |
objdump-sectionheaders.test | 12 ; CHECK: 3 .note.GNU-stack 00000000 0000000000000033
|
/external/llvm/test/YAMLParser/ |
spec-02-28.data | 20 Stack:
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILFrameLowering.h | 17 // Interface to describe a layout of a stack frame on a AMDIL target machine 26 /// Information about the stack frame layout on the AMDGPU targets. It holds 27 /// the direction of the stack growth, the known stack alignment on entry to
|
/external/mesa3d/src/glx/ |
clientattrib.c | 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 105 if (spp > &gc->attributes.stack[0]) { 134 for (spp = &gc->attributes.stack[0]; 135 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) {
|
/external/mockito/src/org/mockito/exceptions/base/ |
MockitoException.java | 15 * The stack trace is filtered from mockito calls if you are using {@link #getStackTrace()}.
|
/external/speex/libspeex/ |
cb_search.c | 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) 111 char *stack, 153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 162 vq_nbest(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); 234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack); 253 char *stack, 297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target); 351 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 381 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); [all...] |
/external/v8/test/mjsunit/compiler/ |
delete.js | 49 // expected on stack. 52 // expected on stack. 62 // expected on stack. 65 // expected on stack.
|
/external/v8/test/mjsunit/ |
error-constructors.js | 37 ReferenceError.prototype.__defineSetter__('stack', fail); 44 assertTrue(e0.hasOwnProperty('stack')); 45 assertTrue(e1.hasOwnProperty('stack')); 75 desc = Object.getOwnPropertyDescriptor(e, 'stack');
|
/external/valgrind/main/callgrind/ |
callstack.c | 32 /*--- Call stack, operations ---*/ 35 /* Stack of current thread. Gets initialized when switching to 1st thread. 37 * The artificial call stack is an array of call_entry's, representing 38 * stack frames of the executing program. 40 * Array call_stack_esp holds SPs of corresponding stack frames. 110 VG_(printf)(" call stack enlarged to %d entries\n", 179 /* Push call on call stack. 193 /* Ensure a call stack of size <current_sp>+1. 212 * skipping, the old context should already be saved on the stack */ 247 /* put jcc on call stack */ [all...] |
/external/valgrind/main/drd/tests/ |
fp_race_xml.stderr.exp | 41 <stack> 50 </stack> 64 <stack> 73 </stack>
|
/external/valgrind/main/exp-sgcheck/tests/ |
hsg.c | 2 /* A simple test to demonstrate heap, stack, and global overrun
|
/external/valgrind/main/gdbserver_tests/ |
mcsignopass.stderr.exp | 8 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
mcsigpass.stderr.exp | 8 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
/external/valgrind/main/helgrind/tests/ |
tc04_free_lock.c | 33 /* Try the same, on the stack */
|