| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
| HD | fixunstfti.c | 33 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/ |
| HD | gettimeofday.c | 45 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/ |
| HD | pcap-int.h | 63 #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/ |
| HD | kttcp.c | 116 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/ |
| HD | t-types.c | 26 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/ |
| HD | cvmx-csr-enums.h | 70 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…
|
| HD | cvmx-pip.h | 78 CVMX_PIP_L4_NO_ERR = 0ull, 104 CVMX_PIP_IP_NO_ERR = 0ull, 132 CVMX_PIP_RX_NO_ERR = 0ull,
|
| HD | cvmx-atomic.h | 669 else if (__builtin_constant_p(new_val) && new_val == ~0ull) in cvmx_atomic_swap64_nosync()
|
| HD | cvmx-bootmem.c | 636 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
|
| /freebsd-11-stable/contrib/ofed/infiniband-diags/src/ |
| HD | ibping.c | 129 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/ |
| HD | tgmath.c | 172 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/ |
| HD | scp.c | 932 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/ |
| HD | kod_management.c | 191 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()
|
| HD | aclocal.m4 | 121 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/ |
| HD | ib_packer.c | 105 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/ |
| HD | archive_private.h | 177 # define ARCHIVE_LITERAL_ULL(x) x##ull
|
| /freebsd-11-stable/contrib/file/src/ |
| HD | apprentice.c | 2677 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/ |
| HD | iw_cxgb_mem.c | 210 buffer_list[0].addr &= ~0ull << *shift; in build_phys_page_list()
|
| /freebsd-11-stable/contrib/groff/ |
| HD | aclocal.m4 | 900 unsigned long long ull = 1; 907 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_en/ |
| HD | mlx4_en_main.c | 211 if (mlx4_mr_alloc(mdev->dev, mdev->priv_pdn, 0, ~0ull, in mlx4_en_add()
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | hashtab.c | 244 __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/ |
| HD | hashtab.c | 244 __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/ |
| HD | aclocal.m4 | 121 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/ |
| HD | xlp_machdep.c | 681 nlm_write_c0_eimr(0ull); in platform_init_ap()
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | aclocal.m4 | 487 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;],
|