Searched refs:ULL (Results 251 - 275 of 661) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/crypto/openssl/crypto/modes/
H A Dmodes_local.h23 # define U64(C) C##ULL
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp154 if (I->getValue() == 0ULL)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h51 const u64 kExternalPCBit = 1ULL << 60;
395 CHECK_LT(size, (1ULL << (up + 1)));
396 CHECK_GT(size, (1ULL << up));
397 return 1ULL << (up + 1);
H A Dsanitizer_rtems.cpp148 return (1ULL << 32) - 1; // 0xffffffff
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp129 return static_cast<u64>(TS.tv_sec) * (1000ULL * 1000 * 1000) +
/freebsd-13-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c91 static Dwarf_Unsigned curlopc = ~0ULL;
629 /* Assume ~0ULL if DW_AT_high_pc not present. */
630 hipc = ~0ULL;
699 if (curlopc == ~0ULL)
751 plineaddr = ~0ULL;
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c160 VERIFY(nvlist_add_uint64(nvroot, ZPOOL_CONFIG_ID, 0ULL) == 0);
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.h191 #define XEON_GEN3_DB_LINK_BIT (1ULL << XEON_GEN3_DB_LINK)
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_test.c101 offset = idx * 2048ULL * nvme_ns_get_sector_size(io_test->ns);
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c56 return (is_t5(dev->rdev.adap) && length >= 8*1024*1024*1024ULL);
431 mhp->attr.len = ~0ULL;
436 mhp->attr.mw_bind_enable, 0, 0, ~0ULL, 0, 0, 0);
466 if (length == ~0ULL)
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchfn.c28 #define TIMELOOP_NANOSEC (1*1000000000ULL) /* 1 second */
H A Dbenchzstd.c51 #define TIMELOOP_MICROSEC (1*1000000ULL) /* 1 second */
52 #define TIMELOOP_NANOSEC (1*1000000000ULL) /* 1 second */
64 /* 64-bit */ (size_t)(1ULL << ((sizeof(size_t)*8)-31));
553 benchResult.cMem = (1ULL << (comprParams->windowLog)) + ZSTD_sizeof_CCtx(cctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp227 if (SO.Size == ~0ULL) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp174 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL);
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h310 #define OCSD_VA_MASK ~0ULL /**< 64 bit Virtual address bitsize mask */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h60 std::fill(std::begin(Bits), std::end(Bits), -1ULL);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_humanize_number.c51 { 5, 10737418236ULL * 1024, "",
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dfmn.c239 val |= (1ULL<<59);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h195 #define F_PPOD_VALID V_PPOD_VALID(1ULL)
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c625 0ULL) && loop--) {
652 0ULL) && loop--) {
994 oct->coproc_clock_rate = 1000000ULL *
1006 return ((val >> SCR2_BIT_FW_LOADED) & 1ULL);
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Damdvi_priv.h36 #define BIT(n) (1ULL << (n))
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx_wdog.c146 timeout = (u_int)((1ULL << (cmd & WD_INTERVAL)) / 1000000000U);
/freebsd-13-stable/sys/opencrypto/
H A Dcbc_mac.c136 } else if (ctx->authDataLength < (1ULL<<32)) {
/freebsd-13-stable/sys/powerpc/mambo/
H A Dmambo_disk.c126 * 1024ULL; /* Mambo gives size in KB */
/freebsd-13-stable/usr.bin/hexdump/
H A Dodsyntax.c412 n = (1ULL << (8 * isize)) - 1;

Completed in 412 milliseconds

<<11121314151617181920>>