Searched defs:uc (Results 76 - 100 of 187) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_clear.c38 union util_color uc; local
39 util_pack_color(rgba, format, &uc);
40 return uc.ui;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c117 union util_color uc; local
124 util_pack_color(rgba, pt->format, &uc);
125 *(dest + k) = uc.ui;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_x86-inl.h145 static void **NextStackFrame(void **old_sp, const void *uc) { argument
149 if (WITH_CONTEXT && uc != NULL) {
189 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_x86-inl.h142 static void **NextStackFrame(void **old_sp, const void *uc) { argument
146 if (WITH_CONTEXT && uc != NULL) {
186 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
/external/clang/test/Sema/
H A Dgnu-flags.c146 union uc { int i; unsigned : 3; }; union
147 union uc w = (union uc)2;
/external/icu/icu4c/source/common/
H A Dubidiwrt.c459 UChar uc; local
478 uc=LRM_CHAR;
481 uc=RLM_CHAR;
483 else uc=0;
484 if(uc) {
486 *dest++=uc;
504 uc=LRM_CHAR;
507 uc=RLM_CHAR;
509 else uc=0;
510 if(uc) {
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1-gcc-ext.c87 unw_context_t uc; local
89 unw_getcontext(&uc);
90 unw_init_local(&cursor, &uc);
104 unw_context_t uc; local
105 unw_getcontext(&uc);
106 unw_init_local(&cursor, &uc);
176 unw_context_t uc; local
178 unw_getcontext(&uc);
179 unw_init_local(&cursor, &uc);
H A DUnwindLevel1.c28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { argument
30 unw_init_local(&cursor1, uc);
120 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { argument
122 unw_init_local(&cursor2, uc);
225 unwind_phase2_forced(unw_context_t *uc, argument
229 unw_init_local(&cursor2, uc);
330 unw_context_t uc; local
331 unw_getcontext(&uc);
339 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object);
344 return unwind_phase2(&uc, exception_objec
363 unw_context_t uc; local
387 unw_context_t uc; local
[all...]
/external/libunwind/src/x86/
H A DGinit.c50 tdep_uc_addr (ucontext_t *uc, int reg) argument
52 return x86_r_uc_addr (uc, reg);
194 ucontext_t *uc = ((struct cursor *)arg)->uc; local
199 if (!(addr = x86_r_uc_addr (uc, reg)))
223 ucontext_t *uc = ((struct cursor *)arg)->uc; local
229 if (!(addr = x86_r_uc_addr (uc, reg)))
H A DGos-freebsd.c304 x86_r_uc_addr (ucontext_t *uc, int reg) argument
310 case UNW_X86_GS: addr = &uc->uc_mcontext.mc_gs; break;
311 case UNW_X86_FS: addr = &uc->uc_mcontext.mc_fs; break;
312 case UNW_X86_ES: addr = &uc->uc_mcontext.mc_es; break;
313 case UNW_X86_DS: addr = &uc->uc_mcontext.mc_ds; break;
314 case UNW_X86_EAX: addr = &uc->uc_mcontext.mc_eax; break;
315 case UNW_X86_EBX: addr = &uc->uc_mcontext.mc_ebx; break;
316 case UNW_X86_ECX: addr = &uc->uc_mcontext.mc_ecx; break;
317 case UNW_X86_EDX: addr = &uc->uc_mcontext.mc_edx; break;
318 case UNW_X86_ESI: addr = &uc
338 ucontext_t *uc = c->uc; local
[all...]
H A DGos-linux.c252 x86_r_uc_addr (ucontext_t *uc, int reg) argument
258 case UNW_X86_GS: addr = &uc->uc_mcontext.gregs[REG_GS]; break;
259 case UNW_X86_FS: addr = &uc->uc_mcontext.gregs[REG_FS]; break;
260 case UNW_X86_ES: addr = &uc->uc_mcontext.gregs[REG_ES]; break;
261 case UNW_X86_DS: addr = &uc->uc_mcontext.gregs[REG_DS]; break;
262 case UNW_X86_EAX: addr = &uc->uc_mcontext.gregs[REG_EAX]; break;
263 case UNW_X86_EBX: addr = &uc->uc_mcontext.gregs[REG_EBX]; break;
264 case UNW_X86_ECX: addr = &uc->uc_mcontext.gregs[REG_ECX]; break;
265 case UNW_X86_EDX: addr = &uc->uc_mcontext.gregs[REG_EDX]; break;
266 case UNW_X86_ESI: addr = &uc
286 ucontext_t *uc = c->uc; local
[all...]
/external/libunwind/src/x86_64/
H A DGinit.c213 ucontext_t *uc = ((struct cursor *)arg)->uc; local
218 if (!(addr = x86_64_r_uc_addr (uc, reg)))
242 ucontext_t *uc = ((struct cursor *)arg)->uc; local
248 if (!(addr = x86_64_r_uc_addr (uc, reg)))
/external/libunwind/tests/
H A DGia64-test-rbs.c95 unw_context_t uc; local
104 unw_getcontext (&uc);
105 if ((ret = unw_init_local (&c, &uc)) < 0)
H A DGia64-test-stack.c60 unw_context_t uc; local
67 unw_getcontext (&uc);
68 unw_init_local (&c, &uc);
H A DGtest-bt.c55 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
[all...]
H A DGtest-dyn1.c108 unw_context_t uc; local
114 unw_getcontext (&uc);
115 unw_init_local (&cursor, &uc);
H A DGtest-trace.c55 unw_context_t uc; variable
68 unw_getcontext (&uc);
69 if (unw_init_local (&cursor, &uc) < 0)
181 ucontext_t *uc UNUSED;
184 uc = context;
191 printf (" @ %lx", uc->uc_mcontext.sc_ip);
197 __uc_get_reason (uc, &reason);
198 __uc_get_ip (uc, &ip);
204 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
206 printf (" @ %lx", (unsigned long) uc
[all...]
/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...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c38 union util_color uc; local
39 util_pack_color(rgba, format, &uc);
40 return uc.ui;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c117 union util_color uc; local
124 util_pack_color(rgba, pt->format, &uc);
125 *(dest + k) = uc.ui;
/external/qemu/android/
H A Duser-config.c51 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
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc64-linux.c110 struct vki_ucontext uc; member in struct:rt_sigframe
216 frame->puc = &frame->uc;
218 frame->uc.uc_flags = 0;
219 frame->uc.uc_link = 0;
239 frame->uc.uc_flags = 0;
240 frame->uc.uc_link = 0;
241 frame->uc.uc_stack = tst->altstack;
242 frame->uc.uc_sigmask = tst->sig_mask;
244 (Addr)(&frame->uc), sizeof(frame->uc) );
[all...]
/external/valgrind/main/none/tests/
H A Dfaultstatus.c87 static void handler(int sig, siginfo_t *si, void *uc) argument
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c61 static void handler(int sig, siginfo_t *si, void *uc) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java88 URLConnection uc; field in class:URLConnectionTest
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...]

Completed in 2684 milliseconds

12345678