Searched defs:uc (Results 126 - 150 of 187) sorted by relevance

12345678

/external/icu/icu4c/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/libunwind/include/tdep-x86/
H A Dlibunwind_i.h87 ucontext_t *uc; member in struct:cursor
94 return c->uc;
290 extern void *tdep_uc_addr (ucontext_t *uc, int reg);
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h101 ucontext_t *uc; member in struct:cursor
108 return c->uc;
236 extern void *x86_64_r_uc_addr (ucontext_t *uc, int reg);
/external/libunwind/tests/
H A DGia64-test-nat.c133 ucontext_t *uc = context; local
142 signal, &sp, uc->uc_mcontext.sc_nat, uc->uc_mcontext.sc_pr);
143 sof = uc->uc_mcontext.sc_cfm & 0x7f;
144 bsp = (unsigned long *) rse_skip_regs (uc->uc_mcontext.sc_ar_bsp, -sof);
147 if (__uc_get_ar (uc, UNW_IA64_AR_BSP - UNW_IA64_AR, &bsp) != 0)
163 ++uc->uc_mcontext.sc_ip;
168 if (__uc_get_ip (uc, &ip) != 0)
173 if (__uc_set_ip (uc, ip) != 0)
549 unw_context_t uc; local
[all...]
/external/mesa3d/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/mesa3d/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);
/external/bison/lib/
H A Dquotearg.c140 unsigned char uc = c; local
142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
143 int shift = uc % INT_BITS;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc94 unsigned char uc = static_cast<unsigned char>(c);
95 return g_is_binary_char.Get()[uc];
124 unsigned char uc = static_cast<unsigned char>(c); local
125 return g_trigram_chars.Get()[uc];
/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp256 UChar32 uc; local
327 uc = utext_current32(text);
334 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
337 // two characters after uc were not 0x0E4C THANTHAKHAT before
346 pc = uc;
376 && fSuffixSet.contains(uc = utext_current32(text))) {
377 if (uc == THAI_PAIYANNOI) {
383 uc = utext_current32(text); // Fetch next character
390 if (uc == THAI_MAIYAMOK) {
484 UChar32 uc; local
685 UChar32 uc; local
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp85 void setUseClip(bool uc) { fUseClip = uc; } argument
/external/icu/icu4c/source/common/
H A Ddictbe.cpp259 UChar32 uc; local
330 uc = utext_current32(text);
337 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
340 // two characters after uc were not 0x0E4C THANTHAKHAT before
349 pc = uc;
379 && fSuffixSet.contains(uc = utext_current32(text))) {
380 if (uc == THAI_PAIYANNOI) {
386 uc = utext_current32(text); // Fetch next character
393 if (uc == THAI_MAIYAMOK) {
487 UChar32 uc; local
688 UChar32 uc; local
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp437 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { argument
442 // Instead, they are passed the original |uc| and they create a new VRS
445 unw_init_local(&cursor1, uc);
546 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, argument
551 unw_init_local(&cursor2, uc);
692 unw_context_t uc; local
693 unw_getcontext(&uc);
700 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object);
705 return unwind_phase2(&uc, exception_object, false);
728 unw_context_t uc; local
[all...]
/external/qemu/
H A Dcpu-exec.c66 struct ucontext *uc = puc; local
68 struct sigcontext *uc = puc;
79 sigprocmask(SIG_SETMASK, (sigset_t *)&uc->uc_sigmask, NULL);
81 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
84 sigprocmask(SIG_SETMASK, &uc->sc_mask, NULL);
809 ucontext_t *uc = puc; local
811 struct sigcontext *uc = puc; local
813 struct ucontext *uc = puc; local
824 pc = EIP_sig(uc);
825 trapno = TRAP_sig(uc);
864 ucontext_t *uc = puc; local
866 struct sigcontext *uc = puc; local
868 struct ucontext *uc = puc; local
948 ucontext_t *uc = puc; local
950 struct ucontext *uc = puc; local
975 struct ucontext *uc = puc; local
1018 struct sigcontext *uc = puc; local
1062 struct ucontext *uc = puc; local
1084 struct ucontext *uc = puc; local
1106 struct ucontext *uc = puc; local
1136 struct ucontext *uc = puc; local
1189 struct ucontext *uc = puc; local
1205 struct ucontext *uc = puc; local
[all...]
/external/skia/samplecode/
H A DSampleFatBits.cpp85 void setUseClip(bool uc) { fUseClip = uc; } argument
/external/strace/
H A Dnet.c345 struct ucred *uc = (struct ucred *) CMSG_DATA(cmsg); local
348 (long)uc->pid, (long)uc->uid, (long)uc->gid);
983 struct ucred uc; local
986 &uc) < 0)
990 (long)uc.pid,
991 (long)uc.uid,
992 (long)uc.gid,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c17 typedef unsigned char uc; typedef
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp107 extern constexpr unsigned char uc[] = { "foo" }; member in namespace:Array
/external/libunwind/src/ia64/
H A Dunwind_i.h53 inlined_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr) argument
69 case UNW_IA64_IP: addr = &uc->uc_mcontext.sc_br[0]; break;
70 case UNW_IA64_CFM: addr = &uc->uc_mcontext.sc_ar_pfs; break;
71 case UNW_IA64_AR_RNAT: addr = &uc->uc_mcontext.sc_ar_rnat; break;
72 case UNW_IA64_AR_UNAT: addr = &uc->uc_mcontext.sc_ar_unat; break;
73 case UNW_IA64_AR_LC: addr = &uc->uc_mcontext.sc_ar_lc; break;
74 case UNW_IA64_AR_FPSR: addr = &uc->uc_mcontext.sc_ar_fpsr; break;
75 case UNW_IA64_PR: addr = &uc->uc_mcontext.sc_pr; break;
76 case UNW_IA64_AR_BSPSTORE: addr = &uc->uc_mcontext.sc_ar_bsp; break;
80 addr = &uc
106 uc_addr(ucontext_t *uc, int reg, uint8_t *nat_bitnr) argument
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c17 typedef unsigned char uc; typedef
/external/llvm/lib/Support/
H A Dregcomp.c1256 unsigned uc = (uch)c; local
1259 if (col[uc] != 0)
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp276 CUpdateArchiveCommand &uc = Commands[i]; local
277 uc.ArchivePath.BaseExtension = ext;
278 uc.ArchivePath.VolExtension = typeExt;
279 uc.ArchivePath.ParseFromPath(uc.UserArchivePath);
/external/valgrind/main/coregrind/
H A Dm_signals.c256 machine context (uc) reflects the situation that a syscall had just
262 the machine state out of the uc. Of course if the program counter
269 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.eip)
270 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.esp)
271 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \
273 VG_(mk_SysRes_x86_linux)( (uc)->uc_mcontext.eax )
274 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \
275 { (srP)->r_pc = (ULong)((uc)
405 ucontext_t* uc = (ucontext_t*)ucV; local
411 ucontext_t* uc = (ucontext_t*)ucV; local
422 ucontext_t* uc = (ucontext_t*)ucV; local
452 ucontext_t* uc = (ucontext_t*)(ucV); local
463 ucontext_t* uc = (ucontext_t*)ucV; local
469 ucontext_t* uc = (ucontext_t*)ucV; local
478 ucontext_t* uc = (ucontext_t*)ucV; local
508 ucontext_t* uc = (ucontext_t*)ucV; local
1956 struct vki_ucontext uc; local
2568 sigvgkill_handler(int signo, vki_siginfo_t *si, struct vki_ucontext *uc) argument
[all...]
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.c416 unsigned char uc[4];
424 unsigned char uc[2];
1713 unsigned char uc[4];
1721 unsigned char uc[2];
2264 unsigned char uc[4]; member in union:__anon33163
2273 unsigned char uc[2];
3442 unsigned char uc[4]; member in union:__anon33164
3450 unsigned char uc[2]; member in union:__anon33165
3547 if (UCaux1.e[i] != SHOunion1.uc[1])
3550 if (UCaux1.e[i+8] != SHOunion1.uc[
[all...]
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det_impl.cc1750 uint8 uc = static_cast<uint8>(str[i]); local
1751 if (kIsAlpha[uc] | kIsDigit[uc]) {
1753 norm[l_ptr] = kCharsetToLowerTbl[uc];

Completed in 9005 milliseconds

12345678