Searched defs:ull (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
H A Diamcu-abi.c9 void fooull(unsigned long long *ull);
29 unsigned long long ull = 2; local
30 fooull(&ull);
H A DAtomics.c12 unsigned long long ull; variable
23 (void) __sync_fetch_and_add (&ull, 1); // CHECK: atomicrmw add i64
32 (void) __sync_fetch_and_sub (&ull, 1); // CHECK: atomicrmw sub i64
41 (void) __sync_fetch_and_or (&ull, 1); // CHECK: atomicrmw or i64
50 (void) __sync_fetch_and_xor (&ull, 1); // CHECK: atomicrmw xor i64
59 (void) __sync_fetch_and_nand (&ull, 1); // CHECK: atomicrmw nand i64
68 (void) __sync_fetch_and_and (&ull, 1); // CHECK: atomicrmw and i64
81 ull = __sync_fetch_and_add (&ull, 11); // CHECK: atomicrmw add
90 ull
[all...]
H A Dnvptx-inlineasm-ptx.c12 unsigned long long ull; local
34 asm volatile ("mov.b64 %0, %1;" : "=l"(ull) : "l"(ull));
H A DNontemporal.cpp11 unsigned long long ull; variable
28 __builtin_nontemporal_store(1, &ull); // CHECK: store i64{{.*}}align 8, !nontemporal
42 ull = __builtin_nontemporal_load(&sll); // CHECK: load i64{{.*}}align 8, !nontemporal
43 sll = __builtin_nontemporal_load(&ull); // CHECK: load i64{{.*}}align 8, !nontemporal
H A Dcomplex-convert.c12 unsigned long long ull, _Complex signed char csc,
34 // CHECK: store i64 %ull,
146 csc1 = ull;
176 cuc1 = ull;
207 csll1 = ull;
237 cull1 = ull;
428 csll1 = ull + csc;
443 cull1 = ull + cuc;
458 csll1 = ull + csll;
471 cull1 = ull
11 foo(signed char sc, unsigned char uc, signed long long sll, unsigned long long ull, _Complex signed char csc, _Complex unsigned char cuc, _Complex signed long long csll, _Complex unsigned long long cull) argument
[all...]
H A Dbuiltins-ppc-p8vector.c14 unsigned long long ull; variable
376 res_vbll = vec_insert(ull, vbll, si);
380 res_vull = vec_insert(ull, vull, si);
1085 res_vull = vec_splats(ull);
/external/tensorflow/tensorflow/core/lib/strings/
H A Dstrcat_test.cc42 const uint64 ull = 8; local
55 answer = tensorflow::strings::StrCat(ll, ull);
/external/fio/
H A Dparse.c477 long long ull, *ullp; local
540 ret = check_str_time(tmp, &ull, o->is_seconds);
542 ret = check_str_bytes(tmp, &ull, data);
544 dprint(FD_PARSE, " ret=%d, out=%llu\n", ret, ull);
548 if (o->pow2 && !is_power_of_2(ull)) {
553 if (o->maxval && ull > o->maxval) {
555 " (%u max)\n", ull, o->maxval);
558 if (o->minval && ull < o->minval) {
560 " (%u min)\n", ull, o->minval);
571 if (vp->oval == ull) {
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp113 const VkDeviceSize minChunkSize = 0ull) const; //!< make sure chunks are at least this big
642 0ull, // VkDeviceSize bufferOffset;
664 0ull, // VkDeviceSize offset;
740 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), VK_TRUE, ~0ull));
836 invalidateMappedMemoryRange(getDeviceInterface(), getDevice(), m_colorBufferAlloc->getMemory(), 0ull, m_colorBufferSize); local
958 const VkDeviceSize vertexOffset = 0ull;
1053 0ull, // VkDeviceSize srcOffset;
1054 0ull, // VkDeviceSize dstOffset;
1091 const VkDescriptorBufferInfo sparseBufferInfo = makeDescriptorBufferInfo(buffer, 0ull, maxBufferRange);
1301 VkDeviceSize firstChunkOffset = 0ull;
[all...]
/external/f2fs-tools/tools/sg_write_buffer/
H A Dsg_cmds_extra.c1247 uint64_t ull = 0; local
1250 valid = sg_get_sense_info_fld(sense_b, slen, &ull);
1254 *offsetp = (int)(int64_t)ull;
1259 "ili: %d\n", ull, valid, ili);
1340 uint64_t ull = 0; local
1343 valid = sg_get_sense_info_fld(sense_b, slen, &ull);
1347 *offsetp = (int)(int64_t)ull;
1352 "ili: %d\n", ull, (int)valid, (int)ili);
1430 uint64_t ull = 0; local
1433 valid = sg_get_sense_info_fld(sense_b, slen, &ull);
1514 uint64_t ull = 0; local
1600 uint64_t ull = 0; local
1681 uint64_t ull = 0; local
[all...]
H A Dsg_lib.c331 uint64_t ull; local
347 ull = sg_get_unaligned_be64(bp + 4);
349 *info_outp = ull;
526 uint64_t ull; local
613 ull = sg_get_unaligned_be64(bp + 4);
615 lip, ull);
1238 uint64_t ull; local
1255 ull = sg_get_unaligned_be64(dp + 4);
1257 lip, ull);
1258 ull
[all...]
/external/valgrind/coregrind/
H A Dm_main.c1111 typedef struct { Addr a; ULong ull; } Addr_n_ULong; member in struct:__anon29021
1726 anu.ull = VG_(di_notify_mmap)( seg_starts[i], True/*allow_SkFileV*/,
1728 /* anu.ull holds the debuginfo handle returned by di_notify_mmap,
1730 if (anu.ull > 0) {
1851 vg_assert(anl->ull > 0); /* check it's a valid handle */
1860 ? ((Addr_n_ULong*)VG_(indexXA)( addr2dihandle, j ))->ull
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c1055 unsigned long long ull; local
1102 if (k > sizeof(ull)) {
1103 xp += (k - sizeof(ull));
1104 k = sizeof(ull);
1106 ull = 0;
1109 ull <<= 8;
1110 ull |= xp[j];
1112 printf(" = %llu\n", ull);
1123 unsigned long long ull; local
1176 if (k > sizeof(ull)) {
1197 unsigned long long ull; local
1258 unsigned long long ull; local
[all...]
/external/valgrind/helgrind/
H A Dlibhb_core.c268 struct { ULong ull; ExeContext* ec; } member in struct:__anon29355
4065 pair.ull = VtsID__indexAt( thr->viW, thr );
4080 thr, pair.ull, pair.ec );
4086 tl_assert( prevPair->ull <= pair.ull );
4096 thr, pair.ull, pair.ec );
4104 if (pair1->ull < pair2->ull) return -1;
4105 if (pair1->ull > pair2->ull) retur
[all...]
/external/valgrind/perf/
H A Dtinycc.c2164 unsigned long long ull;
7310 sprintf(p, "%llu", cv->ull);
9139 tokc.ull = n;
10490 ll = vtop->c.ull;
10619 vtop[-1].c.ui = vtop->c.ull;
10620 vtop->c.ui = vtop->c.ull >> 32;
2162 unsigned long long ull; member in union:CValue

Completed in 978 milliseconds