Searched refs:uc (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DUnwindLevel1.c29 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { argument
31 unw_init_local(&cursor1, uc);
123 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { argument
125 unw_init_local(&cursor2, uc);
233 unwind_phase2_forced(unw_context_t *uc, argument
237 unw_init_local(&cursor2, uc);
341 unw_context_t uc; local
342 unw_getcontext(&uc);
350 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object);
355 return unwind_phase2(&uc, exception_objec
374 unw_context_t uc; local
398 unw_context_t uc; local
[all...]
H A DUnwindLevel1-gcc-ext.c90 unw_context_t uc; local
92 unw_getcontext(&uc);
93 unw_init_local(&cursor, &uc);
106 unw_context_t uc; local
107 unw_getcontext(&uc);
108 unw_init_local(&cursor, &uc);
200 unw_context_t uc; local
202 unw_getcontext(&uc);
203 unw_init_local(&cursor, &uc);
H A DUnwind-EHABI.cpp434 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { argument
439 // Instead, they are passed the original |uc| and they create a new VRS
442 unw_init_local(&cursor1, uc);
547 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, argument
552 unw_init_local(&cursor2, uc);
696 unw_context_t uc; local
697 unw_getcontext(&uc);
704 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object);
709 return unwind_phase2(&uc, exception_object, false);
733 unw_context_t uc; local
[all...]
/ndk/sources/host-tools/make-3.81/
H A Ddir.c156 unsigned char uc = *name;
158 h = (h << 4) + (isupper (uc) ? tolower (uc) : uc);
160 h = (h << 4) + uc;
155 unsigned char uc = *name; local
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregcomp.c1220 unsigned uc = (uch)c; local
1223 if (col[uc] != 0)

Completed in 262 milliseconds