Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 8 of 8) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h52 inline sp() : m_ptr(0) { } in sp() function
97 sp<T>::sp(T* other) in sp() function
104 sp<T>::sp(const sp<T>& other) in sp() function
111 sp<T>::sp(U* other) : m_ptr(other) in sp() function
117 sp<T>::sp(const sp<U>& other) in sp() function
/system/core/include/utils/
DStrongPointer.h61 inline sp() : m_ptr(0) { } in sp() function
113 sp<T>::sp(T* other) in sp() function
120 sp<T>::sp(const sp<T>& other) in sp() function
127 sp<T>::sp(U* other) in sp() function
134 sp<T>::sp(const sp<U>& other) in sp() function
/system/core/toolbox/
Drenice.c50 struct sched_param sp; in print_prio() local
140 struct sched_param sp = { .sched_priority = prio }; in renice_main() local
/system/core/libbacktrace/
DUnwindPtrace.cpp87 unw_word_t sp; in Unwind() local
DUnwindCurrent.cpp115 unw_word_t sp; in UnwindFromContext() local
/system/core/include/backtrace/
DBacktrace.h40 uintptr_t sp; // The top of the stack. member
/system/core/toolbox/upstream-netbsd/bin/rm/
Drm.c532 check(char *path, char *name, struct stat *sp) in check()
/system/core/debuggerd/
Dtombstone.cpp235 Backtrace* backtrace, log_t* log, uintptr_t* sp, size_t words, int label) { in dump_stack_segment()
300 word_t sp = backtrace->GetFrame(first)->sp - STACK_WORDS * sizeof(word_t); in dump_stack() local