| /f-stack/freebsd/arm64/include/ |
| H A D | armreg.h | 67 #define UL(x) UINT64_C(x) macro 92 #define CTR_TminLine_MASK (UL(0x3f) << CTR_TminLine_SHIFT) 349 #define ID_AA64ISAR0_DP_MASK (UL(0xf) << ID_AA64ISAR0_DP_SHIFT) 359 #define ID_AA64ISAR0_TS_MASK (UL(0xf) << ID_AA64ISAR0_TS_SHIFT) 630 #define ID_AA64PFR0_EL0_64 (UL(0x1) << ID_AA64PFR0_EL0_SHIFT) 635 #define ID_AA64PFR0_EL1_64 (UL(0x1) << ID_AA64PFR0_EL1_SHIFT) 641 #define ID_AA64PFR0_EL2_64 (UL(0x1) << ID_AA64PFR0_EL2_SHIFT) 650 #define ID_AA64PFR0_FP_MASK (UL(0xf) << ID_AA64PFR0_FP_SHIFT) 653 #define ID_AA64PFR0_FP_HP (UL(0x1) << ID_AA64PFR0_FP_SHIFT) 712 #define ID_AA64PFR1_BT_MASK (UL(0xf) << ID_AA64PFR1_BT_SHIFT) [all …]
|
| H A D | profile.h | 67 (uintfptr_t)btrap) : ~0UL)
|
| H A D | _stdint.h | 46 #define UINT64_C(c) (c ## UL)
|
| H A D | pte.h | 57 #define ATTR_S2_XN_NONE 0UL /* Allow execution at EL0 & EL1 */
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_error.c | 105 writeq(0UL, &fme_err->pcie0_err_mask); in fme_err_set_pcie0_errors() 142 writeq(0UL, &fme_err->pcie1_err_mask); in fme_err_set_pcie1_errors() 217 writeq(0UL, &fme_err->pcie0_err_mask); in fme_error_enable() 218 writeq(0UL, &fme_err->pcie1_err_mask); in fme_error_enable() 219 writeq(0UL, &fme_err->ras_nonfat_mask); in fme_error_enable() 220 writeq(0UL, &fme_err->ras_catfat_mask); in fme_error_enable()
|
| H A D | opae_osdep.h | 45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 291 return strlen_c_r(s, 0UL); 294 static_assert(strlen_c("") == 0UL, ""); 295 static_assert(strlen_c("1") == 1UL, ""); 296 static_assert(strlen_c("example") == 7UL, ""); 297 static_assert(strlen_c("another\0example") == 7UL, ""); 469 return (sizeof(x) == 1UL) ? 1 : 0; 494 auto length = 0UL; 500 static_assert(strlen_c("") == 0UL, ""); 501 static_assert(strlen_c("x") == 1UL, ""); 502 static_assert(strlen_c("test") == 4UL, ""); [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-declare-event-class.m4 | 13 trace_zfs_autoconf_event_one(1UL); 14 trace_zfs_autoconf_event_two(2UL);
|
| /f-stack/freebsd/arm/ti/usb/ |
| H A D | omap_host.c | 61 #define UHH_SYSCONFIG_MIDLEMODE_FORCESTANDBY (0UL << 12) 66 #define UHH_SYSCONFIG_SIDLEMODE_FORCEIDLE (0UL << 3) 89 #define UHH_HOSTCONFIG_P1_MODE_ULPI_PHY (0UL << 16) 93 #define UHH_HOSTCONFIG_P2_MODE_ULPI_PHY (0UL << 18)
|
| H A D | omap_tll.c | 101 #define TLL_SYSCONFIG_SIDLE_FORCED_IDLE (0UL << 3) 118 #define TLL_SHARED_CONF_USB_DIVRATIO_1 (0UL << 2)
|
| /f-stack/freebsd/mips/include/ |
| H A D | _stdint.h | 58 #define UINT64_C(c) (c ## UL) 74 #define __UINT64_C(c) (c ## UL)
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_common.h | 46 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
|
| /f-stack/dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_mc_cmd.h | 34 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.c | 154 if (addr[i] == 0UL) in ccp_find_first_zero_bit() 156 if (addr[i] < ~(0UL)) in ccp_find_first_zero_bit() 174 mask_to_set = ~0UL; in ccp_bitmap_set() 195 mask_to_clear = ~0UL; in ccp_bitmap_clear() 238 return _ccp_find_next_bit(addr, size, offset, 0UL); in ccp_find_next_bit() 246 return _ccp_find_next_bit(addr, size, offset, ~0UL); in ccp_find_next_zero_bit()
|
| H A D | ccp_dev.h | 142 (~0UL << ((start) & (BITS_PER_WORD - 1))) 144 (~0UL >> (-(nbits) & (BITS_PER_WORD - 1)))
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_latency.c | 175 uint64_t tsc_max = 0, tsc_min = ~0UL, tsc_tot = 0, tsc_idx = 0; in cperf_latency_test_runner() 176 uint64_t enqd_max = 0, enqd_min = ~0UL, enqd_tot = 0; in cperf_latency_test_runner() 177 uint64_t deqd_max = 0, deqd_min = ~0UL, deqd_tot = 0; in cperf_latency_test_runner()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_i2c.h | 84 #define I2C_CON_OPMODE_STD (0UL << 12)
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | fpga_5gnr_fec.rst | 17 - LDPC Decode in the UL 19 - Maximum of 32 UL queues per VF 180 allocates different bandwidth to UL and DL. The weight is configured by this 182 cbps (code block per second) ratio between UL and DL is 12:1, then the 192 streamed in from UL/DL code block FIFO.
|
| H A D | fpga_lte_fec.rst | 17 - Turbo Decode in the UL with total throughput of 1.5 Gbits/s assuming 8 decoder iterations 19 - Maximum of 32 UL queues per VF 179 allocates different bandwidth to UL and DL. The weight is configured by this 181 cbps (code block per second) ratio between UL and DL is 12:1, then the 191 streamed in from UL/DL code block FIFO.
|
| /f-stack/freebsd/amd64/include/ |
| H A D | profile.h | 103 (uintfptr_t)btrap) : ~0UL)
|
| /f-stack/freebsd/x86/include/ |
| H A D | _stdint.h | 59 #define UINT64_C(c) (c ## UL)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ubsan.c | 1521 ulongest UL = 0; local 1532 memcpy(&UL, REINTERPRET_CAST(ulongest *, ulNumber), sizeof(ulongest)); 1540 UL = *REINTERPRET_CAST(uint64_t *, ulNumber); 1549 UL = ulNumber; 1553 return UL; 1608 ulongest UL = llluGetNumber(szLocation, pType, ulNumber); local 1609 DeserializeNumberUnsigned(pBuffer, zBUfferLength, pType, UL);
|
| /f-stack/freebsd/sys/ |
| H A D | bitset.h | 232 __mask = ~0UL << ((start) % _BITSET_BITS); \ 242 __mask = ~0UL; \
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-spinlock.h | 357 if (lock->value == ~0UL) in _int_cvmx_spinlock_rec_unlock()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx_cpufunc.h | 171 #define INVVPID_TYPE_ADDRESS 0UL
|