Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
HDfixunstfti.c33 unsigned long long ull[2]; // High and low doubles as 64-bit integers. in __fixunstfti() member
46 hiExponent = ((ldUnion.ull[0] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
47 loExponent = ((ldUnion.ull[1] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
72 ldUnion.ull[0] &= 0x800FFFFFFFFFFFFFll; in __fixunstfti()
73 ldUnion.ull[0] |= 0x4350000000000000ll; in __fixunstfti()
96 ldUnion.ull[1] &= 0x800FFFFFFFFFFFFFll; in __fixunstfti()
97 ldUnion.ull[1] |= 0x4350000000000000ll; in __fixunstfti()
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDgettimeofday.c45 ULONGLONG ull; in gettimeofday() local
50 ull = li.QuadPart; in gettimeofday()
52 ull -= 116444736000000000i64; in gettimeofday()
53 ull /= 10i64; /* ull is now in microseconds */ in gettimeofday()
55 tp->tv_usec = (ull % 1000000i64); in gettimeofday()
56 tp->tv_sec = (ull / 1000000i64); in gettimeofday()
/freebsd-11-stable/contrib/libpcap/
HDpcap-int.h63 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ argument
64 ((ull & 0x00ff000000000000ULL) >> 40) | \
65 ((ull & 0x0000ff0000000000ULL) >> 24) | \
66 ((ull & 0x000000ff00000000ULL) >> 8) | \
67 ((ull & 0x00000000ff000000ULL) << 8) | \
68 ((ull & 0x0000000000ff0000ULL) << 24) | \
69 ((ull & 0x000000000000ff00ULL) << 40) | \
70 ((ull & 0x00000000000000ffULL) << 56)
/freebsd-11-stable/tools/tools/kttcp/
HDkttcp.c116 unsigned long long ull, usecs, bytespersec, bitspersec, xmitsize; in main() local
142 ull = get_bytes(optarg); in main()
143 if (ull > INT_MAX) in main()
146 bufsize = ull; in main()
289 ull = tvtmp.tv_sec * 1000000ULL + tvtmp.tv_usec; in main()
293 ull += tvtmp.tv_sec * 1000000ULL + tvtmp.tv_usec; in main()
296 printf(" %lld%%", ull * 100 / usecs); in main()
/freebsd-11-stable/contrib/sendmail/libsm/
HDt-types.c26 ULONGLONG_T ull; variable
88 ull = ULLONG_MAX;
89 SM_TEST(ull + 1 == 0);
90 sm_snprintf(buf, sizeof(buf), "%llx", ull);
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-csr-enums.h70 CVMX_PIP_PORT_CFG_MODE_NONE = 0ull, /**< Packet input doesn't perform any
90 CVMX_PIP_QOS_WATCH_DISABLE = 0ull, /**< QoS watcher is diabled */
102 …CVMX_PIP_TAG_MODE_TUPLE = 0ull, /**< Always use tuple tag algorithm. This is the only mode…
HDcvmx-pip.h78 CVMX_PIP_L4_NO_ERR = 0ull,
104 CVMX_PIP_IP_NO_ERR = 0ull,
132 CVMX_PIP_RX_NO_ERR = 0ull,
HDcvmx-atomic.h669 else if (__builtin_constant_p(new_val) && new_val == ~0ull) in cvmx_atomic_swap64_nosync()
HDcvmx-bootmem.c636 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
HDibping.c129 return ~0ull; in ibping()
143 static uint64_t minrtt = ~0ull, maxrtt, total_rtt;
160 minrtt == ~0ull ? 0 : minrtt / 1000, in report()
161 minrtt == ~0ull ? 0 : minrtt % 1000, in report()
265 if ((rtt = ibping(&portid, flood)) == ~0ull) { in main()
/freebsd-11-stable/tools/regression/include/tgmath/
HDtgmath.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()
/freebsd-11-stable/crypto/openssh/
HDscp.c932 unsigned long long ull; local
996 ull = strtoull(cp, &cp, 10);
999 if ((time_t)ull < 0 ||
1000 (unsigned long long)(time_t)ull != ull)
1002 mtime.tv_sec = ull;
1009 ull = strtoull(cp, &cp, 10);
1012 if ((time_t)ull < 0 ||
1013 (unsigned long long)(time_t)ull != ull)
1015 atime.tv_sec = ull;
/freebsd-11-stable/contrib/ntp/sntp/
HDkod_management.c191 unsigned long long ull; in kod_init_kod_db() local
272 if (3 != sscanf(fbuf, "%llx %4s %254s", &ull, in kod_init_kod_db()
281 kod_db[b]->timestamp = (time_t)ull; in kod_init_kod_db()
HDaclocal.m4121 unsigned long long int ull = 18446744073709551615ULL;
130 unsigned long long int ullmax = 18446744073709551615ull;
133 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
134 | (ullmax / ull) | (ullmax % ull));]])
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_packer.c105 mask = cpu_to_be64((~0ull >> (64 - desc[i].size_bits)) << shift); in ib_pack()
184 mask = (~0ull >> (64 - desc[i].size_bits)) << shift; in ib_unpack()
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_private.h177 # define ARCHIVE_LITERAL_ULL(x) x##ull
/freebsd-11-stable/contrib/file/src/
HDapprentice.c2677 uint64_t ull; in getvalue() local
2741 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue()
2742 m->value.q = file_signextend(ms, m, ull); in getvalue()
2758 ull = -CAST(int64_t, ull); in getvalue()
2761 x = CAST(uint64_t, ull & ~0xffULL); in getvalue()
2764 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue()
2767 x = CAST(uint64_t, ull & ~0xffffffffULL); in getvalue()
2778 type_tbl[m->type].name, ull); in getvalue()
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_mem.c210 buffer_list[0].addr &= ~0ull << *shift; in build_phys_page_list()
/freebsd-11-stable/contrib/groff/
HDaclocal.m4900 unsigned long long ull = 1;
907 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_main.c211 if (mlx4_mr_alloc(mdev->dev, mdev->priv_pdn, 0, ~0ull, in mlx4_en_add()
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDhashtab.c244 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
249 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/freebsd-11-stable/contrib/binutils/libiberty/
HDhashtab.c244 __extension__ typedef UNSIGNED_64BIT_TYPE ull; in htab_mod_1() typedef
249 t1 = ((ull)x * inv) >> 32; in htab_mod_1()
/freebsd-11-stable/contrib/ntp/
HDaclocal.m4121 unsigned long long int ull = 18446744073709551615ULL;
130 unsigned long long int ullmax = 18446744073709551615ull;
133 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
134 | (ullmax / ull) | (ullmax % ull));]])
/freebsd-11-stable/sys/mips/nlm/
HDxlp_machdep.c681 nlm_write_c0_eimr(0ull); in platform_init_ap()
/freebsd-11-stable/contrib/libreadline/
HDaclocal.m4487 unsigned long long ull = 1; int i = 63;],
490 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
3992 [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;],
3994 return ull << i | ull >> i | ullmax / ull | ullmax % ull;],

12