Searched refs:UINT64_MAX (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzil.h106 #define ZILTEST_TXG (UINT64_MAX - TXG_CONCURRENT_STATES)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfeature.c415 VERIFY3U(refcount, !=, UINT64_MAX);
H A Dvdev_indirect.c725 start_index = UINT64_MAX;
1656 iv->iv_attempts_max = UINT64_MAX;
1733 iv->iv_attempts_max = UINT64_MAX;
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_calendar.c88 #if !defined(HAVE_64BITREGS) && defined(UINT64_MAX) && (SIZE_MAX >= UINT64_MAX)
693 # elif defined(UINT64_MAX) && !defined(__arm__)
792 # elif defined(UINT64_MAX) && !defined(__arm__)
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_tpc_local.c274 uint64_t lunid = UINT64_MAX;
/freebsd-13-stable/usr.sbin/iovctl/
H A Dparse.c189 add_uint_config(key, obj, config, type, UINT64_MAX);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_unsol.c890 uint64_t lun = UINT64_MAX;
902 if (lun == UINT64_MAX) {
986 uint64_t lun = UINT64_MAX;
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c823 if (timeout != UINT64_MAX) {
840 if (timeout == UINT64_MAX) {
1036 CLOUDABI_CLOCK_MONOTONIC, UINT64_MAX, 0, abstime,
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1562 * UINT64_MAX is not exactly representable as a double.
1563 * The closest representation is UINT64_MAX + 1, so we
1566 if (fval >= (double)UINT64_MAX) {
1680 * 0 but UINT64_MAX.
1685 *ivalp = UINT64_MAX;
1690 * UINT64_MAX to tell the caller to use zfs_fix_auto_resv().
1702 *ivalp = UINT64_MAX;
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c447 tcal->min_fcr = UINT64_MAX;
/freebsd-13-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c477 return UINT64_MAX;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp88 (UINT64_MAX - first_cache_line_addr + 1) / cache_line_byte_size;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h77 const uint64_t DW64_CIE_ID = UINT64_MAX;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_xz.c72 #define LZMA_MEMLIMIT UINT64_MAX
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dutil.h255 #define EV_UINT64_MAX UINT64_MAX
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h157 void releaseToOS() { releaseOlderThan(UINT64_MAX); }
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp209 if (A.UInt <= UINT64_MAX)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c302 u_longlong_t max = 0, min = UINT64_MAX;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp359 return HotCountThreshold ? HotCountThreshold.getValue() : UINT64_MAX;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c531 if (res.rlim_max == UINT64_MAX) /* Overflow. */
/freebsd-13-stable/sys/kern/
H A Dkern_rctl.c477 return (UINT64_MAX);
486 if (b != 0 && a > UINT64_MAX / b)
487 return (UINT64_MAX);
706 uint64_t amount = UINT64_MAX;
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c84 #define WIDEHISTCOUNTER_MAX UINT64_MAX
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dio.cc179 out.body.attr.attr_valid = UINT64_MAX;
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex.c479 const uint64_t limit = UINT64_MAX - index_base;
484 return UINT64_MAX;
/freebsd-13-stable/contrib/xz/src/xz/
H A Dlist.c315 if (UINT64_MAX - needed < memused)
316 needed = UINT64_MAX;

Completed in 304 milliseconds

1234567891011>>