Home
last modified time | relevance | path

Searched refs:ULL (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c242 /*.stfle = */ { 0ULL, 0ULL, 0ULL, 0ULL }, in parse_env()
243 /*.kimd = */ { 0ULL, 0ULL }, in parse_env()
244 /*.klmd = */ { 0ULL, 0ULL }, in parse_env()
245 /*.km = */ { 0ULL, 0ULL }, in parse_env()
246 /*.kmc = */ { 0ULL, 0ULL }, in parse_env()
247 /*.kmac = */ { 0ULL, 0ULL }, in parse_env()
248 /*.kmctr = */ { 0ULL, 0ULL }, in parse_env()
249 /*.kmo = */ { 0ULL, 0ULL }, in parse_env()
250 /*.kmf = */ { 0ULL, 0ULL }, in parse_env()
251 /*.prno = */ { 0ULL, 0ULL }, in parse_env()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h215 if (Imm == 0ULL || Imm == ~0ULL || in processLogicalImmediate()
217 (Imm >> RegSize != 0 || Imm == (~0ULL >> (64 - RegSize))))) in processLogicalImmediate()
610 return (ByteA == 0ULL || ByteA == Mask) && (ByteB == 0ULL || ByteB == Mask) && in isAdvSIMDModImmType10()
611 (ByteC == 0ULL || ByteC == Mask) && (ByteD == 0ULL || ByteD == Mask) && in isAdvSIMDModImmType10()
612 (ByteE == 0ULL || ByteE == Mask) && (ByteF == 0ULL || ByteF == Mask) && in isAdvSIMDModImmType10()
613 (ByteG == 0ULL || ByteG == Mask) && (ByteH == 0ULL || ByteH == Mask); in isAdvSIMDModImmType10()
624 return (ByteA == 0ULL || ByteA == 0xff00000000000000ULL) && in isAdvSIMDModImmType10()
625 (ByteB == 0ULL || ByteB == 0x00ff000000000000ULL) && in isAdvSIMDModImmType10()
626 (ByteC == 0ULL || ByteC == 0x0000ff0000000000ULL) && in isAdvSIMDModImmType10()
627 (ByteD == 0ULL || ByteD == 0x000000ff00000000ULL) && in isAdvSIMDModImmType10()
[all …]
/freebsd/sys/x86/iommu/
H A Dintel_reg.h78 #define DMAR_IRTE2_SVT_NONE (0ULL << (82 - 64))
82 #define DMAR_IRTE2_SQ_RID (0ULL << (80 - 64))
96 #define DMAR_IRTE1_DLM_FM (0ULL << 5)
103 #define DMAR_IRTE1_TM_EDGE (0ULL << 4)
106 #define DMAR_IRTE1_RH_DIRECT (0ULL << 3)
109 #define DMAR_IRTE1_DM_PHYSICAL (0ULL << 2)
/freebsd/sys/sys/
H A Dcapsicum.h353 ((uint64_t)CAP_RIGHTS_VERSION << 62) | CAPRIGHT(0, 0ULL); \
354 (rights)->cr_rights[1] = CAPRIGHT(1, 0ULL); \
377 __cap_rights_init(CAP_RIGHTS_VERSION, __VA_ARGS__, 0ULL)
381 __cap_rights_set(__VA_ARGS__, 0ULL)
385 __cap_rights_clear(__VA_ARGS__, 0ULL)
389 __cap_rights_is_set(__VA_ARGS__, 0ULL)
427 (CAPIDXBIT(r) == (i) + 1 ? (r) : 0ULL)
442 CAP_RIGHTS_INITIALIZER2(r, 0ULL)
/freebsd/sys/compat/linuxkpi/common/include/vdso/
H A Dconst.h10 #define ULL(x) (x ## ULL) macro
/freebsd/stand/efi/loader/
H A Dmemdisk.c18 #define ULL(x) ((unsigned long long)(x)) macro
58 printf("We know we will download %llu bytes\n", ULL(FileOffset)); in download_data()
149 ULL(ctx->size), ULL(decomp_buffer_length(ctx->dctx))); in do_download_ramdisk()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbits.h12 #define GENMASK_ULL(h, l) (((~0ULL) >> (BITS_PER_LONG_LONG - (h) - 1)) & ((~0ULL) << (l)))
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h191 #define SM_RUN_MAX SM_RUN_DECODE(~0ULL)
192 #define SM_OFFSET_MAX SM_OFFSET_DECODE(~0ULL)
202 #define SM2_RUN_MAX SM2_RUN_DECODE(~0ULL)
203 #define SM2_OFFSET_MAX SM2_OFFSET_DECODE(~0ULL)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc7 #define _IFUNC_ARG_HWCAP (1ULL << 62)
176 #define HWCAP2_EBF16 (1ULL << 32)
179 #define HWCAP2_SVE_EBF16 (1ULL << 33)
185 #define HWCAP2_MOPS (1ULL << 43)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc9 #define setCPUFeature(F) feat |= 1ULL << F
12 (val & ((1ULL << number) - 1ULL) << start) >> start
H A Dapple.inc35 features |= (1ULL << FEAT_FP);
37 features |= (1ULL << FEAT_INIT);
64 features |= (1ULL << TO); \
141 features |= (1ULL << feature_checks[I].feature);
/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv_common_reg.h62 #define MSR_HV_SIEFP_PGMASK (~0ULL << MSR_HV_SIEFP_PGSHIFT)
67 #define MSR_HV_SIMP_PGMASK (~0ULL << MSR_HV_SIMP_PGSHIFT)
H A Dhyperv.c58 #define HYPERV_FREEBSD_BUILD 0ULL
60 #define HYPERV_FREEBSD_OSID 0ULL
H A Dvmbus_var.h161 #define GENMASK_ULL(h, l) (((~0ULL) >> (64 - (h) - 1)) & ((~0ULL) << (l)))
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c70 unsigned long long clen = 0ULL; in crypto_aead_chacha20poly1305_encrypt()
145 unsigned long long clen = 0ULL; in crypto_aead_chacha20poly1305_ietf_encrypt()
226 unsigned long long mlen = 0ULL; in crypto_aead_chacha20poly1305_decrypt()
310 unsigned long long mlen = 0ULL; in crypto_aead_chacha20poly1305_ietf_decrypt()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_srp.c24 #define bn_pack4(a1, a2, a3, a4) ((a1##ULL << 48) | (a2##ULL << 32) | (a3##ULL << 16) | a4##ULL)
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h24 #define KZU(z) ZU(z##ULL)
26 #define KQU(q) QU(q##ULL)
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc36 #define MEMPROF_RAW_VERSION 4ULL
40 { 3ULL, 4ULL }
42 #define MEMPROF_V3_MIB_SIZE 132ULL;
44 #define MEMPROF_BUILDID_MAX_SIZE 32ULL
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc36 #define MEMPROF_RAW_VERSION 4ULL
40 { 3ULL, 4ULL }
42 #define MEMPROF_V3_MIB_SIZE 132ULL;
44 #define MEMPROF_BUILDID_MAX_SIZE 32ULL
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c53 unsigned long long clen = 0ULL; in crypto_aead_xchacha20poly1305_ietf_encrypt()
107 unsigned long long mlen = 0ULL; in crypto_aead_xchacha20poly1305_ietf_decrypt()
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c51 #define HYPERV_FREEBSD_BUILD 0ULL
53 #define HYPERV_FREEBSD_OSID 0ULL
/freebsd/lib/libnetbsd/sys/
H A Dcdefs.h117 #define __type_min_u(t) ((t)0ULL)
118 #define __type_max_u(t) ((t)~0ULL)
/freebsd/sys/powerpc/include/
H A D_stdint.h56 #define UINT64_C(c) (c ## ULL)
68 #define __UINT64_C(c) (c ## ULL)
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c48 S->f[1] = ~0ULL; in blake2b_set_lastnode()
54 S->f[1] = 0ULL; in blake2b_clear_lastnode()
63 S->f[0] = ~0ULL; in blake2b_set_lastblock()
71 S->f[0] = 0ULL; in blake2b_clear_lastblock()
H A Dblake2b.c83 S->f[1] = ~0ULL; in blake2b_set_lastnode()
89 S->f[1] = 0ULL; in blake2b_clear_lastnode()
97 S->f[0] = ~0ULL; in blake2b_set_lastblock()
105 S->f[0] = 0ULL; in blake2b_clear_lastblock()

1234567