Searched defs:sp (Results 1 – 8 of 8) sorted by relevance
52 inline sp() : m_ptr(0) { } in sp() function97 sp<T>::sp(T* other) in sp() function104 sp<T>::sp(const sp<T>& other) in sp() function111 sp<T>::sp(U* other) : m_ptr(other) in sp() function117 sp<T>::sp(const sp<U>& other) in sp() function
61 inline sp() : m_ptr(0) { } in sp() function113 sp<T>::sp(T* other) in sp() function120 sp<T>::sp(const sp<T>& other) in sp() function127 sp<T>::sp(U* other) in sp() function134 sp<T>::sp(const sp<U>& other) in sp() function
50 struct sched_param sp; in print_prio() local140 struct sched_param sp = { .sched_priority = prio }; in renice_main() local
87 unw_word_t sp; in Unwind() local
115 unw_word_t sp; in UnwindFromContext() local
40 uintptr_t sp; // The top of the stack. member
532 check(char *path, char *name, struct stat *sp) in check()
235 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