Home
last modified time | relevance | path

Searched refs:ull (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dpcap-int.h96 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ argument
97 ((ull & 0x00ff000000000000ULL) >> 40) | \
98 ((ull & 0x0000ff0000000000ULL) >> 24) | \
99 ((ull & 0x000000ff00000000ULL) >> 8) | \
100 ((ull & 0x00000000ff000000ULL) << 8) | \
101 ((ull & 0x0000000000ff0000ULL) << 24) | \
102 ((ull & 0x000000000000ff00ULL) << 40) | \
103 ((ull & 0x00000000000000ffULL) << 56)
/dragonfly/tools/regression/include/tgmath/
H A Dtgmath.c172 unsigned long long ull; variable
195 RUN_TEST(FNC(ull), double) && \
213 RUN_TEST(FNC(ull), RET) && \
231 RUN_TEST(FNC(ull, ARG2), double) && \
263 RUN_TEST(FNC(1.f, ull), double) && \
297 RUN_TEST(FNC(1.f, ull, ARG3), double) && \
381 RUN_TEST(FNC(dc, ull), double complex) && \
569 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, ull) && in main()
/dragonfly/crypto/openssh/
H A Dscp.c1591 unsigned long long ull; local
1668 ull = strtoull(cp, &cp, 10);
1671 if (TYPE_OVERFLOW(time_t, ull))
1673 mtime.tv_sec = ull;
1680 ull = strtoull(cp, &cp, 10);
1683 if (TYPE_OVERFLOW(time_t, ull))
1685 atime.tv_sec = ull;
1720 ull = strtoull(cp, &cp, 10);
1723 if (TYPE_OVERFLOW(off_t, ull))
1725 size = (off_t)ull;
H A Dssh-keygen.c1923 unsigned long long ull; in parse_hex_u64() local
1926 ull = strtoull(s, &ep, 16); in parse_hex_u64()
1929 if (errno == ERANGE && ull == ULONG_MAX) in parse_hex_u64()
1931 *up = (uint64_t)ull; in parse_hex_u64()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_private.h177 # define ARCHIVE_LITERAL_ULL(x) x##ull
/dragonfly/contrib/file/src/
H A Dapprentice.c2834 uint64_t ull; in getvalue() local
2898 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue()
2899 m->value.q = file_signextend(ms, m, ull); in getvalue()
2915 ull = -CAST(int64_t, ull); in getvalue()
2918 x = CAST(uint64_t, ull & ~0xffULL); in getvalue()
2921 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue()
2924 x = CAST(uint64_t, ull & ~0xffffffffULL); in getvalue()
2936 type_tbl[m->type].name, ull); in getvalue()
/dragonfly/contrib/gdb-7/libiberty/
H A Dhashtab.c247 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
252 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dhashtab.c247 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
252 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dhashtab.c238 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
243 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dhashtab.c239 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
244 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dhashtab.c238 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
243 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c374 if (seq == ~0ull) in amdgpu_ctx_get_fence()
/dragonfly/contrib/bmake/
H A Dconfigure5667 unsigned long long int ull = 18446744073709551615ULL;
5679 unsigned long long int ullmax = 18446744073709551615ull;
5682 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
5683 | (ullmax / ull) | (ullmax % ull));
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c556 hba->nvram_node_wwn = 0ull; in ispioctl()
557 hba->nvram_port_wwn = 0ull; in ispioctl()
558 hba->active_node_wwn = 0ull; in ispioctl()
559 hba->active_port_wwn = 0ull; in ispioctl()
/dragonfly/usr.sbin/ppp/
H A Dcommand.c479 substull(char *tgt, const char *oldstr, unsigned long long ull) in substull() argument
483 snprintf(buf, sizeof buf, "%llu", ull); in substull()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-expand.c771 bool ull = false; in expand_task_call() local
807 ull = fd.iter_type == long_long_unsigned_type_node; in expand_task_call()
864 t = build_call_expr (ull in expand_task_call()
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt4518 1) Output of 64-bit values is not portable. For example, UINT64 is %ull
/dragonfly/share/dict/
H A Dweb2210241 ull