Searched refs:ull (Results 76 - 100 of 100) sorted by relevance

1234

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp957 uint64_t sign_bit = 1ull << ((addr_size * 8ull) - 1ull);
H A DScalar.cpp2004 unsigned long long sign_bit = 1ull << sign_bit_pos;
2007 const unsigned long long mask = ~(sign_bit) + 1ull;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp87 candidate <<= 32ull; local
H A DIRForTarget.cpp1536 off_t value_alignment = (clang_type.GetTypeBitAlign() + 7ull) / 8ull;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmr.c118 ~0ull, convert_access(acc), 0, 0, &mr->mmr);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c397 if (value & (1ull << i)) {
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp238 oso_symfile->SetID (((uint64_t)m_cu_idx + 1ull) << 32ull);
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c1459 if (base < (1ull<<34))
1464 else if (base < (1ull<<42))
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-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c343 buffer_list[0].addr &= ~0ull << *shift;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Duverbs_main.c636 !(file->device->ib_dev->uverbs_cmd_mask & (1ull << hdr.command)))
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dmr.c863 fmr->mpt->length = cpu_to_be64(npages * (1ull << fmr->page_shift));
H A Dport.c50 #define MLX4_MAC_VALID (1ull << 63)
H A Den_ethtool.c44 #define EN_ETHTOOL_QP_ATTACH (1ull << 63)
H A Dresource_tracker.c50 #define MLX4_MAC_VALID (1ull << 63)
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp929 intZero.IntVal = APInt(ElemTy->getScalarSizeInBits(), 0ull);
/freebsd-10.2-release/sys/dev/isp/
H A Disp_freebsd.c603 hba->nvram_node_wwn = 0ull;
604 hba->nvram_port_wwn = 0ull;
605 hba->active_node_wwn = 0ull;
606 hba->active_port_wwn = 0ull;
/freebsd-10.2-release/sys/geom/part/
H A Dg_part_gpt.c354 1ull, entry->ent.ent_lba_end);
/freebsd-10.2-release/usr.sbin/ppp/
H A Dcommand.c486 substull(char *tgt, const char *oldstr, unsigned long long ull) argument
490 snprintf(buf, sizeof buf, "%llu", ull);
/freebsd-10.2-release/contrib/groff/
H A Dconfigure8142 unsigned long long ull = 1;
8152 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DAPInt.cpp1679 uint64_t mask = ~0ull >> (sizeof(unsigned)*CHAR_BIT);
/freebsd-10.2-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2512 12802747070103273189ull));
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure5385 #define BIG64 18446744073709551615ull
5387 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
7737 unsigned long long int ull = 18446744073709551615ULL;
7749 unsigned long long int ullmax = 18446744073709551615ull;
7752 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
7753 | (ullmax / ull) | (ullmax % ull));
[all...]
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure5608 #define BIG64 18446744073709551615ull
5610 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
20168 unsigned long long int ull = 18446744073709551615ULL;
20180 unsigned long long int ullmax = 18446744073709551615ull;
20183 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
20184 | (ullmax / ull) | (ullmax % ull));
[all...]

Completed in 294 milliseconds

1234