Searched refs:ULL (Results 51 - 75 of 661) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h40 if (HighPC == -1ULL || HighPC <= LowPC)
49 return -1ULL;
H A DDWARFDebugRangeList.h56 return StartAddress == -1ULL;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h38 uintptr_t New = Old | (1ULL << BitIdx);
52 return Map[WordIdx] & (1ULL << BitIdx);
/freebsd-13-stable/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.h68 .rto_offset = 1ULL << 0,
75 .rto_expand_offset = -1ULL,
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp55 uint64_t LimitMask = ~0ULL;
94 uint64_t updateMask = ~0ULL;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_chacha20.h66 SODIUM_MIN(SODIUM_SIZE_MAX, 64ULL * (1ULL << 32))
H A Dcrypto_aead_chacha20poly1305.h35 (64ULL * (1ULL << 32) - 64ULL) - crypto_aead_chacha20poly1305_ietf_ABYTES)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h72 h0 += 19ULL * (h4 >> 51);
264 f1_19 = 19ULL * f1;
265 f2_19 = 19ULL * f2;
266 f3_19 = 19ULL * f3;
267 f4_19 = 19ULL * f4;
313 r00 += 19ULL * (uint64_t) carry;
351 f1_38 = 38ULL * f1;
352 f2_38 = 38ULL * f2;
353 f3_38 = 38ULL * f3;
355 f3_19 = 19ULL * f
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h99 return 1ULL << (msb_on_index + 1);
225 #define LG_FLOOR_2(x) (x < (1ULL << 1) ? LG_FLOOR_1(x) : 1 + LG_FLOOR_1(x >> 1))
226 #define LG_FLOOR_4(x) (x < (1ULL << 2) ? LG_FLOOR_2(x) : 2 + LG_FLOOR_2(x >> 2))
227 #define LG_FLOOR_8(x) (x < (1ULL << 4) ? LG_FLOOR_4(x) : 4 + LG_FLOOR_4(x >> 4))
228 #define LG_FLOOR_16(x) (x < (1ULL << 8) ? LG_FLOOR_8(x) : 8 + LG_FLOOR_8(x >> 8))
229 #define LG_FLOOR_32(x) (x < (1ULL << 16) ? LG_FLOOR_16(x) : 16 + LG_FLOOR_16(x >> 16))
230 #define LG_FLOOR_64(x) (x < (1ULL << 32) ? LG_FLOOR_32(x) : 32 + LG_FLOOR_32(x >> 32))
H A Djemalloc_internal_macros.h20 #define KZU(z) ZU(z##ULL)
22 #define KQU(q) QU(q##ULL)
/freebsd-13-stable/sys/xen/interface/io/
H A Dfsif.h119 #define NR_FILES_MASK (((1ULL << NR_FILES_SIZE) - 1) << NR_FILES_SHIFT)
122 #define ERROR_MASK (((1ULL << ERROR_SIZE) - 1) << ERROR_SHIFT)
124 #define HAS_MORE_FLAG (1ULL << HAS_MORE_SHIFT)
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-bootmem.c69 #define ULL unsigned long long macro
312 (ULL)cvmx_bootmem_desc_addr);
599 (ULL)req_size, (ULL)address_min, (ULL)address_max, (ULL)alignment);
656 (ULL)ent_addr, (ULL)cvmx_bootmem_phy_get_next(ent_addr));
745 cvmx_dprintf("__cvmx_bootmem_phy_free addr: 0x%llx, size: 0x%llx\n", (ULL)phy_addr, (ULL)siz
[all...]
/freebsd-13-stable/lib/libkvm/
H A Dkvm_powerpc64.h47 #define PPC64_PAGE_SIZE (1ULL << PPC64_PAGE_SHIFT)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h18 static constexpr uint64_t NanosecondsPerSecond = 1000ULL * 1000 * 1000;
/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_sha.h56 # define U64(C) C##ULL
/freebsd-13-stable/sys/sys/
H A Dassym.h37 #define ASSYM_ABS(value) ((value) < 0 ? -((value) + 1) + 1ULL : (value))
H A Dqmath.h106 ((q) = ((Q_SIGNED(q) && (isneg)) ? (q) | (1ULL << Q_SIGNSHFT(q)) : \
107 (q) & ~(1ULL << Q_SIGNSHFT(q))))
111 #define Q_SRAWMASK(q) (1ULL << Q_SIGNSHFT(q))
122 #define Q_IFVALFMASK(q) Q_TC(q, (1ULL << Q_NFBITS(q)) - 1)
129 (Q_LTZ(ifv) ? 1ULL << Q_SIGNSHFT(q) : 0))
134 (Q_LTZ(iv) || Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0))
146 (Q_LTZ(iv) ? 1ULL << Q_SIGNSHFT(q) : 0))
149 #define Q_FRAWMASK(q) Q_TC(q, ((1ULL << Q_NFBITS(q)) - 1) << Q_NCBITS)
157 (Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0))
208 _carry = (((bits) & ((1ULL << _shif
[all...]
H A Dcapsicum.h55 #define CAPRIGHT(idx, bit) ((1ULL << (57 + (idx))) | (bit))
303 ((uint64_t)CAP_RIGHTS_VERSION << 62) | CAPRIGHT(0, 0ULL); \
304 (rights)->cr_rights[1] = CAPRIGHT(1, 0ULL); \
327 __cap_rights_init(CAP_RIGHTS_VERSION, __VA_ARGS__, 0ULL)
331 __cap_rights_set(__VA_ARGS__, 0ULL)
335 __cap_rights_clear(__VA_ARGS__, 0ULL)
339 __cap_rights_is_set(__VA_ARGS__, 0ULL)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c41 return crypto_stream_xsalsa20_xor_ic(c, m, mlen, n, 0ULL, k);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace_xoroshiro128_plus.c61 if (JUMP[i] & 1ULL << b) {
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_core.h163 #define IA_GLOBAL_STATUS_FLAG_CONDCHG (1ULL << 63)
164 #define IA_GLOBAL_STATUS_FLAG_OVFBUF (1ULL << 62)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp53 Masks[I] = 1ULL << ProcResourceID;
62 Masks[I] = 1ULL << ProcResourceID;
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_mp.c140 if (cores_in_reset & (1ULL << cpuid)) {
143 cores_in_reset &= ~(1ULL << cpuid);
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dstream.c52 (1ULL << 32) - 1ULL, firstkey);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_umem_odp.h103 #define ODP_READ_ALLOWED_BIT (1<<0ULL)
104 #define ODP_WRITE_ALLOWED_BIT (1<<1ULL)

Completed in 297 milliseconds

1234567891011>>