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

1234567891011>>

/freebsd-11-stable/lib/libc/amd64/gen/
H A Dsignalcontext.c61 sp = (ucp->uc_mcontext.mc_rsp - 128 - sizeof(ucontext_t)) & ~15UL;
64 sp = (sp - sizeof(siginfo_t)) & ~15UL;
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio_cbus.c109 return (sioprobe(dev, 0, 0UL, 0));
116 return (sioattach(dev, 0, 0UL));
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmcs.h389 #define EPT_VIOLATION_DATA_READ (1UL << 0)
390 #define EPT_VIOLATION_DATA_WRITE (1UL << 1)
391 #define EPT_VIOLATION_INST_FETCH (1UL << 2)
392 #define EPT_VIOLATION_GPA_READABLE (1UL << 3)
393 #define EPT_VIOLATION_GPA_WRITEABLE (1UL << 4)
394 #define EPT_VIOLATION_GPA_EXECUTABLE (1UL << 5)
395 #define EPT_VIOLATION_GLA_VALID (1UL << 7)
396 #define EPT_VIOLATION_XLAT_VALID (1UL << 8)
H A Dvtd.c82 #define VTD_CCR_ICC (1UL << 63) /* invalidate context cache */
83 #define VTD_CCR_CIRG_GLOBAL (1UL << 61) /* global invalidation */
85 #define VTD_IIR_IVT (1UL << 63) /* invalidation IOTLB */
95 #define VTD_CTX_TT_ALL (1UL << 2)
97 #define VTD_PTE_RD (1UL << 0)
98 #define VTD_PTE_WR (1UL << 1)
99 #define VTD_PTE_SUPERPAGE (1UL << 7)
475 spsize = 1UL << spshift;
510 if ((gpa & ((1UL << ptpshift) - 1)) != 0)
525 return (1UL << ptpshif
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h149 # if ULONG_MAX == 4294967295UL
152 # define UINT64_C(n) n ## UL
/freebsd-11-stable/contrib/xz/src/common/
H A Dsysdefs.h73 #if ULONG_MAX == 4294967295UL
88 # define UINT64_C(n) n ## UL
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h105 static inline unsigned long getEmptyKey() { return ~0UL; }
106 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
109 return (unsigned)(Val * 37UL);
154 return (1UL << (sizeof(long) * 8 - 1)) - 1UL;
160 return (unsigned)(Val * 37UL);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c877 unsigned long daysPer400Years = 146097UL;
878 unsigned long fudgedDaysPer4000Years = 1460970UL + 31UL;
880 x = jdn + 68569UL;
881 z = 4UL * x / daysPer400Years;
882 x = x - (daysPer400Years * z + 3UL) / 4UL;
883 y = 4000UL * (x + 1) / fudgedDaysPer4000Years;
884 x = x - 1461UL * y / 4UL
[all...]
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3pic.c178 bitmap &= ~(1UL << irq);
227 atomic_clear_64(&sc->mask_thread0[0], 1UL << (63 - irq));
228 atomic_clear_64(&sc->mask_thread1[0], 1UL << (63 - irq));
242 atomic_set_64(&sc->mask_thread0[0], 1UL << (63 - irq));
243 atomic_set_64(&sc->mask_thread1[0], 1UL << (63 - irq));
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcache.c148 if ((set & ~(1UL << (ffs(set) - 1))) != 0)
151 ~(1UL << (ffs(pcpu->pc_cache.dc_size) - 1))) != 0)
161 if ((set & ~(1UL << (ffs(set) - 1))) != 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h63 DCHECK_LT(Size, (1UL << (Up + 1)));
64 DCHECK_GT(Size, (1UL << Up));
65 return 1UL << (Up + 1);
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DpacketProcessing.c122 tmp.l_ui = 1000UL;
123 tmp.l_uf = 0UL;
380 tmp.l_ui = 1000UL;
381 tmp.l_uf = 0UL;
384 tmp.l_ui = 2000UL;
385 tmp.l_uf = 0UL;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h34 CHECK_NE(class_id, 0UL);
49 CHECK_NE(class_id, 0UL);
95 DCHECK_NE(c->max_count, 0UL);
153 CHECK_NE(class_id, 0UL);
168 CHECK_NE(class_id, 0UL);
231 DCHECK_NE(c->max_count, 0UL);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spinlock.h266 *word &= ~(1UL << 31) ;
357 if (lock->value == ~0UL)
/freebsd-11-stable/lib/libc/gen/
H A Dstatvfs.c66 result->f_namemax = ~0UL;
91 result->f_namemax = ~0UL;
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h55 #define UINT64_C(c) (c ## UL)
71 #define __UINT64_C(c) (c ## UL)
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h56 #define UINT64_C(c) (c ## UL)
72 #define __UINT64_C(c) (c ## UL)
/freebsd-11-stable/sys/dev/sio/
H A Dsio_pci.c104 return (sioattach(dev, id->rid, 0UL));
124 return (sioprobe(dev, id->rid, 0UL, 0));
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Ddbrec.c107 page->free[i] &= ~(1UL << j);
132 page->free[i / (8 * sizeof(long))] |= 1UL << (i % (8 * sizeof(long)));
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrp_lib.c70 # define bn_pack4(a1,a2,a3,a4) ((a1##UL<<48)|(a2##UL<<32)|(a3##UL<<16)|a4##UL)
75 # define bn_pack4(a1,a2,a3,a4) ((a3##UL<<16)|a4##UL), ((a1##UL<<16)|a2##UL)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h90 (1UL << ((bitindex) & BT_ULMASK))
97 (1UL << ((bitindex) & BT_ULMASK32))
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_swlock.h43 #define CK_SWLOCK_WRITER_BIT (1UL << 31)
44 #define CK_SWLOCK_LATCH_BIT (1UL << 30)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlog2.h41 return (1UL << flsl(x - 1));
53 return (1UL << (flsl(x) - 1));
/freebsd-11-stable/sys/dev/vnic/
H A Dthunder_bgx.c511 dmac = dmac | (1UL << 48) | ((uint64_t)lmac << 49); /* Enable DMAC */
668 cfg = cfg & (~((1UL << 25) | (1UL << 22) | (1UL << 12)));
706 if ((cfg & (1UL << 13)) == 0) {
707 cfg = (1UL << 13) | (1UL << 14);
710 cfg |= (1UL << 0);
746 if ((cfg & (1UL << 13)) == 0) {
747 cfg = (1UL << 1
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dvmm_instruction_emul.h111 #define VIE_INVALID_GLA (1UL << 63) /* a non-canonical address */

Completed in 327 milliseconds

1234567891011>>