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

1234567891011>>

/freebsd-13-stable/sys/dev/stge/
H A Dif_stgereg.h137 #define TFD_TCPChecksumEnable (1ULL << 18)
138 #define TFD_UDPChecksumEnable (1ULL << 19)
139 #define TFD_IPChecksumEnable (1ULL << 20)
140 #define TFD_FcsAppendDisable (1ULL << 21)
141 #define TFD_TxIndicate (1ULL << 22)
142 #define TFD_TxDMAIndicate (1ULL << 23)
144 #define TFD_VLANTagInsert (1ULL << 28)
145 #define TFD_TFDDone (1ULL << 31)
147 #define TFD_CFI (1ULL << 44)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMTargetParser.h64 AEK_OS = 1ULL << 59,
65 AEK_IWMMXT = 1ULL << 60,
66 AEK_IWMMXT2 = 1ULL << 61,
67 AEK_MAVERICK = 1ULL << 62,
68 AEK_XSCALE = 1ULL << 63,
H A DAArch64TargetParser.h63 AEK_F32MM = 1ULL << 31,
64 AEK_F64MM = 1ULL << 32,
/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c91 ns = 1ULL << pow2ns;
92 ts->tv_sec = ns / 1000000000ULL;
93 ts->tv_nsec = ns % 1000000000ULL;
114 ns = ((uint64_t)seconds) * 1000000000ULL;
116 shifted = 1ULL << power;
/freebsd-13-stable/contrib/netbsd-tests/lib/libusbhid/
H A Dt_usbhid.c148 minimum = (uint32_t)hi.logical_minimum & ((1ULL<<hi.report_size)-1);
150 maximum = (uint32_t)hi.logical_maximum & ((1ULL<<hi.report_size)-1);
155 minimum = hi.logical_minimum & ((1ULL<<hi.report_size)-1);
157 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1);
162 minimum = hi.logical_minimum & ((1ULL<<hi.report_size)-1);
164 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1);
211 minimum = (uint32_t)hi.physical_minimum & ((1ULL<<hi.report_size)-1);
213 maximum = (uint32_t)hi.physical_maximum & ((1ULL<<hi.report_size)-1);
218 minimum = hi.physical_minimum & ((1ULL<<hi.report_size)-1);
220 maximum = hi.physical_maximum & ((1ULL<<h
[all...]
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c157 1ULL << 12, 0) != -1) {
161 1ULL << 12, 0) != -1) {
169 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
173 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
177 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
181 1ULL << 12, crypto_pwhash_alg_argon2i13()) != -1) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp47 const uptr alignment = 1ULL << kShadowBaseAlignment;
50 const uptr left_padding = 1ULL << kShadowBaseAlignment;
H A Dhwasan_allocator.h49 static const uptr kSpaceBeg = ~0ULL;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp91 uint64_t PrevAddress = -1ULL;
126 return -1ULL;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp29 CandidateMask = 1ULL << getResourceStateIndex(CandidateMask);
71 ResourceMask ^ 1ULL << getResourceStateIndex(ResourceMask);
73 ResourceSizeMask = (1ULL << Desc.NumUnits) - 1;
118 AvailableBuffers(~0ULL), ReservedBuffers(0) {
144 uint64_t GroupMaskIdx = 1ULL << Index;
349 ReservedResourceGroups ^= 1ULL << Index;
357 ReservedResourceGroups ^= 1ULL << Index;
360 ReservedBuffers ^= 1ULL << Index;
/freebsd-13-stable/sys/mips/include/
H A D_stdint.h61 #define UINT64_C(c) (c ## ULL)
77 #define __UINT64_C(c) (c ## ULL)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c53 unsigned long long clen = 0ULL;
107 unsigned long long mlen = 0ULL;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h139 return ((1000000000ULL / hz) * (uint64_t)(unsigned int)j);
146 return ((1000000ULL / hz) * (uint64_t)(unsigned int)j);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbootrom.c73 gpa_base = (1ULL << 32) - BOOTROM_SIZE;
75 gpa_alloctop = (1ULL << 32) - 1;
/freebsd-13-stable/sys/powerpc/include/
H A D_stdint.h60 #define UINT64_C(c) (c ## ULL)
76 #define __UINT64_C(c) (c ## ULL)
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dsha384-internal.c45 #define CONST64(n) n ## ULL
/freebsd-13-stable/crypto/openssl/crypto/
H A Ds390x_arch.h53 # define S390X_CAPBIT(i) (1ULL << (63 - (i) % 64))
/freebsd-13-stable/lib/libkvm/
H A Dkvm_amd64.h57 #define AMD64_PG_NX (1ULL << 63)
H A Dkvm_i386.h59 #define I386_PG_NX (1ULL << 63)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h40 #define kHighMemBeg (-(1ULL << (VMA_BITS - 1)))
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspace_map.h190 #define SM_RUN_MAX SM_RUN_DECODE(~0ULL)
191 #define SM_OFFSET_MAX SM_OFFSET_DECODE(~0ULL)
201 #define SM2_RUN_MAX SM2_RUN_DECODE(~0ULL)
202 #define SM2_OFFSET_MAX SM2_OFFSET_DECODE(~0ULL)
H A Dvdev_draid.h47 #define VDEV_DRAID_ROWHEIGHT (1ULL << VDEV_DRAID_ROWSHIFT)
H A Ddmu_traverse.h85 return (1ULL << shift);
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dzfeature_common.h81 #define SPA_FEATURE_DISABLED (-1ULL)
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c60 if (v.b & 1ULL) {

Completed in 346 milliseconds

1234567891011>>