Searched refs:ull (Results 126 - 150 of 166) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp997 SetAbsRange(~0ull, ~0ull); // Full set.
999 SetAbsRange(0, 1ull << AbsWidth);
H A DWholeProgramDevirt.cpp1306 SetAbsRange(~0ull, ~0ull); // Full set.
1308 SetAbsRange(0, 1ull << AbsWidth);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1256 lldb::offset_t value_alignment = (*opt_alignment + 7ull) / 8ull;
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c867 (~(((1ull << (_n)) - 1) << (_s)))) | ((_v) << (_s))))
/freebsd-11-stable/sys/kern/
H A Dsubr_rman.c477 amask = (1ull << RF_ALIGNMENT(flags)) - 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp259 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h686 return 1ull << (63 - countLeadingZeros(A, ZB_Undefined));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp588 return (uptr)(1ull << (kTracePartSizeBits + flags()->history_size + 1));
H A Dtsan_rtl_report.cpp409 uptr pc = (uptr)(ev & ((1ull << kEventPCBits) - 1));
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h1447 const uint64_t MAX_CYCLES = 1ull<<31;
H A Dcvmx-usb.c2076 (header) ? (unsigned long long)header->u64 : 0ull);
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c462 bw = (int)((ios->current * 1000ull * (uint64_t)ios->softc->this_frac) >> 16);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c1034 fmr->mpt->length = cpu_to_be64(npages * (1ull << fmr->page_shift));
H A Dmlx4_port.c48 #define MLX4_MAC_VALID (1ull << 63)
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c527 hba->nvram_node_wwn = 0ull;
528 hba->nvram_port_wwn = 0ull;
529 hba->active_node_wwn = 0ull;
530 hba->active_port_wwn = 0ull;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp359 function_offset &= ~1ull;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp984 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2455 return CR->getUnsignedMax().ult(1ull << 32);
2640 if (!CR || CR->getUnsignedMax().uge(1ull << VT.getSizeInBits()))
2697 return CR && CR->getSignedMin().sge(-1ull << Width) &&
2698 CR->getSignedMax().slt(1ull << Width);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp644 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull))
/freebsd-11-stable/sys/geom/part/
H A Dg_part_gpt.c371 1ull, entry->ent.ent_lba_end);
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c488 substull(char *tgt, const char *oldstr, unsigned long long ull) argument
492 snprintf(buf, sizeof buf, "%llu", ull);
/freebsd-11-stable/contrib/groff/
H A Dconfigure8142 unsigned long long ull = 1;
8152 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2509 12802747070103273189ull));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1014 uint64_t next_inst_addr = (m_addr & (~1ull)) + current_inst_size;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1791 uint64_t MulFactor = 1ull << N->getConstantOperandVal(1);

Completed in 508 milliseconds

1234567