Searched defs:uc (Results 101 - 125 of 187) sorted by relevance

12345678

/external/bzip2/
H A Ddecompress.c108 UChar uc; local
197 GET_UCHAR(BZ_X_MAGIC_1, uc);
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
200 GET_UCHAR(BZ_X_MAGIC_2, uc);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
203 GET_UCHAR(BZ_X_MAGIC_3, uc)
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
222 GET_UCHAR(BZ_X_BLKHDR_1, uc);
224 if (uc == 0x17) goto endhdr_2;
225 if (uc !
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.h57 UnicodeString cf, lc, tc, uc; member in struct:UniProps
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dloopfilter_filters.c16 typedef unsigned char uc; typedef
27 static signed char vp8_filter_mask(uc limit, uc blimit,
28 uc p3, uc p2, uc p1, uc p0,
29 uc q0, uc q1, uc q
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c240 union util_color uc; local
260 util_pack_color(color->f, dst->texture->format, &uc);
263 0, 0, width, height, &uc);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c217 union util_color uc; local
223 util_pack_color(color->f, dst->format, &uc);
231 uc.ui );
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp147 unsigned char uc; local
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h57 UnicodeString cf, lc, tc, uc; member in struct:UniProps
/external/libedit/src/
H A Dunvis.c196 unsigned char uc = (unsigned char)c; local
343 if (isoctal(uc)) {
359 if (isoctal(uc)) {
369 if (!isxdigit(uc))
373 if (isxdigit(uc)) {
374 *cp = xtod(uc);
386 if (isxdigit(uc)) {
387 *cp = xtod(uc) | (*cp << 4);
393 if (uc == '\n' || uc
[all...]
/external/libunwind/src/ia64/
H A DGinit.c49 tdep_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr) argument
51 return inlined_uc_addr (uc, reg, nat_bitnr);
129 ucontext_t *uc = arg; local
135 __uc_get_reason (uc, &reason);
140 if ((ret = __uc_get_grs (uc, (reg - UNW_IA64_GR), 1, &value, &nat)))
144 ret = __uc_set_grs (uc, (reg - UNW_IA64_GR), 1, val, nat);
150 if ((ret = __uc_get_grs (uc, (reg - UNW_IA64_GR), 1, &value, &nat)))
161 ret = __uc_set_grs (uc, (reg - UNW_IA64_GR), 1, &value, nat);
171 ret = __uc_set_ar (uc, (reg - UNW_IA64_AR), *val);
173 ret = __uc_get_ar (uc, (re
249 ucontext_t *uc = arg; local
285 ucontext_t *uc = arg; local
337 ucontext_t *uc = arg; local
[all...]
/external/libunwind/tests/
H A DGperf-simple.c62 unw_context_t uc; local
65 unw_getcontext (&uc);
66 if (unw_init_local (&cursor, &uc) < 0)
162 unw_context_t uc; member in struct:__anon24720
165 uc[N]; local
177 uc[i].padding[511] = i; /* warm up the TLB */
180 unw_getcontext (&uc[i].uc);
192 uc[i].padding[511] = i; /* warm up the TLB */
195 unw_init_local (&cursor[i].c, &uc[
[all...]
H A DGperf-trace.c148 unw_context_t uc; member in struct:__anon24722
151 uc[N]; local
163 uc[i].padding[511] = i; /* warm up the TLB */
166 unw_getcontext (&uc[i].uc);
178 uc[i].padding[511] = i; /* warm up the TLB */
181 unw_init_local (&cursor[i].c, &uc[i].uc);
193 unw_getcontext (&uc[0].uc);
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c16 typedef unsigned char uc; typedef
27 static signed char vp8_filter_mask(uc limit, uc blimit,
28 uc p3, uc p2, uc p1, uc p0,
29 uc q0, uc q1, uc q
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c240 union util_color uc; local
260 util_pack_color(color->f, dst->texture->format, &uc);
263 0, 0, width, height, &uc);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c217 union util_color uc; local
223 util_pack_color(color->f, dst->format, &uc);
231 uc.ui );
/external/tcpdump/
H A Dprint-bootp.c376 u_int8_t uc, subopt, suboptlen; local
430 uc = *bp++;
431 printf("%s", tok2str(dhcp_msg_values, "Unknown (%u)", uc));
438 uc = *bp++;
439 cp = tok2str(tag2str, "?Option %u", uc);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c947 UChar uc; local
951 uc = *p++; /*biasMe*/
952 vg_assert(uc == 0 || uc == 1);
955 vg_assert(uc == 0);
957 uc = *p++;
958 if (uc == 1) { /*isEnd*/
964 vg_assert(uc == 0);
1018 UChar uc; local
1029 uc
1193 UChar uc; local
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-linux.c329 struct vki_ucontext *uc, struct _vki_fpstate *fpstate)
332 struct vki_sigcontext *sc = &uc->uc_mcontext;
334 VG_(memset)(uc, 0, sizeof(*uc));
336 uc->uc_flags = 0;
337 uc->uc_link = 0;
338 uc->uc_sigmask = *set;
339 uc->uc_stack = tst->altstack;
327 synth_ucontext(ThreadId tid, const vki_siginfo_t *si, UWord trapno, UWord err, const vki_sigset_t *set, struct vki_ucontext *uc, struct _vki_fpstate *fpstate) argument
H A Dsigframe-arm-linux.c74 struct vki_ucontext uc; member in struct:sigframe
125 struct vki_ucontext *uc){
128 struct vki_sigcontext *sc = &uc->uc_mcontext;
130 VG_(memset)(uc, 0, sizeof(*uc));
132 uc->uc_flags = 0;
133 uc->uc_link = 0;
134 uc->uc_sigmask = *set;
135 uc->uc_stack = tst->altstack;
186 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &frame->uc);
123 synth_ucontext( ThreadId tid, const vki_siginfo_t *si, UWord trapno, UWord err, const vki_sigset_t *set, struct vki_ucontext *uc) argument
[all...]
H A Dsigframe-arm64-linux.c72 struct vki_ucontext uc; member in struct:sigframe
123 struct vki_ucontext *uc)
127 struct vki_sigcontext *sc = &uc->uc_mcontext;
129 VG_(memset)(uc, 0, sizeof(*uc));
131 uc->uc_flags = 0;
132 uc->uc_link = 0;
133 uc->uc_sigmask = *set;
134 uc->uc_stack = tst->altstack;
180 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &frame->uc);
121 synth_ucontext( ThreadId tid, const vki_siginfo_t *si, UWord trapno, UWord err, const vki_sigset_t *set, struct vki_ucontext *uc) argument
[all...]
H A Dsigframe-s390x-linux.c135 struct vki_ucontext uc; member in struct:rt_sigframe
410 save_sigregs(tst, &frame->uc.uc_mcontext);
428 frame->uc.uc_flags = 0;
429 frame->uc.uc_link = 0;
430 frame->uc.uc_sigmask = *mask;
431 frame->uc.uc_stack = tst->altstack;
435 SET_SIGNAL_GPR(tst, 4, &frame->uc);
528 restore_sigregs(tst, &frame->uc.uc_mcontext);
H A Dsigframe-x86-linux.c353 struct vki_ucontext *uc, struct _vki_fpstate *fpstate)
356 struct vki_sigcontext *sc = &uc->uc_mcontext;
358 VG_(memset)(uc, 0, sizeof(*uc));
360 uc->uc_flags = 0;
361 uc->uc_link = 0;
362 uc->uc_sigmask = *set;
363 uc->uc_stack = tst->altstack;
473 struct vki_ucontext uc; local
503 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &uc,
351 synth_ucontext(ThreadId tid, const vki_siginfo_t *si, UWord trapno, UWord err, const vki_sigset_t *set, struct vki_ucontext *uc, struct _vki_fpstate *fpstate) argument
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c289 u_fputc(UChar32 uc, argument
296 U16_APPEND(buf, idx, sizeof(buf)/sizeof(*buf), uc, isError);
300 return u_file_write(buf, idx, f) == idx ? uc : U_EOF;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_blit.c111 union util_color uc; local
112 util_pack_color(rgba, format, &uc);
115 return uc.ui;
117 return uc.us | (uc.us << 16);
H A Dr300_state_derived.c608 union util_color uc = {0}; local
648 util_pack_color(border_swizzled, PIPE_FORMAT_B4G4R4A4_UNORM, &uc);
649 return uc.ui;
652 util_pack_color(border_swizzled, PIPE_FORMAT_R8G8B8A8_SNORM, &uc);
653 return uc.ui;
656 util_pack_color(border_swizzled, PIPE_FORMAT_R8G8B8A8_UNORM, &uc);
657 return uc.ui;
662 util_pack_color(border_swizzled, PIPE_FORMAT_B8G8R8A8_SRGB, &uc);
663 return uc.ui;
665 util_pack_color(border_swizzled, PIPE_FORMAT_B8G8R8A8_UNORM, &uc);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c308 union util_color uc; local
318 uc.f, 1, &color, 4,
334 dst_box.width, dst_box.height, &uc);

Completed in 651 milliseconds

12345678