HomeSort by relevance Sort by last modified time
    Searched refs:uc (Results 201 - 225 of 552) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libunwind/tests/
ia64-test-setjmp.c 64 ucontext_t *uc = sigcontext; local
69 &local, uc->uc_mcontext.sc_ar_bsp);
test-coredump-unwind.c 210 ucontext_t *uc UNUSED;
212 uc = ucontext;
215 ip = uc->uc_mcontext.gregs[REG_EIP];
217 ip = uc->uc_mcontext.gregs[REG_RIP];
219 ip = uc->uc_mcontext.arm_pc;
223 ip = uc->uc_mcontext.mc_eip;
225 ip = uc->uc_mcontext.mc_rip;
Gia64-test-nat.c 133 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...]
Gia64-test-stack.c 60 unw_context_t uc; local
67 unw_getcontext (&uc);
68 unw_init_local (&c, &uc);
Gtest-dyn1.c 108 unw_context_t uc; local
114 unw_getcontext (&uc);
115 unw_init_local (&cursor, &uc);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-context-chk-vmx.c 54 static void signal_usr1(int signum, siginfo_t *info, void *uc)
57 ucontext_t *ucp = uc;
tm-signal-context-chk-vsx.c 54 static void signal_usr1(int signum, siginfo_t *info, void *uc)
59 ucontext_t *ucp = uc;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_draw.c 203 union util_color uc = {0}; local
243 util_format_write_4ui(pfmt, swapped.ui, 0, &uc, 0, 0, 0, 1, 1);
245 util_format_write_4i(pfmt, swapped.i, 0, &uc, 0, 0, 0, 1, 1);
247 util_pack_color(swapped.f, pfmt, &uc);
258 OUT_RING(ring, uc.ui[0]); /* RB_CLEAR_COLOR_DW0 */
259 OUT_RING(ring, uc.ui[1]); /* RB_CLEAR_COLOR_DW1 */
260 OUT_RING(ring, uc.ui[2]); /* RB_CLEAR_COLOR_DW2 */
261 OUT_RING(ring, uc.ui[3]); /* RB_CLEAR_COLOR_DW3 */
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_uniforms.c 115 union util_color uc; local
142 uc.ui[0] = util_pack_z(PIPE_FORMAT_Z24X8_UNORM,
149 PIPE_FORMAT_R8G8B8A8_UNORM, &uc);
153 PIPE_FORMAT_A8B8G8R8_UNORM, &uc);
157 PIPE_FORMAT_B8G8R8A8_UNORM, &uc);
160 uc.ui[0] = float_to_ubyte(storage_color[0]) << 24;
163 uc.ui[0] = ((float_to_ubyte(storage_color[1]) << 24) |
169 cl_aligned_u32(uniforms, uc.ui[0]);
  /external/libunwind/src/x86_64/
Ginit.c 214 ucontext_t *uc = ((struct cursor *)arg)->uc; local
219 if (!(addr = x86_64_r_uc_addr (uc, reg)))
243 ucontext_t *uc = ((struct cursor *)arg)->uc; local
249 if (!(addr = x86_64_r_uc_addr (uc, reg)))
  /external/valgrind/coregrind/m_debuginfo/
d3basics.c 952 UChar uc; local
1023 UChar uc; local
1199 UChar uc; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 153 var uc uint64
156 uc = uint64(c)
158 uc = uint64(uint32(c))
160 uc = uint64(uint16(c))
162 uc = uint64(uint8(c))
165 case uc < lim.umin:
167 case uc > lim.umax:
169 case uc == lim.umin && uc == lim.umax:
171 case uc == lim.umin
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 153 var uc uint64
156 uc = uint64(c)
158 uc = uint64(uint32(c))
160 uc = uint64(uint16(c))
162 uc = uint64(uint8(c))
165 case uc < lim.umin:
167 case uc > lim.umax:
169 case uc == lim.umin && uc == lim.umax:
171 case uc == lim.umin
    [all...]
  /external/jline/src/src/main/java/jline/
ClassNameCompletor.java 62 URLConnection uc = (URLConnection) classURL.openConnection(); local
64 if (uc instanceof JarURLConnection) {
65 urls.add(((JarURLConnection) uc).getJarFileURL());
  /tools/tradefederation/core/atest/
module_info_unittest.py 25 import unittest_constants as uc
27 JSON_FILE_PATH = os.path.join(uc.TEST_DATA_DIR, uc.JSON_FILE)
  /external/Microsoft-GSL/tests/
byte_tests.cpp 51 const unsigned char uc = 12; variable
52 const byte b = to_byte(uc);
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
ASMifierTest.java 110 UnitCompiler uc = new UnitCompiler(p.parseCompilationUnit(), CL); local
111 return uc.compileUnit(DebuggingInformation.ALL)[0].toByteArray();
  /external/libunwind/src/hppa/
Gresume.c 58 ucontext_t *uc = c->dwarf.as_arg; local
76 setcontext (uc);
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_signal.c 47 ucontext_t *uc = context; local
48 mcontext_t *mc = &uc->uc_mcontext;
vmx_signal.c 50 ucontext_t *uc = context; local
51 mcontext_t *mc = &uc->uc_mcontext;
  /external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
load_unaligned_zeropad.c 69 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.gp_regs[PT_NIP]
71 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
83 ucontext_t *uc = (ucontext_t *)ptr; local
85 unsigned long *ip = &UCONTEXT_NIA(uc);
  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c 329 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;
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
issue13635.go 14 _ C.uchar = "uc" // ERROR HERE: C\.uchar
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
issue13635.go 14 _ C.uchar = "uc" // ERROR HERE: C\.uchar
  /external/clang/test/CodeGenCUDA/Inputs/
cuda-initializers.h 34 struct UC {
35 int uc; member in struct:UC
36 __device__ UC();

Completed in 473 milliseconds

1 2 3 4 5 6 7 891011>>