Searched defs:pc (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp77 char* pc = 0; local
79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), "");
81 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
H A Dcstdlib.pass.cpp81 char* pc = 0; local
83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), "");
85 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), "");
/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/
H A Dissue20176-__gnu_Unwind_Find_exidx.cpp9 extern "C" _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
10 extern "C" _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) argument
13 printf("%p -> ", pc);
14 ret_pc = dl_unwind_find_exidx(pc, pcount);
/ndk/tests/device/test-gnustl-full/unit/
H A Dioiter_test.cpp33 const char *pc; local
43 pc = strorg;
47 c = *pc++;
/ndk/tests/device/test-stlport/unit/
H A Dioiter_test.cpp33 const char *pc; local
43 pc = strorg;
47 c = *pc++;
/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c218 void * pc; local
220 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
222 if (pc == bkpt_addr) {
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c229 void * pc; local
231 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
233 if (pc == bkpt_addr) {
/ndk/sources/android/libthread_db/gdb-7.6/
H A Dlibthread_db.c242 void * pc; local
244 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
246 if (pc == bkpt_addr) {
/ndk/sources/host-tools/ndk-stack/regex/
H A Dengine.c847 sopno pc; local
852 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
853 s = g->strip[pc];
856 assert(pc == stop-1);
902 pc -= OPND(s) + 1;
903 INIT(here, pc);
919 assert(OP(g->strip[pc
[all...]

Completed in 194 milliseconds