Searched refs:UL (Results 201 - 225 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp25 static const u64 kAllocaRedzoneSize = 32UL;
26 static const u64 kAllocaRedzoneMask = 31UL;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h350 # define __UINT64_C(c) c ## UL
369 # define UINTPTR_MAX (18446744073709551615UL)
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c392 sym->as_hash = ~0UL;
484 sym->as_hash = ~0UL;
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c1138 val *= 1024UL / secsize;
1140 val *= 1024UL * 1024UL / secsize;
1142 val *= 1024UL * 1024UL * 1024UL / secsize;
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c867 if ((sr->pr_val & (1UL << qp)) == 0)
869 sr->pr_mask |= (1UL << qp);
1519 dst_rnat &= (1UL << ((dst >> 3) & 0x3f)) - 1;
1522 src_rnat &= ~((1UL << ((src >> 3) & 0x3f)) - 1);
1524 src_rnat &= ~(1UL << 63);
1541 src_rnat &= ~(1UL << 63);
1550 dst_rnat |= (src_rnat << shift1) & ~(1UL << 63);
1633 nat_mask = 1UL << ((long) addr & 0x1f8)/8;
1641 nat_mask = 1UL << ia64_rse_slot_num (addr);
1654 nat_mask = 1UL << ia64_rse_slot_nu
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c69 GID_ATTR_FIND_MASK_GID = 1UL << 0,
70 GID_ATTR_FIND_MASK_NETDEV = 1UL << 1,
71 GID_ATTR_FIND_MASK_DEFAULT = 1UL << 2,
72 GID_ATTR_FIND_MASK_GID_TYPE = 1UL << 3,
76 GID_TABLE_ENTRY_INVALID = 1UL << 0,
77 GID_TABLE_ENTRY_DEFAULT = 1UL << 1,
706 if (1UL << gid_type & ~gid_type_mask)
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c120 #define TV2J(x) ((x)->tv_sec * 100UL + (x)->tv_usec / 10000)
1132 0UL, /* rx_fifo_errors */
1133 0UL, /* rx_length_errors +
1137 0UL, /* rx_compressed */
1145 0UL, /* tx_fifo_errors */
1147 0UL, /* tx_carrier_errors +
1151 0UL); /* tx_compressed */
/freebsd-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsa.c169 0UL /* low address */, -1UL /* high address */,
171 0UL /* boundary */);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c129 *v = tmp - (1UL << (mips_pmc_spec.ps_counter_width - 1));
149 v = (1UL << (mips_pmc_spec.ps_counter_width - 1)) - v;
284 if ((r & (1UL << (mips_pmc_spec.ps_counter_width - 1))) == 0)
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h124 return (1UL << flsl(x - 1));
136 return (1UL << (flsl(x) - 1));
487 bit = (1UL << bit);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dblock_if.c764 if (sectors > 65535UL*16*255)
765 sectors = 65535UL*16*255;
767 if (sectors >= 65536UL*16*63) {
/freebsd-11-stable/tools/bus_space/Python/
H A Dlang.c391 error = bd_sync(mdid, op, 0UL, ~0UL);
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h42 #define BIT(_m) (1UL << (_m))
43 #define BITM(_count) ((1UL << (_count)) - 1)
/freebsd-11-stable/sys/dev/proto/
H A Dproto_core.c283 if (!atomic_cmpset_acq_ptr(&r->r_opened, 0UL, (uintptr_t)td->td_proc))
296 if (!atomic_cmpset_acq_ptr(&r->r_opened, (uintptr_t)td->td_proc, 0UL))
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c99 unsigned long npages = 1UL << order;
157 unsigned long npages = 1UL << order;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h193 static const uptr RegionSize = 1UL << RegionSizeLog;
198 static const uptr MapSizeIncrement = 1UL << 17;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_timer.c424 keys_timer += (1UL << sys_automax);
433 revoke_timer += (1UL << sys_revoke);
/freebsd-11-stable/contrib/dtc/
H A Ddtc-lexer.l172 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
179 if (*e && e[strspn(e, "UL")]) {
/freebsd-11-stable/contrib/ntp/include/
H A Dtimepps-SCO.h66 #define PPS_JAN_1970 2208988800UL /* 1970 - 1900 in seconds */
H A Dtimepps-Solaris.h66 #define PPS_JAN_1970 2208988800UL /* 1970 - 1900 in seconds */
H A Dtimepps-SunOS.h66 #define PPS_JAN_1970 2208988800UL /* 1970 - 1900 in seconds */
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c135 268435459, 536870923, 1073741827, 2147483659UL
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_store.c167 0, 1, 4294967295UL
/freebsd-11-stable/sys/net/
H A Dif_atm.h206 #define RTALLOC1(A,B) rtalloc1((A),(B),0UL)
/freebsd-11-stable/sys/ddb/
H A Ddb_main.c110 diff = ~0UL;

Completed in 338 milliseconds

1234567891011>>