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

1234567

/freebsd-11-stable/contrib/ntp/
H A Dconfigure5219 #define BIG64 18446744073709551615ull
5221 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6392 #define BIG64 18446744073709551615ull
6394 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
16096 unsigned long long int ull = 18446744073709551615ULL;
16108 unsigned long long int ullmax = 18446744073709551615ull;
16111 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >>
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure4986 #define BIG64 18446744073709551615ull
4988 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6767 unsigned long long int ull = 18446744073709551615ULL;
6779 unsigned long long int ullmax = 18446744073709551615ull;
6782 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
6783 | (ullmax / ull) | (ullmax % ull));
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c3773 (1ull << parms->frag_num_field_size) - 1;
3777 (1ull << parms->sgl_index_field_size) - 1;
H A Docs_hw.c12252 #define HW_FWREV_ZERO (0ull)
12253 #define HW_FWREV_MAX (~0ull)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp613 AArch64_AM::encodeLogicalImmediate(1ull << Cond[3].getImm(), 32));
618 AArch64_AM::encodeLogicalImmediate(1ull << Cond[3].getImm(), 64));
H A DAArch64ISelLowering.cpp10217 uint64_t MaskForTy = 0ull;
12294 uint64_t MinOffset = -1ull;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6363 uint64_t IdentificationBit = -1ull;
6459 if (IdentificationBit != -1ull) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2161 symbol.st_value = symbol.st_value & (~1ull);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2052 APInt A(32, (1ull << B), false);
H A DHexagonISelLowering.cpp2566 SDValue S = DAG.getConstant(1ull << i, dl, MVT::i32);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c50 #define MLX4_MAC_VALID (1ull << 63)
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c6387 percentage = 10000ull * val;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1617 F->setAlignment(llvm::Align(1ull << LangOpts.FunctionAlignment));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11197 BlendMask |= 1ull << i;
11208 BlendMask |= 1ull << i;
11222 if (BlendMask & (1ull << i))
11223 ScaledMask |= ((1ull << Scale) - 1) << (i * Scale);
11277 BlendMask |= 1ull << i;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2185 uint64_t Mask = (1ull << Width) - 1;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2203 if (OFA.getOffset() % (1ull << OFA.getAlign()) != 0)

Completed in 824 milliseconds

1234567