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

1234567891011>>

/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_nand (&uc, 1); // CHECK: atomicrmw nand i8
62 (void) __sync_fetch_and_and (&uc, 1); // CHECK: atomicrmw and i8
75 uc = __sync_fetch_and_add (&uc, 11); // CHECK: atomicrmw add
84 uc
[all...]
H A Dnvptx-inlineasm-ptx.c6 unsigned char uc; local
19 asm volatile ("mov.b8 %0, %1;" : "=c"(uc) : "c"(uc));
/external/valgrind/none/tests/solaris/
H A Dcontext_link.c1 /* Test of correct simulation for uc->uc_link. */
14 ucontext_t uc; local
19 getcontext(&uc);
27 uc.uc_stack.ss_sp = stack;
28 uc.uc_stack.ss_size = sizeof(stack);
31 makecontext(&uc, print_value, 1, 42);
32 setcontext(&uc);
H A Dcontext_link2.c1 /* Test of correct simulation for uc->uc_link in a signal handler. */
19 ucontext_t uc; local
23 if (getcontext(&uc)) {
27 assert(!uc.uc_link);
43 getcontext(&uc);
44 assert(!uc.uc_link);
/external/libunwind/src/arm/
H A DGresume.c41 unw_tdep_context_t *uc = c->dwarf.as_arg; local
48 regs[0] = uc->regs[4];
49 regs[1] = uc->regs[5];
50 regs[2] = uc->regs[6];
51 regs[3] = uc->regs[7];
52 regs[4] = uc->regs[8];
53 regs[5] = uc->regs[9];
54 regs[6] = uc->regs[10];
55 regs[7] = uc->regs[11]; /* FP */
56 regs[8] = uc
[all...]
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/skia/tools/skiaserve/urlhandlers/
H A DPostHandler.cpp22 struct UploadContext* uc = reinterpret_cast<UploadContext*>(cls); local
25 uc->fStream.write(data, size);
38 UploadContext* uc = request->fUploadContext; local
41 if (!uc) {
43 uc = new UploadContext;
44 uc->connection = connection;
45 uc->fPostProcessor = MHD_create_post_processor(connection, kBufferSize,
46 &process_upload_data, uc);
47 SkASSERT(uc->fPostProcessor);
49 request->fUploadContext = uc;
[all...]
/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;
/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/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/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;
H A DGresume.c37 unw_tdep_context_t *uc = c->dwarf.as_arg; local
44 regs[0] = uc->uc_mcontext.gregs[8];
45 regs[1] = uc->uc_mcontext.gregs[9];
46 regs[2] = uc->uc_mcontext.gregs[10];
47 regs[3] = uc->uc_mcontext.gregs[11];
48 regs[4] = uc->uc_mcontext.gregs[12];
49 regs[5] = uc->uc_mcontext.gregs[13];
50 regs[6] = uc->uc_mcontext.gregs[14];
51 regs[7] = uc->uc_mcontext.gregs[15];
52 unsigned long pc = uc
[all...]
/external/vogar/test/vogar/
H A DScriptBuilderEscapingTest.java41 private final String uc; field in class:ScriptBuilderEscapingTest.SingleCharacterEscapeTest
45 this.uc = Character.toString(c);
47 setName("Escape '" + uc + "' as '" + qc + "'");
52 assertEquals(qc, ScriptBuilder.escape(uc));
53 assertEquals("a" + qc, ScriptBuilder.escape("a" + uc));
54 assertEquals(qc + "b", ScriptBuilder.escape(uc + "b"));
55 assertEquals("a" + qc + "b", ScriptBuilder.escape("a" + uc + "b"));
57 ScriptBuilder.escape(uc + "a" + uc + uc
[all...]
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Ducontext_reader.cc43 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) { argument
44 return uc->uc_mcontext.gregs[REG_ESP];
47 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) { argument
48 return uc->uc_mcontext.gregs[REG_EIP];
51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc, argument
53 const greg_t* regs = uc->uc_mcontext.gregs;
91 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
92 return uc->uc_mcontext.gregs[REG_RSP];
95 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
96 return uc
[all...]
H A Ducontext_reader.h44 static uintptr_t GetStackPointer(const struct ucontext* uc);
46 static uintptr_t GetInstructionPointer(const struct ucontext* uc);
52 static void FillCPUContext(RawContextCPU *out, const ucontext *uc,
55 static void FillCPUContext(RawContextCPU *out, const ucontext *uc,
58 static void FillCPUContext(RawContextCPU *out, const ucontext *uc);
/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 (void) tdep_getcontext_trace (&uc);
66 if (unlikely (unw_init_local (&cursor, &uc) < 0))
71 (void) unw_getcontext (&uc);
72 return slow_backtrace (buffer, size, &uc);
/external/libunwind/src/ia64/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
40 set_as_arg (struct cursor *c, unw_context_t *uc) argument
44 c->as_arg = &uc->sw;
46 c->as_arg = uc;
51 get_initial_stack_pointers (struct cursor *c, unw_context_t *uc, argument
58 sol = (uc->sw.ar_pfs >> 7) & 0x7f;
59 bspstore = uc->sw.ar_bspstore;
60 *sp = uc->ksp;
62 sol = (uc->uc_mcontext.sc_ar_pfs >> 7) & 0x7f;
63 bspstore = uc
80 unw_init_local(unw_cursor_t *cursor, unw_context_t *uc) argument
[all...]
/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/clang/test/Sema/
H A Dzvector.c6 vector unsigned char uc, uc2; variable
47 uc = uc2;
65 uc = sc2; // expected-error {{incompatible type}}
66 uc = bc2; // expected-error {{incompatible type}}
72 uc = sc_scalar; // expected-error {{incompatible type}}
73 uc = uc_scalar; // expected-error {{incompatible type}}
87 uc = us2; // expected-error {{incompatible type}}
88 uc = ui2; // expected-error {{incompatible type}}
89 uc = ul2; // expected-error {{incompatible type}}
90 uc
[all...]
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h64 enum pipe_format format, union util_color *uc)
69 uc->ui = (r << 24) | (g << 16) | (b << 8) | a;
74 uc->ui = (r << 24) | (g << 16) | (b << 8) | 0xff;
79 uc->ui = (a << 24) | (r << 16) | (g << 8) | b;
84 uc->ui = (0xff << 24) | (r << 16) | (g << 8) | b;
89 uc->ui = (b << 24) | (g << 16) | (r << 8) | a;
94 uc->ui = (b << 24) | (g << 16) | (r << 8) | 0xff;
99 uc->us = ((r & 0xf8) << 8) | ((g & 0xfc) << 3) | (b >> 3);
104 uc->us = ((0x80) << 8) | ((r & 0xf8) << 7) | ((g & 0xf8) << 2) | (b >> 3);
109 uc
63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, enum pipe_format format, union util_color *uc) argument
164 util_unpack_color_ub(enum pipe_format format, union util_color *uc, ubyte *r, ubyte *g, ubyte *b, ubyte *a) argument
334 util_pack_color(const float rgba[4], enum pipe_format format, union util_color *uc) argument
[all...]

Completed in 566 milliseconds

1234567891011>>