Searched refs:ULL (Results 326 - 350 of 444) sorted by relevance

<<1112131415161718

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc789 CHECK_EQ(*magic_p, 0ULL);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c347 PR_MODEL_ILP32 ? -1U : -1ULL;
H A Ddt_cg.c293 dt_cg_setx(dlp, r2, (1ULL << e.cte_bits) - 1);
376 fmask = (1ULL << e.cte_bits) - 1;
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c968 (double)physmem * sysconf(_SC_PAGE_SIZE) / (1ULL << 30));
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c104 uint64_t zfs_dirty_data_max_max = 4ULL * 1024 * 1024 * 1024;
H A Dzio.c1282 1ULL << spa->spa_min_ashift);
2780 align = 1ULL << vd->vdev_top->vdev_ashift;
2812 1ULL << vd->vdev_top->vdev_logical_ashift;
3645 * We pass in 1ULL << (DNODE_BLOCK_SHIFT - SPA_MINBLOCKSHIFT) for the
3660 1ULL << (DNODE_BLOCK_SHIFT - SPA_MINBLOCKSHIFT), 0, &mod_zb,
H A Darc.c1244 uint64_t crc = -1ULL;
1497 uint64_t hsize = 1ULL << 12;
1513 ASSERT(hsize > (1ULL << 8));
3944 if (arc_size > arc_c - (2ULL << SPA_MAXBLOCKSHIFT)) {
5663 if ((((uint64_t)physmem * PAGESIZE) < (1ULL << 32)) &&
H A Dvdev_raidz.c519 coff += 1ULL << unit_shift;
583 if (rm->rm_firstdatacol == 1 && (offset & (1ULL << 20))) {
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_type.h48 #define BIT_ULL(a) (1ULL << (a))
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_busdma.c393 /* lowaddr */ (2ULL << (udt->tag_parent->dma_bits - 1)) - 1,
/freebsd-11.0-release/sys/i386/isa/
H A Dnpx.c1042 bit = 1ULL << i;
/freebsd-11.0-release/sys/mips/nlm/dev/sec/
H A Dnlmsec.c123 (((unsigned long long)x >> bitshift) & ((1ULL << bitcnt) - 1))
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_private.h132 ((void *)(uintptr_t)((1ULL << (NBBY * sizeof(long) - 1)) | 1))
/freebsd-11.0-release/libexec/rtld-elf/sparc64/
H A Dreloc.c190 #define _BM(x) (~(-(1ULL << (x))))
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn.h223 # define BN_DEC_CONV (10000000000000000000ULL)
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Diommu.c400 IOMMU_WRITE8(is, is_iommu, IMR_CACHE_INVAL, ~0ULL);
/freebsd-11.0-release/sys/x86/iommu/
H A Dintel_ctx.c307 domain->end = 1ULL << (domain->agaw - 1);
/freebsd-11.0-release/sys/x86/x86/
H A Dnexus.c278 mem_rman.rm_end = ((1ULL << cpu_maxphyaddr) - 1);
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dt4.h104 #define T4_MAX_MR_SIZE (~0ULL - 1)
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.c103 #define ULL unsigned long long macro
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c526 return mthca_mr_alloc(dev, pd, 12, 0, ~0ULL, access, mr);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2894 DAG.getConstant(255ULL<<48, dl, VT));
2896 DAG.getConstant(255ULL<<40, dl, VT));
2898 DAG.getConstant(255ULL<<32, dl, VT));
2900 DAG.getConstant(255ULL<<24, dl, VT));
2902 DAG.getConstant(255ULL<<16, dl, VT));
2904 DAG.getConstant(255ULL<<8 , dl, VT));
2993 SDValue Tmp3 = DAG.getConstant(1ULL << i, dl, ShVT);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3832 SI->getNumCases() == (1ULL << NumUnknownBits)) {
4458 if (TableSize > (1ULL << (IT->getBitWidth() - 1)))
4724 uint64_t MaxTableSize = CaseSize > 63 ? UINT64_MAX : 1ULL << CaseSize;
4763 uint64_t TableSizePowOf2 = NextPowerOf2(std::max(7ULL, TableSize - 1ULL));
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c1556 hldev->regh0, 0ULL,
2801 xge_os_pio_mem_write64(hldev->pdev, hldev->regh0, 0ULL,
2804 xge_os_pio_mem_write64(hldev->pdev, hldev->regh0, 0ULL,
3035 u64 val64, rawval = 0ULL;
4984 XGE_HAL_RMAC_ADDR_DATA1_MEM_MASK(0ULL),
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp263 return ((uint64_t)Res < (uint64_t)(1ULL << bits)) ? true : false;
265 const int64_t high_bit_set = 1ULL << 63;

Completed in 792 milliseconds

<<1112131415161718