Searched refs:ULL (Results 151 - 175 of 661) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Drange_tree.h260 ASSERT(IS_P2ALIGNED(start, 1ULL << rt->rt_shift));
268 ASSERT(IS_P2ALIGNED(end, 1ULL << rt->rt_shift));
275 ASSERT(IS_P2ALIGNED(fill, 1ULL << rt->rt_shift));
H A Ddnode.h98 #define DN_MAX_OBJECT (1ULL << DN_MAX_OBJECT_SHIFT)
110 #define DNODES_PER_BLOCK (1ULL << DNODES_PER_BLOCK_SHIFT)
117 #define DNODES_PER_LEVEL (1ULL << DNODES_PER_LEVEL_SHIFT)
387 #define DMU_NEXT_MAXBLKID_SET (1ULL << 63)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h41 #define BIT_ULL(nr) (1ULL << (nr))
56 #define GENMASK_ULL(h, l) (((~0ULL) >> (BITS_PER_LONG_LONG - (h) - 1)) & ((~0ULL) << (l)))
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dsha.h92 # define U64(C) C##ULL
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h49 #define UINT64_CONST(n) n ## ULL
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h74 const uptr AllocatorSpace = ~0ULL;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c47 zfs_nicenum(1ULL << h, refcnt, sizeof (refcnt));
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c197 #define ULL unsigned long long macro
720 uint64_t nand_size_bits = (64*1024*1024ULL) << ((nand_id_buffer[4] & 0x70) >> 4); /* Plane size */
732 cvmx_nand_state[chip].blocks = nand_size_bits/(8ULL*cvmx_nand_state[chip].page_size*cvmx_nand_state[chip].pages_per_block);
894 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)cmd.u64[0]);
895 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)cmd.u64[1]);
1166 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)buffer_address);
1240 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)nand_address);
1242 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)buffer_address);
1332 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)nand_address);
1333 CVMX_NAND_LOG_PARAM("0x%llx", (ULL)buffer_addres
[all...]
/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_memory.c147 target = (extra > target) ? 0ULL : target;
190 ttm_shrink(glob, true, 0ULL);
224 if (mem <= ((uint64_t) 1ULL << 32)) {
235 mem = ((uint64_t) 1ULL << 32);
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_amd.h118 #define AMD_PMC_HAS_OVERFLOWED(pmc) ((rdpmc(pmc) & (1ULL << 47)) == 0)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp297 Score += (1ULL << (NoConstructTraits + 0));
300 Score += (1ULL << (NoConstructTraits + 1));
303 Score += (1ULL << (NoConstructTraits + 2));
319 Score += (1ULL << ConstructMatches[ConstructIdx++]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisSummary.cpp49 return AliasAttr(1ULL << (ArgNum + AttrFirstArgIndex));
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dar5315_wdog.c65 timer_val = (uint64_t)(1ULL << cmd) * ar531x_ahb_freq() /
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_wdog.c72 timer_val = (uint64_t)(1ULL << cmd) * ar71xx_ahb_freq() /
/freebsd-13-stable/sys/sys/disk/
H A Dgpt.h91 #define GPT_ENT_ATTR_PLATFORM (1ULL << 0)
92 #define GPT_ENT_ATTR_BOOTME (1ULL << 59)
93 #define GPT_ENT_ATTR_BOOTONCE (1ULL << 58)
94 #define GPT_ENT_ATTR_BOOTFAILED (1ULL << 57)
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2b-ref.c48 S->f[1] = ~0ULL;
54 S->f[1] = 0ULL;
63 S->f[0] = ~0ULL;
71 S->f[0] = 0ULL;
H A Dblake2b.c83 S->f[1] = ~0ULL;
89 S->f[1] = 0ULL;
97 S->f[0] = ~0ULL;
105 S->f[0] = 0ULL;
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h60 #define AL_BIT_64(b) (1ULL << (b))
/freebsd-13-stable/sys/x86/include/
H A D_stdint.h62 #define UINT64_C(c) (c ## ULL)
H A Dfpu.h149 #define XSTATE_XCOMP_BV_COMPACT (1ULL << 63)
/freebsd-13-stable/sys/x86/x86/
H A Dpvclock.c66 freq = (1000000000ULL << 32) / ti->tsc_to_system_mul;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap.c385 ASSERT3U(1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==,
576 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift));
685 for (int i = 0; i < (1ULL << prefix_diff); i++) {
697 for (int i = 0; i < (1ULL << prefix_diff); i++) {
704 if (hash & (1ULL << (64 - zap_leaf_phys(l)->l_hdr.lh_prefix_len))) {
1025 mask = -1ULL;
1260 zc->zc_hash = -1ULL;
1263 uint64_t nocare = (1ULL <<
1270 zc->zc_hash = -1ULL;
1331 zs->zs_blocksize = 1ULL << b
[all...]
/freebsd-13-stable/lib/msun/src/
H A Ds_remquol.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
143 while(hx<(1ULL<<HFRAC_BITS)) { /* normalize x */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp157 if (beg & 7ULL) {
162 if (end & 7ULL) *(u32 *)(end - 4) = origin;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dctr.c202 upper_mask = (count == 64) ? UINT64_MAX : (1ULL << count) - 1;
206 lower_mask = (1ULL << count) - 1;

Completed in 154 milliseconds

1234567891011>>