Searched refs:ULL (Results 176 - 200 of 661) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c402 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024,
406 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c170 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift));
171 VERIFY0(P2PHASE(entry_run, 1ULL << sm->sm_shift));
359 VERIFY0(P2PHASE(entry_offset, 1ULL << sm->sm_shift));
360 VERIFY0(P2PHASE(entry_run, 1ULL << sm->sm_shift));
725 (offset >= (1ULL << SM_OFFSET_BITS) ||
890 VERIFY0(dmu_free_range(os, space_map_object(sm), 0, -1ULL, tx));
1050 1ULL << (idx - single_entry_max_bucket);
1066 entries_for_seg = 1ULL << (idx - double_entry_max_bucket);
H A Dspa_config.c420 if (txg == -1ULL)
467 ZPOOL_CONFIG_IS_SPARE, 1ULL);
470 ZPOOL_CONFIG_IS_LOG, 1ULL);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c165 record->zi_end = -1ULL;
291 record->zi_end == -1ULL)
/freebsd-13-stable/sys/dev/hyperv/vmbus/
H A Dhyperv.c52 #define HYPERV_FREEBSD_BUILD 0ULL
54 #define HYPERV_FREEBSD_OSID 0ULL
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h101 auto PI = lower_bound(Pairs, NfaStatePair{Head->State, 0ULL});
129 Heads.push_back(makePathSegment(0ULL, nullptr));
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dfmn.h89 #define CMS_QUEUE_ENA 1ULL
91 #define CMS_SPILL_ENA 1ULL
/freebsd-13-stable/sys/mips/malta/
H A Dmalta_machdep.c355 if (ememsize >= 2ULL * 1024 * 1024 * 1024)
356 ememsize = 2ULL * 1024 * 1024 * 1024 - PAGE_SIZE;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched_rr.c265 if (quantum >= (1ULL<< 32)) {
267 quantum = (1ULL<< 32) - 1;
H A Ddn_sched_qfq.c260 return ts & ~((1ULL << shift) - 1);
287 index -= !(slot_size - (1ULL << (index + QFQ_MIN_SLOT_SHIFT - 1)));
425 /* must be 2ULL, see ToN QFQ article fig.5, we use base-0 fls */
426 mask = (2ULL << (__fls(vslot ^ old_vslot))) - 1;
592 grp->F = roundedS + (2ULL << grp->slot_shift);
631 limit = qfq_round_down(q->V, slot_shift) + (1ULL << slot_shift);
701 grp->F = roundedS + (2ULL << grp->slot_shift); // i.e. 2\sigma_i
786 grp->F = roundedS + (2ULL << grp->slot_shift);
/freebsd-13-stable/sys/powerpc/cpufreq/
H A Dpcr.c90 #define PSR_RECEIVED (1ULL << 61)
91 #define PSR_COMPLETED (1ULL << 61)
/freebsd-13-stable/sys/powerpc/include/
H A Dspr.h295 #define LPCR_ILE (1ULL << 25) /* Interrupt Little-Endian (ISA 2.07) */
296 #define LPCR_UPRT (1ULL << 22) /* Use Process Table (ISA 3) */
297 #define LPCR_HR (1ULL << 20) /* Host Radix mode */
298 #define LPCR_PECE_DRBL (1ULL << 16) /* Directed Privileged Doorbell */
299 #define LPCR_PECE_HDRBL (1ULL << 15) /* Directed Hypervisor Doorbell */
300 #define LPCR_PECE_EXT (1ULL << 14) /* External exceptions */
301 #define LPCR_PECE_DECR (1ULL << 13) /* Decrementer exceptions */
302 #define LPCR_PECE_ME (1ULL << 12) /* Machine Check and Hypervisor */
/freebsd-13-stable/sys/x86/include/
H A Dspecialreg.h814 #define IA32_HWP_REQUEST_MINIMUM_VALID (1ULL << 63)
815 #define IA32_HWP_REQUEST_MAXIMUM_VALID (1ULL << 62)
816 #define IA32_HWP_REQUEST_DESIRED_VALID (1ULL << 61)
817 #define IA32_HWP_REQUEST_EPP_VALID (1ULL << 60)
818 #define IA32_HWP_REQUEST_ACTIVITY_WINDOW_VALID (1ULL << 59)
819 #define IA32_HWP_REQUEST_PACKAGE_CONTROL (1ULL << 42)
1147 #define AMDK8_SMIONCMPHALT (1ULL << 27)
1148 #define AMDK8_C1EONCMPHALT (1ULL << 28)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio.h321 #define ZB_DESTROYED_OBJSET (-1ULL)
323 #define ZB_ROOT_OBJECT (0ULL)
325 #define ZB_ROOT_BLKID (0ULL)
327 #define ZB_ZIL_OBJECT (0ULL)
331 #define ZB_DNODE_BLKID (0ULL)
H A Dzio_crypt.h43 #define ZIO_CRYPT_KEY_CURRENT_VERSION 1ULL
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h340 constexpr u64 kMaxCounterBits = sizeof(*buffer) * 8ULL;
347 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits);
355 (RoundUpTo(n, 1ULL << packing_ratio_log) >> packing_ratio_log) *
386 buffer[index] += 1ULL << bit_offset;
576 COMPILER_CHECK((kRegionSize) >= (1ULL << (SANITIZER_WORDSIZE / 2)));
578 COMPILER_CHECK((kRegionSize) <= (1ULL << (SANITIZER_WORDSIZE / 2 + 4)));
843 if (region->rtoi.last_release_at_ns + interval_ms * 1000000ULL >
H A Dsanitizer_ring_buffer.h89 static constexpr uptr kNextMask = (1ULL << kSizeShift) - 1;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c615 maxValue = (1ULL << (q * 8)) - 1;
684 mask |= (1ULL << q);
716 if (auth_data_len < ((1ULL<<16) - (1ULL<<8))) {
722 } else if ((auth_data_len >= ((1ULL<<16) - (1ULL<<8))) &&
723 (auth_data_len < (1ULL << 31))) {
/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer2_disk.h477 #define HAMMER2_TID_MIN 1ULL
479 #define HAMMER2_KEY_MIN 0ULL
481 #define HAMMER2_OFFSET_MIN 0ULL
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp175 unsigned long long MaxVal = 1ULL << RepresentsUntilExp;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c26 const du_int b = (1ULL << (n_udword_bits / 2)); // Number base (32 bits)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h60 uptr size = 4096 * (1ULL << shift);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h29 inline uptr untagPointer(uptr Ptr) { return Ptr & ((1ULL << 56) - 1); }
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loclist.c61 (cu->cu_pointer_size == 8 && start == ~0ULL))
H A Dlibdwarf_ranges.c50 (start == ~0ULL && cu->cu_pointer_size == 8))

Completed in 166 milliseconds

1234567891011>>