Searched refs:sp (Results 1 - 23 of 23) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A Dsmartpointer.h22 inline bool operator _op_ (const sp<T>& o) const { \
29 inline bool operator _op_ (const sp<U>& o) const { \
40 class sp class in namespace:android
43 inline sp() : m_ptr(0) { } function in class:android::sp
45 sp(T* other);
46 sp(const sp<T>& other);
47 template<typename U> sp(U* other);
48 template<typename U> sp(const sp<
95 sp<T>::sp(const sp<T>& other) function in class:android::sp
102 sp<T>::sp(U* other) : m_ptr(other) function in class:android::sp
108 sp<T>::sp(const sp<U>& other) function in class:android::sp
[all...]
/system/core/libcutils/
H A Dtztime.c182 static void gmtload P((struct state * sp));
186 struct tm * tmp, const struct state *sp));
197 long, struct tm *, const struct state* sp)),
198 long offset, const struct state * sp));
201 long, struct tm*, const struct state* sp)),
202 long offset, int * okayp, const struct state * sp));
204 struct tm * (*funcp) P((const time_t*, long, struct tm*,const struct state *sp)),
206 const struct state *sp));
208 const struct state * sp, struct tm * tmp));
213 static int tzload P((const char * name, struct state * sp,
311 tzload(const char *name, struct state * const sp, const int doextend) argument
[all...]
H A Datomic-android-arm.S78 stmdb sp!, {r4, lr}
95 ldmia sp!, {r4, lr}
109 stmdb sp!, {r4, lr}
126 ldmia sp!, {r4, lr}
140 stmdb sp!, {r4, lr}
158 ldmia sp!, {r4, lr}
173 stmdb sp!, {r4, r5, lr}
193 ldmia sp!, {r4, r5, lr}
207 stmdb sp!, {r4, r5, lr}
227 ldmia sp!, {r
[all...]
H A Dmemset32.S55 str lr, [sp, #-4]!
91 ldr lr, [sp], #4
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dstack_profile.c42 register unsigned long sp asm ("sp");
43 unsigned long retval = sp;
44 *base = ((sp & ~0x1fff) + 0x380);
/system/core/sh/
H A Dmemalloc.c131 struct stack_block *sp; local
137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
138 sp->prev = stackp;
139 stacknxt = sp->space;
141 stackp = sp;
178 struct stack_block *sp; local
183 sp = stackp;
184 stackp = sp->prev;
185 ckfree(sp);
211 struct stack_block *sp; local
[all...]
H A Dinput.c342 struct strpush *sp; local
347 sp = ckmalloc(sizeof (struct strpush));
348 sp->prev = parsefile->strpush;
349 parsefile->strpush = sp;
351 sp = parsefile->strpush = &(parsefile->basestrpush);
352 sp->prevstring = parsenextc;
353 sp->prevnleft = parsenleft;
354 sp->prevlleft = parselleft;
355 sp->ap = (struct alias *)ap;
366 struct strpush *sp local
[all...]
H A Deval.c353 struct strlist *sp; local
367 for (sp = arglist.list ; sp ; sp = sp->next) {
368 setvar(n->nfor.var, sp->text, 0);
684 struct strlist *sp; local
747 for (sp = arglist.list ; sp ; sp
1201 struct strlist *sp; local
[all...]
H A Dexpand.c136 struct strlist *sp; local
161 sp = (struct strlist *)stalloc(sizeof (struct strlist));
162 sp->text = p;
163 *exparg.lastp = sp;
164 exparg.lastp = &sp->next;
947 struct strlist *sp; local
961 sp = (struct strlist *)stalloc(sizeof *sp);
962 sp->text = start;
963 *arglist->lastp = sp;
1072 struct strlist *sp; local
1254 struct strlist *sp; local
1275 struct strlist *sp; local
[all...]
H A Dvar.c367 struct strlist *sp; local
370 for (sp = cmdenviron ; sp ; sp = sp->next) {
371 if (strequal(sp->text, name))
372 return strchr(sp->text, '=') + 1;
H A Djobs.c1046 struct procstat *sp; local
1066 for (sp = jp->ps ; sp < jp->ps + jp->nprocs ; sp++) {
1067 if (sp->pid == -1)
1069 if (sp->pid == pid) {
1070 TRACE(("Job %d: changing status of proc %d from 0x%x to 0x%x\n", jp - jobtab + 1, pid, sp->status, status));
1071 sp->status = status;
1074 if (sp->status == -1)
1076 else if (WIFSTOPPED(sp
[all...]
/system/core/toolbox/
H A Drenice.c49 struct sched_param sp; local
72 sched_getparam(pid, &sp);
73 printf("RT prio: %d (of %d to %d)\n", sp.sched_priority,
122 struct sched_param sp = { .sched_priority = prio }; local
125 ret = sched_setscheduler(pid, SCHED_RR, &sp);
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h64 // protocol for sp<>
84 sp<Assembly> lookup(const AssemblyKeyBase& key) const;
87 const sp<Assembly>& assembly);
93 inline cache_entry_t(const sp<Assembly>& a, int64_t w)
95 sp<Assembly> entry;
H A DCodeCache.cpp96 sp<Assembly> CodeCache::lookup(const AssemblyKeyBase& keyBase) const
99 sp<Assembly> r;
111 const sp<Assembly>& assembly)
H A DARMAssembler.h39 ARMAssembler(const sp<Assembly>& assembly);
131 sp<Assembly> mAssembly;
H A DARMAssembler.cpp45 ARMAssembler::ARMAssembler(const sp<Assembly>& assembly)
/system/core/libpixelflinger/
H A Drotate90CW_4x4_16v6.S36 stmfd sp!, {r4,r5, r6,r7, r8,r9, r10,r11, lr}
62 ldmfd sp!, {r4,r5, r6,r7, r8,r9, r10,r11, pc}
H A Dt32cb16blend.S140 stmfd sp!, {r4-r7, lr}
149 ldmlofd sp!, {r4-r7, lr} // return
200 ldmlofd sp!, {r4-r7, lr} // return
H A Dscanline.cpp249 sp<Assembly> assembly = gCodeCache.lookup(key);
252 sp<ScanlineAssembly> a = new ScanlineAssembly(c->state.needs,
1485 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE));
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A Dstack_profile.c56 register unsigned long sp asm ("sp");
57 unsigned long retval = sp;
59 *base = ((sp & ~STACK_MASK) + sizeof(struct task_struct) + 4);
157 /* register unsigned long sp asm ("sp");
158 unsigned long sp_local = sp;
H A DWlanDrvIf.c337 register unsigned long sp asm ("sp");
338 unsigned long local_sp = sp;
/system/core/debuggerd/
H A Dcrashglue.S27 mov sp, #0
H A Ddebuggerd.c133 unsigned int sp, pc, p, end, data; local
140 sp = r.ARM_sp;
191 p = sp - 64;
202 end = sp | 0x000000ff;
286 " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n",

Completed in 278 milliseconds