HomeSort by relevance Sort by last modified time
    Searched defs:uc (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /bionic/libc/upstream-netbsd/lib/libc/string/
memccpy.c 54 unsigned char uc = c; local
56 if ((*tp++ = *fp++) == uc)
  /external/libunwind/src/unwind/
Backtrace.c 33 unw_context_t uc; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
Resume.c 32 unw_context_t uc; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
ForcedUnwind.c 34 unw_context_t uc; local
46 if (_Unwind_InitContext (&context, &uc) < 0)
Resume_or_Rethrow.c 32 unw_context_t uc; local
42 if (_Unwind_InitContext (&context, &uc) < 0)
RaiseException.c 37 unw_context_t uc; local
46 if (_Unwind_InitContext (&context, &uc) < 0)
104 if (unw_init_local (&context.cursor, &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/tests/
test-static-link-gen.c 61 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);
test-static-link-loc.c 76 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);
Gia64-test-readonly.c 47 unw_context_t uc; local
54 unw_getcontext (&uc);
56 if ((ret = unw_init_local (&c, &uc)) < 0)
ia64-test-sig.c 43 unw_context_t uc; local
48 unw_getcontext (&uc);
49 if (unw_init_local (&cursor, &uc) < 0)
  /external/libunwind/src/mi/
backtrace.c 36 slow_backtrace (void **buffer, int size, unw_context_t *uc)
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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_clear.c 49 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/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 80 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/
stacktrace_libunwind-inl.h 80 unw_context_t uc; variable
90 unw_getcontext(&uc); variable
91 int ret = unw_init_local(&cursor, &uc);
  /external/chromium_org/v8/test/cctest/
test-conversions.cc 39 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, "0x1", ALLOW_HEX))
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/setjmp/
longjmp.c 61 unw_context_t uc; local
66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
siglongjmp.c 62 unw_context_t uc; local
67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_clear.c 49 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,
  /art/test/004-SignalTest/
signaltest.cc 57 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
58 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
61 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
62 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
65 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
66 uc->CTX_EIP += 3;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_translate.c 462 union util_color uc; local
475 util_pack_color_ub(r, g, b, a, PIPE_FORMAT_R32G32B32A32_FLOAT, &uc);
476 rgba[i][0] = uc.f[0];
477 rgba[i][1] = uc.f[1];
478 rgba[i][2] = uc.f[2];
479 rgba[i][3] = uc.f[3];
494 util_pack_color_ub(r, g, b, a, PIPE_FORMAT_R32G32B32A32_FLOAT, &uc);
495 rgba[i][0] = uc.f[0];
496 rgba[i][1] = uc.f[1];
497 rgba[i][2] = uc.f[2]
    [all...]
  /external/clang/test/CodeGen/
Atomics.c 6 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, 11); // CHECK: atomicrmw su
    [all...]
nvptx-inlineasm-ptx.c 6 unsigned char uc; local
19 asm volatile ("mov.b8 %0, %1;" : "=c"(uc) : "c"(uc));
  /external/libunwind/src/aarch64/
Ginit.c 44 uc_addr (ucontext_t *uc, int reg)
47 return &uc->uc_mcontext.regs[reg];
55 tdep_uc_addr (ucontext_t *uc, int reg)
57 return uc_addr (uc, reg);
133 ucontext_t *uc = arg; local
138 if (!(addr = uc_addr (uc, reg)))
162 ucontext_t *uc = arg; local
168 if (!(addr = uc_addr (uc, reg)))
Gresume.c 37 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->uc_mcontext.regs[27]
    [all...]

Completed in 1398 milliseconds

1 2 3 4 5 6