| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_debug.h | 47 #define RTE_ASSERT(exp) RTE_VERIFY(exp) argument 49 #define RTE_ASSERT(exp) do {} while (0) argument 51 #define RTE_VERIFY(exp) do { \ argument
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_debug.h | 54 #define RTE_ASSERT(exp) RTE_VERIFY(exp) argument 56 #define RTE_ASSERT(exp) do {} while (0) argument 58 #define RTE_VERIFY(exp) do { \ argument
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx_debug.h | 23 #define SFC_EFX_ASSERT(exp) RTE_VERIFY(exp) argument 26 #define SFC_EFX_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_debug.h | 19 #define SFC_ASSERT(exp) RTE_VERIFY(exp) argument 22 #define SFC_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | openssl_pmd_private.h | 157 struct exp { struct 158 BIGNUM *exp; argument 159 BIGNUM *mod; 160 BN_CTX *ctx;
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_spinlock.h | 64 int exp = 0; in rte_spinlock_lock() local 107 int exp = 0; in rte_spinlock_trylock() local
|
| H A D | rte_atomic.h | 150 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 433 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 715 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.h | 56 #define MLX4_ASSERT(exp) RTE_VERIFY(exp) argument 72 #define MLX4_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /f-stack/dpdk/lib/librte_eal/x86/include/ |
| H A D | rte_atomic_64.h | 28 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() 189 rte_int128_t *exp, in rte_atomic128_cmp_exchange()
|
| H A D | rte_atomic.h | 102 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 188 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset()
|
| H A D | rte_atomic_32.h | 26 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
|
| /f-stack/dpdk/lib/librte_eal/ppc/include/ |
| H A D | rte_atomic.h | 51 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() 93 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() 201 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 90 #define VNASSERT(exp, vp, msg) do { \ argument 97 #define VNPASS(exp, vp) do { \ argument 106 #define VNASSERT(exp, vp, msg) do { \ argument 108 #define VNPASS(exp, vp) do { \ argument 150 #define KASSERT(exp,msg) do { \ argument 155 #define KASSERT(exp,msg) do { \ argument
|
| H A D | refcount.h | 39 #define KASSERT(exp, msg) /* */ argument
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | parser.h | 18 #define APP_CHECK(exp, st, fmt, ...) \ argument
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_meter.c | 173 mlx5_flow_meter_cir_man_exp_calc(int64_t cir, uint8_t *man, uint8_t *exp) in mlx5_flow_meter_cir_man_exp_calc() 206 mlx5_flow_meter_xbs_man_exp_calc(uint64_t xbs, uint8_t *man, uint8_t *exp) in mlx5_flow_meter_xbs_man_exp_calc() 241 uint8_t man, exp; in mlx5_flow_meter_param_fill() local
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_raidz_impl.h | 315 vdev_raidz_exp2(const uint8_t a, const unsigned exp) in vdev_raidz_exp2() 376 gf_exp2(gf_log_t exp) in gf_exp2() 382 gf_exp4(gf_log_t exp) in gf_exp4()
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_atomic_64.h | 93 rte_atomic128_cmp_exchange(rte_int128_t *dst, rte_int128_t *exp, in rte_atomic128_cmp_exchange()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_reg.c | 151 uint16_t tw, exp; in fill_fpregs32() local
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llimits.h | 75 #define cast(t, exp) ((t)(exp)) argument
|
| /f-stack/freebsd/net/ |
| H A D | vnet.h | 184 #define VNET_ASSERT(exp, msg) do { \ argument 189 #define VNET_ASSERT(exp, msg) do { \ argument 402 #define VNET_ASSERT(exp, msg) argument
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 96 #define MLX5_ASSERT(exp) RTE_VERIFY(exp) argument 103 #define MLX5_ASSERT(exp) RTE_ASSERT(exp) argument
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_sctp.h | 135 int exp; /**< timer expiration in seconds from uptime */ member
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 37 #define KASSERT(exp, msg) assert(exp) argument
|
| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 480 int val, exp; /* Unnormalized value and exponent */ in encode_timeval() local
|