HomeSort by relevance Sort by last modified time
    Searched defs:sp (Results 51 - 75 of 333) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/angle/src/
commit_id.py 1 import subprocess as sp namespace
9 return sp.Popen(command, stdout=sp.PIPE, shell=True, cwd=cwd).communicate()[0].strip()
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha256-armv4.pl 65 str $inp,[sp,#17*4] @ make room for $t4
80 str $inp,[sp,#17*4] @ make room for $t4
90 str $t1,[sp,#`$i%16`*4]
110 ldr $t1,[sp,#`($i+2)%16`*4] @ from future BODY_16_xx
112 ldr $t4,[sp,#`($i+15)%16`*4] @ from future BODY_16_xx
128 @ ldr $t1,[sp,#`($i+1)%16`*4] @ $i
129 @ ldr $t4,[sp,#`($i+14)%16`*4]
136 ldr $t1,[sp,#`($i+0)%16`*4]
138 ldr $t4,[sp,#`($i+9)%16`*4]
193 stmdb sp!,{$ctx,$inp,$len,r4-r11,lr
196 sub sp,sp,#16*4 @ alloca(X[16]) subroutine
428 sub sp,sp,#16*4+16 @ alloca subroutine
    [all...]
  /external/chromium_org/third_party/libpng/
pngwtran.c 106 png_bytep sp, dp; local
111 sp = row;
118 if (*sp != 0)
120 sp++;
137 png_bytep sp, dp; local
142 sp = row;
150 value = (png_byte)(*sp & 0x03);
161 sp++;
169 png_bytep sp, dp; local
174 sp = row
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
clientattrib.c 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
77 if (!(sp = *spp)) {
78 sp = (__GLXattribute *) Xmalloc(sizeof(__GLXattribute));
79 *spp = sp;
81 sp->mask = mask;
84 sp->storePack = state->storePack;
85 sp->storeUnpack = state->storeUnpack;
102 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
107 sp = *spp;
108 assert(sp != 0)
132 __GLXattribute *sp, **spp; local
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
string_generator_test.cc 43 StringPiece sp = g.Next(); local
44 EXPECT_EQ(sp.data(), static_cast<const char*>(NULL));
45 EXPECT_EQ(sp.size(), 0);
  /external/compiler-rt/lib/asan/
asan_posix.cc 40 uptr pc, sp, bp; local
41 GetPcSpBp(context, &pc, &sp, &bp);
43 // Access at a reasonable offset above SP, or slightly below it (to account
49 if (addr + 128 > sp && addr < sp + 0xFFFF &&
51 ReportStackOverflow(pc, sp, bp, context, addr);
53 ReportSIGSEGV(pc, sp, bp, context, addr);
  /external/libunwind/src/aarch64/
Gresume.c 55 unsigned long sp = uc->uc_mcontext.sp; local
68 "mov sp, %1\n"
72 "r" (sp),
112 sc->sp = uc->uc_mcontext.sp;
117 "mov sp, %0\n"
  /external/libunwind/src/setjmp/
setjmp_i.h 49 unw_word_t sp, prev_sp; local
60 if (unw_get_reg (&tmp, UNW_REG_SP, &sp) < 0
64 if (sp == prev_sp)
  /external/libunwind/tests/
Gtest-nomalloc.c 56 unw_word_t ip, sp; local
69 unw_get_reg (&cursor, UNW_REG_SP, &sp);
test-init-remote.c 51 unw_word_t ip, sp, off; local
63 unw_get_reg (&cursor, UNW_REG_SP, &sp);
73 printf ("%016lx %-32s (sp=%016lx)\n", (long) ip, buf, (long) sp);
test-mem.c 47 unw_word_t ip, sp; local
58 unw_get_reg (&cursor, UNW_REG_SP, &sp);
61 printf ("%016lx (sp=%016lx)\n", (long) ip, (long) sp);
  /external/ltrace/sysdeps/linux-gnu/x86/
regs.c 78 long sp = ptrace(PTRACE_PEEKUSER, proc->pid, XSP, 0); local
79 if (sp == -1 && errno) {
80 fprintf(stderr, "Couldn't read SP register: %s\n",
87 arch_addr_t ret = (arch_addr_t)(uintptr_t)sp;
94 get_return_addr(struct process *proc, void *sp)
96 long a = ptrace(PTRACE_PEEKTEXT, proc->pid, sp, 0);
  /external/mesa3d/src/glx/
clientattrib.c 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
77 if (!(sp = *spp)) {
78 sp = (__GLXattribute *) Xmalloc(sizeof(__GLXattribute));
79 *spp = sp;
81 sp->mask = mask;
84 sp->storePack = state->storePack;
85 sp->storeUnpack = state->storeUnpack;
102 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
107 sp = *spp;
108 assert(sp != 0)
132 __GLXattribute *sp, **spp; local
    [all...]
  /external/openssl/crypto/sha/asm/
sha256-armv4.pl 69 str $inp,[sp,#17*4] @ make room for $t4
84 str $inp,[sp,#17*4] @ make room for $t4
94 str $t1,[sp,#`$i%16`*4]
114 ldr $t1,[sp,#`($i+2)%16`*4] @ from future BODY_16_xx
116 ldr $t4,[sp,#`($i+15)%16`*4] @ from future BODY_16_xx
132 @ ldr $t1,[sp,#`($i+1)%16`*4] @ $i
133 @ ldr $t4,[sp,#`($i+14)%16`*4]
140 ldr $t1,[sp,#`($i+0)%16`*4]
142 ldr $t4,[sp,#`($i+9)%16`*4]
197 stmdb sp!,{$ctx,$inp,$len,r4-r11,lr
200 sub sp,sp,#16*4 @ alloca(X[16]) subroutine
436 sub sp,sp,#16*4+16 @ alloca subroutine
    [all...]
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 59 *out_sp = static_cast<uintptr_t>(sc->sp);
60 VLOG(signals) << "sp: " << *out_sp;
161 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc;
164 uintptr_t sp = sc->sp; local
165 VLOG(signals) << "sp: " << std::hex << sp; local
169 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp <<
172 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(kArm64)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 26 __u64 sp; member in struct:sigcontext
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 19 import scipy as sp namespace
check_spectrum_playback.py 19 import scipy as sp namespace
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
sigcontext.h 26 __u64 sp; member in struct:sigcontext
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 147 NFAContext sp = this; local
148 while ( sp.parent!=null && other.parent!=null ) {
149 if ( sp.invokingState != other.invokingState ) {
152 sp = sp.parent;
155 if ( !(sp.parent==null && other.parent==null) ) {
208 NFAContext sp = this; local
210 while ( sp.parent!=null && other.parent!=null ) {
211 if ( sp.invokingState != other.invokingState ) {
214 sp = sp.parent
250 NFAContext sp = this; local
284 NFAContext sp = this; local
    [all...]
  /external/bison/src/
relation.c 152 relation_node *sp = NULL; local
155 sp = xnmalloc (nedges[i] + 1, sizeof *sp);
156 sp[nedges[i]] = END_NODE;
158 new_R[i] = sp;
159 end_R[i] = sp;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_threadStart.c 133 ptw32_thread_t * sp; local
150 sp = (ptw32_thread_t *) self.p;
161 sp->thread = GetCurrentThreadId ();
167 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock);
168 pthread_setspecific (ptw32_selfThreadKey, sp);
170 pthread_setspecific (ptw32_selfThreadKey, sp);
171 ptw32_mcs_lock_acquire (&sp->stateLock, &stateLock);
174 sp->state = PThreadStateRunning;
184 status = sp->exitStatus = (*start) (arg);
185 sp->state = PThreadStateExiting
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
f_enum.c 101 unsigned char *s=NULL,*sp; local
154 sp=(unsigned char *)OPENSSL_malloc(
157 sp=(unsigned char *)OPENSSL_realloc(s,
159 if (sp == NULL)
165 s=sp;
f_int.c 106 unsigned char *s=NULL,*sp; local
159 sp=(unsigned char *)OPENSSL_malloc(
162 sp=OPENSSL_realloc_clean(s,slen,num+i*2);
163 if (sp == NULL)
169 s=sp;
f_string.c 101 unsigned char *s=NULL,*sp; local
152 sp=(unsigned char *)OPENSSL_malloc(
155 sp=(unsigned char *)OPENSSL_realloc(s,
157 if (sp == NULL)
163 s=sp;

Completed in 1131 milliseconds

1 23 4 5 6 7 8 91011>>