HomeSort by relevance Sort by last modified time
    Searched defs:ull (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CodeGen/
iamcu-abi.c 9 void fooull(unsigned long long *ull);
29 unsigned long long ull = 2; local
30 fooull(&ull);
Atomics.c 12 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 = __sync_fetch_and_sub (&ull, 11); // CHECK: atomicrmw su
    [all...]
nvptx-inlineasm-ptx.c 12 unsigned long long ull; local
34 asm volatile ("mov.b64 %0, %1;" : "=l"(ull) : "l"(ull));
Nontemporal.cpp 11 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
builtins-ppc-p8vector.c 14 unsigned long long ull; variable
376 res_vbll = vec_insert(ull, vbll, si);
380 res_vull = vec_insert(ull, vull, si);
    [all...]
  /frameworks/rs/driver/runtime/arch/
clamp.c 19 typedef unsigned long long ull; typedef
108 V_CLAMP(ull); variable
  /external/tensorflow/tensorflow/core/lib/strings/
strcat_test.cc 42 const uint64 ull = 8; local
55 answer = tensorflow::strings::StrCat(ll, ull);
  /frameworks/rs/driver/runtime/
rs_allocation.c 289 typedef unsigned long long ull; typedef
295 SET_ELEMENT_AT_TYPE_IMPL(ull, ulong)
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 239 __extension__ typedef UNSIGNED_64BIT_TYPE ull; typedef
244 t1 = ((ull)x * inv) >> 32;
  /external/fio/
parse.c 171 mult = 24 * 60 * 60 * 1000000ULL;
366 *val = -1ULL - *val;
477 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)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 113 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
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_extra.c 1247 uint64_t ull = 0; local
1340 uint64_t ull = 0; local
1430 uint64_t ull = 0; local
1514 uint64_t ull = 0; local
1600 uint64_t ull = 0; local
1681 uint64_t ull = 0; local
    [all...]
sg_lib.c 331 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
    [all...]
  /external/valgrind/coregrind/
m_main.c 1111 typedef struct { Addr a; ULong ull; } Addr_n_ULong; member in struct:__anon42342
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 794 union { double db; unsigned long long ull; } u; member in union:spv::__anon723
796 unsigned long long value = u.ull;
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp 683 unsigned long long ull; local
688 &d, s, &c, &ll, &ll, &ll, &ll, &ll, &ull, &ull, &ull, &ull,
689 &ull, uticks, sticks)) {
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 1055 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/
libhb_core.c 124 #define SVal_INVALID (3ULL << 62)
129 #define SVal_NOACCESS (2ULL << 62)
268 struct { ULong ull; ExeContext* ec; } member in struct:__anon42676
    [all...]
  /external/valgrind/perf/
tinycc.c 2162 unsigned long long ull; member in union:CValue
    [all...]

Completed in 1038 milliseconds