Searched defs:uc (Results 1 - 25 of 187) sorted by relevance

12345678

/external/libunwind/src/aarch64/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
50 c->dwarf.as_arg = uc;
H A DGresume.c37 unw_tdep_context_t *uc = c->dwarf.as_arg; local
44 regs[0] = uc->uc_mcontext.regs[19];
45 regs[1] = uc->uc_mcontext.regs[20];
46 regs[2] = uc->uc_mcontext.regs[21];
47 regs[3] = uc->uc_mcontext.regs[22];
48 regs[4] = uc->uc_mcontext.regs[23];
49 regs[5] = uc->uc_mcontext.regs[24];
50 regs[6] = uc->uc_mcontext.regs[25];
51 regs[7] = uc->uc_mcontext.regs[26];
52 regs[8] = uc
[all...]
/external/libunwind/src/arm/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
50 c->dwarf.as_arg = uc;
/external/libunwind/src/hppa/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
50 c->dwarf.as_arg = uc;
/external/libunwind/src/mips/
H A DGinit_local.c31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
49 c->dwarf.as_arg = uc;
/external/libunwind/src/ppc/
H A DGinit_local.c38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
57 c->dwarf.as_arg = uc;
/external/libunwind/src/sh/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
50 c->dwarf.as_arg = uc;
/external/libunwind/src/x86/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
51 c->uc = uc;
/external/libunwind/src/x86_64/
H A DGinit_local.c34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
53 c->uc = uc;
H A DGstash_frame.c85 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/tests/
H A Dtest-static-link-gen.c61 unw_context_t uc; local
64 unw_getcontext (&uc);
65 unw_init_local (&c, &uc);
66 unw_init_remote (&c, unw_local_addr_space, &uc);
H A Dtest-static-link-loc.c76 unw_context_t uc; local
82 unw_getcontext (&uc);
83 unw_init_local (&c, &uc);
84 unw_init_remote (&c, unw_local_addr_space, &uc);
/external/libunwind/src/unwind/
H A DResume.c32 unw_context_t uc; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
H A DBacktrace.c33 unw_context_t uc; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
H A DResume_or_Rethrow.c32 unw_context_t uc; local
42 if (_Unwind_InitContext (&context, &uc) < 0)
H A DForcedUnwind.c34 unw_context_t uc; local
46 if (_Unwind_InitContext (&context, &uc) < 0)
/external/bison/lib/uniwidth/
H A Dwidth.c315 uc_width (ucs4_t uc, const char *encoding) argument
318 if ((uc >> 9) < 240)
320 int ind = nonspacing_table_ind[uc >> 9];
322 if ((nonspacing_table_data[64*ind + ((uc >> 3) & 63)] >> (uc & 7)) & 1)
324 if (uc > 0 && uc < 0xa0)
330 else if ((uc >> 9) == (0xe0000 >> 9))
332 if (uc >= 0xe0100)
334 if (uc <
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h80 unw_context_t uc; variable
90 unw_getcontext(&uc); variable
91 int ret = unw_init_local(&cursor, &uc);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_libunwind-inl.h80 unw_context_t uc; variable
90 unw_getcontext(&uc); variable
91 int ret = unw_init_local(&cursor, &uc);
/external/chromium_org/v8/test/cctest/
H A Dtest-conversions.cc39 UnicodeCache uc; local
40 CHECK_EQ(0.0, StringToDouble(&uc, "0x0", ALLOW_HEX | ALLOW_IMPLICIT_OCTAL));
41 CHECK_EQ(0.0, StringToDouble(&uc, "0X0", ALLOW_HEX | ALLOW_IMPLICIT_OCTAL));
42 CHECK_EQ(1.0, StringToDouble(&uc, "0x1", ALLOW_HEX | ALLOW_IMPLICIT_OCTAL));
43 CHECK_EQ(16.0, StringToDouble(&uc, "0x10", ALLOW_HEX | ALLOW_IMPLICIT_OCTAL));
44 CHECK_EQ(255.0, StringToDouble(&uc, "0xff",
46 CHECK_EQ(175.0, StringToDouble(&uc, "0xAF",
49 CHECK_EQ(0.0, StringToDouble(&uc, "0x0", ALLOW_HEX));
50 CHECK_EQ(0.0, StringToDouble(&uc, "0X0", ALLOW_HEX));
51 CHECK_EQ(1.0, StringToDouble(&uc, "
59 UnicodeCache uc; local
79 UnicodeCache uc; local
101 UnicodeCache uc; local
122 UnicodeCache uc; local
162 UnicodeCache uc; local
174 UnicodeCache uc; local
187 UnicodeCache uc; local
211 UnicodeCache uc; local
239 UnicodeCache uc; local
265 UnicodeCache uc; local
292 UnicodeCache uc; local
300 UnicodeCache uc; local
[all...]
/external/libunwind/src/mi/
H A Dbacktrace.c36 slow_backtrace (void **buffer, int size, unw_context_t *uc) argument
42 if (unlikely (unw_init_local (&cursor, uc) < 0))
61 unw_context_t uc; local
64 tdep_getcontext_trace (&uc);
66 if (unlikely (unw_init_local (&cursor, &uc) < 0))
71 unw_getcontext (&uc);
72 return slow_backtrace (buffer, size, &uc);
/external/libunwind/src/setjmp/
H A Dsiglongjmp.c62 unw_context_t uc; local
67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c49 union util_color uc = {0}; local
64 util_pack_color(color->f, PIPE_FORMAT_B8G8R8A8_UNORM, &uc);
89 ret = SVGA3D_ClearRect(svga->swc, flags, uc.ui, depth, stencil,
/external/clang/test/CodeGen/
H A DAtomics.c6 unsigned char uc; variable
17 (void) __sync_fetch_and_add (&uc, 1); // CHECK: atomicrmw add i8
26 (void) __sync_fetch_and_sub (&uc, 1); // CHECK: atomicrmw sub i8
35 (void) __sync_fetch_and_or (&uc, 1); // CHECK: atomicrmw or i8
44 (void) __sync_fetch_and_xor (&uc, 1); // CHECK: atomicrmw xor i8
53 (void) __sync_fetch_and_and (&uc, 1); // CHECK: atomicrmw and i8
66 uc = __sync_fetch_and_add (&uc, 11); // CHECK: atomicrmw add
75 uc = __sync_fetch_and_sub (&uc, 1
[all...]
H A Dnvptx-inlineasm-ptx.c6 unsigned char uc; local
19 asm volatile ("mov.b8 %0, %1;" : "=c"(uc) : "c"(uc));

Completed in 824 milliseconds

12345678