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

1 2 3 4 5 6 7 8 91011>>

  /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/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
184 UnicodeCache uc; local
208 UnicodeCache uc; local
236 UnicodeCache uc; local
262 UnicodeCache uc; local
289 UnicodeCache uc; local
297 UnicodeCache uc; local
    [all...]
  /external/libunwind/src/arm/
Gresume.c 41 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->regs[13]; /* SP *
    [all...]
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
50 c->dwarf.as_arg = uc;
  /external/libunwind/src/x86/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
51 c->uc = uc;
  /external/libunwind/src/x86_64/
Ginit_local.c 34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
53 c->uc = uc;
  /external/libunwind/src/aarch64/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
50 c->dwarf.as_arg = uc;
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...]
  /external/libunwind/src/hppa/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
50 c->dwarf.as_arg = uc;
  /external/libunwind/src/mips/
Ginit_local.c 31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
49 c->dwarf.as_arg = uc;
  /external/libunwind/src/sh/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
50 c->dwarf.as_arg = uc;
Gresume.c 37 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->uc_mcontext.pr
    [all...]
  /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/libunwind/src/ia64/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 set_as_arg (struct cursor *c, unw_context_t *uc)
44 c->as_arg = &uc->sw;
46 c->as_arg = uc;
51 get_initial_stack_pointers (struct cursor *c, unw_context_t *uc,
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->uc_mcontext.sc_ar_bsp
    [all...]
  /external/libunwind/src/ppc/
Ginit_local.c 38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
57 c->dwarf.as_arg = uc;
  /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);
  /external/qemu/android/
user-config.c 51 AUserConfig* uc; local
58 ANEW0(uc);
82 uc->iniPath = ASTRDUP(temp);
83 DD("looking user-config in: %s", uc->iniPath);
87 parentPath = path_parent(uc->iniPath, 1);
90 uc->iniPath);
107 if (path_exists(uc->iniPath)) {
109 ini = iniFile_newFromFile(uc->iniPath);
112 uc->iniPath);
117 uc->windowX = iniFile_getInteger(ini, KEY_WINDOW_X, DEFAULT_X)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pack_color.h 64 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->us = ((a & 0x80) << 8) | ((r & 0xf8) << 7) | ((g & 0xf8) << 2) | (b >> 3)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 64 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->us = ((a & 0x80) << 8) | ((r & 0xf8) << 7) | ((g & 0xf8) << 2) | (b >> 3)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 88 URLConnection uc;
92 uc = url.openConnection();
96 ((HttpURLConnection) uc).disconnect();
157 uc.setRequestProperty("prop", "yo");
158 uc.setRequestProperty("prop", "yo2");
159 assertEquals("yo2", uc.getRequestProperty("prop"));
160 Map<String, List<String>> map = uc.getRequestProperties();
161 List<String> props = uc.getRequestProperties().get("prop");
200 uc.setAllowUserInteraction(false);
201 assertFalse("getAllowUserInteraction should have returned false", uc
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
stacktrace.h 83 // Same as above, but to be used from a signal handler. The "uc" parameter
86 // better stack trace under certain conditions. The "uc" may safely be NULL.
88 int skip_count, const void *uc);
109 // Same as above, but to be used from a signal handler. The "uc" parameter
112 // better stack trace under certain conditions. The "uc" may safely be NULL.
114 int skip_count, const void *uc);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
stacktrace.h 83 // Same as above, but to be used from a signal handler. The "uc" parameter
86 // better stack trace under certain conditions. The "uc" may safely be NULL.
88 int skip_count, const void *uc);
109 // Same as above, but to be used from a signal handler. The "uc" parameter
112 // better stack trace under certain conditions. The "uc" may safely be NULL.
114 int skip_count, const void *uc);
  /external/libunwind/src/unwind/
Resume.c 32 unw_context_t uc; local
38 if (_Unwind_InitContext (&context, &uc) < 0)

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>