HomeSort by relevance Sort by last modified time
    Searched refs:v64 (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGen/
hexagon-inline-asm.c 3 typedef int v64 __attribute__((__vector_size__(64))) typedef
8 void foo(v64 v0, v64 v1, v64 *p) {
10 v64 q0;
builtins-hexagon.c 7 int v64 __attribute__((__vector_size__(256))); local
    [all...]
  /external/strace/tests/
ioctl_mtd.c 105 TAIL_ALLOC_OBJECT_CONST_PTR(uint64_t, v64);
106 fill_memory(v64, sizeof(*v64));
108 ioctl(-1, MEMGETBADBLOCK, v64);
111 (unsigned int) _IOC_NR(MEMGETBADBLOCK), *v64);
113 ioctl(-1, MEMSETBADBLOCK, v64);
116 (unsigned int) _IOC_NR(MEMSETBADBLOCK), *v64);
  /external/strace/tests-m32/
ioctl_mtd.c 105 TAIL_ALLOC_OBJECT_CONST_PTR(uint64_t, v64);
106 fill_memory(v64, sizeof(*v64));
108 ioctl(-1, MEMGETBADBLOCK, v64);
111 (unsigned int) _IOC_NR(MEMGETBADBLOCK), *v64);
113 ioctl(-1, MEMSETBADBLOCK, v64);
116 (unsigned int) _IOC_NR(MEMSETBADBLOCK), *v64);
  /external/strace/tests-mx32/
ioctl_mtd.c 105 TAIL_ALLOC_OBJECT_CONST_PTR(uint64_t, v64);
106 fill_memory(v64, sizeof(*v64));
108 ioctl(-1, MEMGETBADBLOCK, v64);
111 (unsigned int) _IOC_NR(MEMGETBADBLOCK), *v64);
113 ioctl(-1, MEMSETBADBLOCK, v64);
116 (unsigned int) _IOC_NR(MEMSETBADBLOCK), *v64);
  /external/lzma/CPP/Windows/
TimeUtils.cpp 59 UInt64 v64 = ft.dwLowDateTime | ((UInt64)ft.dwHighDateTime << 32);
63 v64 += (kNumTimeQuantumsInSecond * 2 - 1);
64 v64 /= kNumTimeQuantumsInSecond;
65 sec = (unsigned)(v64 % 60);
66 v64 /= 60;
67 min = (unsigned)(v64 % 60);
68 v64 /= 60;
69 hour = (unsigned)(v64 % 24);
70 v64 /= 24;
72 v = (UInt32)v64;
    [all...]
  /external/valgrind/none/tests/s390x/
cksm.c 64 uint64_t v64; local
70 v64 = sum;
71 v64 += buff[n];
73 if (v64 >> 32)
100 v64 = sum;
101 v64 += final;
103 if (v64 >> 32)
  /external/lzma/C/Util/7z/
7zMain.c 294 UInt64 v64 = nt->Low | ((UInt64)nt->High << 32); local
295 v64 /= 10000000;
296 sec = (unsigned)(v64 % 60); v64 /= 60;
297 min = (unsigned)(v64 % 60); v64 /= 60;
298 hour = (unsigned)(v64 % 24); v64 /= 24;
300 v = (UInt32)v64;
  /external/perf_data_converter/src/quipper/
sample_info_reader_test.cc 41 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
103 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
162 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
223 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
275 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
315 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
353 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
test_perf_data.h 22 u64 v64; member in union:quipper::testing::PunU32U64
217 return AddField(PunU32U64{.v32 = {pid, tid}}.v64);
220 return AddField(PunU32U64{.v32 = {pid, pid}}.v64);
perf_reader_test.cc 601 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
827 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
866 PunU32U64{.v32 = {0x68d, 0x68e}}.v64, // TID (u32 pid, tid)
    [all...]
  /prebuilts/go/darwin-x86/test/
zerodivide.go 37 u64, v64, w64 uint64 = 0, 0, 1 var
80 v64++
137 ErrorTest{"uint64 0/0", func() { use(u64 / v64) }, "divide"},
144 ErrorTest{"uint64 1/0", func() { use(w64 / v64) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 37 u64, v64, w64 uint64 = 0, 0, 1 var
80 v64++
137 ErrorTest{"uint64 0/0", func() { use(u64 / v64) }, "divide"},
144 ErrorTest{"uint64 1/0", func() { use(w64 / v64) }, "divide"},
  /prebuilts/go/darwin-x86/src/strconv/
example_test.go 224 v64 := "-3546343826724305832"
225 if s, err := strconv.ParseInt(v64, 10, 64); err == nil {
228 if s, err := strconv.ParseInt(v64, 16, 64); err == nil {
  /prebuilts/go/linux-x86/src/strconv/
example_test.go 224 v64 := "-3546343826724305832"
225 if s, err := strconv.ParseInt(v64, 10, 64); err == nil {
228 if s, err := strconv.ParseInt(v64, 16, 64); err == nil {
  /external/llvm/test/Bindings/OCaml/
target.ml 44 let layout = "e-p:32:32-f64:32:64-v64:32:64-v128:32:128-n32-S32" in
  /external/iproute2/lib/
utils.c 441 __u64 v64; member in union:__anon22212
465 *ap = val.v64;
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2760 int64_t v64 = imm.value(); local
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64_test.cc 2655 int64_t v64; member in union:art::__anon17
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 29570 u64 v64; local
29622 u64 v64; local
206261 u64 v64; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 29570 u64 v64; local
29622 u64 v64; local
206273 u64 v64; local
    [all...]

Completed in 667 milliseconds