HomeSort by relevance Sort by last modified time
    Searched refs:uc (Results 151 - 175 of 552) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libunwind/src/unwind/
unwind-internal.h 52 #define _Unwind_InitContext(context, uc) \
54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \
  /external/libunwind/tests/
Gtest-bt.c 55 unw_context_t uc; variable
67 unw_getcontext (&uc);
68 if (unw_init_local (&cursor, &uc) < 0)
169 ucontext_t *uc UNUSED;
172 uc = context;
179 printf (" @ %lx", uc->uc_mcontext.sc_ip);
185 __uc_get_reason (uc, &reason);
186 __uc_get_ip (uc, &ip);
192 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
194 printf (" @ %lx", (unsigned long) uc->uc_mcontext.mc_eip)
    [all...]
Gtest-concurrent.c 54 unw_context_t uc; local
58 unw_getcontext (&uc);
59 unw_init_local (&c, &uc);
Gtest-resume-sig.c 78 unw_context_t uc; local
103 if ((ret = unw_getcontext (&uc)) < 0)
107 uc.uc_sigmask = oldmask;
109 if ((ret = unw_init_local (&c, &uc)) < 0)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 69 union util_color uc; local
76 util_pack_color(rgba, pt->format, &uc);
77 *(dest + k) = uc.ui[0];
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-solaris.h 50 extern void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc);
54 extern void ML_(save_machine_context)(ThreadId tid, vki_ucontext_t *uc,
56 extern void ML_(restore_machine_context)(ThreadId tid, vki_ucontext_t *uc,
  /external/valgrind/memcheck/tests/amd64-solaris/
context_sse.c 16 static ucontext_t uc; variable
26 uc = *ucp;
44 fs = &uc.uc_mcontext.fpregs.fp_reg_set.fpchip_state;
context_fpu.c 14 static ucontext_t uc; variable
23 uc = *ucp;
  /external/valgrind/memcheck/tests/x86-solaris/
context_sse.c 14 static ucontext_t uc; variable
24 uc = *ucp;
42 fs = &uc.uc_mcontext.fpregs.fp_reg_set.fpchip_state;
context_fpu.c 12 static ucontext_t uc; variable
21 uc = *ucp;
  /art/runtime/arch/arm/
fault_handler_arm.cc 50 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
51 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
101 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
102 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
134 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
135 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
199 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
200 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
201 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
  /external/google-breakpad/src/common/mac/
macho_utilities.h 65 void breakpad_swap_uuid_command(struct breakpad_uuid_command *uc,
  /external/icu/icu4c/source/i18n/unicode/
coleitr.h 291 static inline CollationElementIterator *fromUCollationElements(UCollationElements *uc) {
292 return reinterpret_cast<CollationElementIterator *>(uc);
295 static inline const CollationElementIterator *fromUCollationElements(const UCollationElements *uc) {
296 return reinterpret_cast<const CollationElementIterator *>(uc);
  /external/libunwind/include/
libunwind-arm.h 269 #define unw_tdep_getcontext(uc) (({ \
270 unw_tdep_context_t *unw_ctx = (uc); \
277 #define unw_tdep_getcontext(uc) (({ \
278 unw_tdep_context_t *unw_ctx = (uc); \
libunwind-aarch64.h 186 #define unw_tdep_getcontext(uc) (({ \
187 unw_tdep_context_t *unw_ctx = (uc); \
libunwind-ppc32.h 191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
  /external/libunwind/src/x86_64/
Gstash_frame.c 85 const unw_word_t uc = c->sigcontext_addr; local
87 assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP);
88 assert (DWARF_GET_LOC(d->loc[RBP]) - uc == UC_MCONTEXT_GREGS_RBP);
89 assert (DWARF_GET_LOC(d->loc[RSP]) - uc == UC_MCONTEXT_GREGS_RSP);
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 91 unw_context_t uc; local
93 unw_getcontext(&uc);
94 unw_init_local(&cursor, &uc);
107 unw_context_t uc; local
108 unw_getcontext(&uc);
109 unw_init_local(&cursor, &uc);
189 unw_context_t uc; local
191 unw_getcontext(&uc);
192 unw_init_local(&cursor, &uc);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 36 // uc = use count
42 unsigned uc[4]; member in class:r600_sb::rp_kcache_tracker
68 unsigned uc[4]; member in class:r600_sb::literal_tracker
71 literal_tracker() : lt(), uc() {}
81 unsigned count() { return !!uc[0] + !!uc[1] + !!uc[2] + !!uc[3]; }
90 unsigned uc[3][4]; member in class:r600_sb::rp_gpr_tracker
93 rp_gpr_tracker() : rp(), uc() {}
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ThaiBreakEngine.java 117 int uc; local
186 uc = fIter.current();
191 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
194 // two characters after uc were not 0x0E4C THANTHAKHAT before
203 pc = uc;
232 fSuffixSet.contains(uc = fIter.current())) {
233 if (uc == THAI_PAIYANNOI) {
239 uc = fIter.current();
245 if (uc == THAI_MAIYAMOK) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ThaiBreakEngine.java 116 int uc; local
185 uc = fIter.current();
190 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
193 // two characters after uc were not 0x0E4C THANTHAKHAT before
202 pc = uc;
231 fSuffixSet.contains(uc = fIter.current())) {
232 if (uc == THAI_PAIYANNOI) {
238 uc = fIter.current();
244 if (uc == THAI_MAIYAMOK) {
  /external/libunwind/src/x86/
Ginit.c 50 tdep_uc_addr (ucontext_t *uc, int reg)
52 return x86_r_uc_addr (uc, reg);
197 ucontext_t *uc = ((struct cursor *)arg)->uc; local
202 if (!(addr = x86_r_uc_addr (uc, reg)))
226 ucontext_t *uc = ((struct cursor *)arg)->uc; local
232 if (!(addr = x86_r_uc_addr (uc, reg)))
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-context-chk-fpu.c 48 static void signal_usr1(int signum, siginfo_t *info, void *uc)
51 ucontext_t *ucp = uc;
tm-signal-context-chk-gpr.c 45 static void signal_usr1(int signum, siginfo_t *info, void *uc)
48 ucontext_t *ucp = uc;
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 66 unsigned width, unsigned height, union util_color *uc);
73 union util_color *uc);

Completed in 726 milliseconds

1 2 3 4 5 67 8 91011>>