| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | Makefile.am | 9 auth.exp \ 10 auth2.exp \ 11 auth3.exp \ 12 auth5.exp \ 13 auth6.exp \ 14 auth7.exp \ 15 box.exp \ 16 box2.exp \ 17 box7.exp \ 18 box8.exp \ [all …]
|
| /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 59 if (unlikely(!(exp))) \ 60 rte_panic("line %d\tassert \"%s\" failed\n", __LINE__, #exp); \
|
| /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 52 if (unlikely(!(exp))) \ 53 rte_panic("line %d\tassert \"%s\" failed\n", __LINE__, #exp); \
|
| /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/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() argument 40 "a" (exp), in rte_atomic64_cmpset() 189 rte_int128_t *exp, in rte_atomic128_cmp_exchange() argument 205 "=a" (exp->val[0]), in rte_atomic128_cmp_exchange() 206 "=d" (exp->val[1]), in rte_atomic128_cmp_exchange() 210 "a" (exp->val[0]), in rte_atomic128_cmp_exchange() 211 "d" (exp->val[1]), 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() argument 113 "a" (exp), in rte_atomic16_cmpset() 188 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() argument 199 "a" (exp), in rte_atomic32_cmpset()
|
| /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/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() argument 53 return __atomic_compare_exchange(dst, &exp, &src, 0, __ATOMIC_ACQUIRE, in rte_atomic16_cmpset() 93 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() argument 113 [exp] "r" (exp), in rte_atomic32_cmpset() 201 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() argument 221 [exp] "r" (exp), in rte_atomic64_cmpset()
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_spinlock.h | 64 int exp = 0; in rte_spinlock_lock() local 66 while (!__atomic_compare_exchange_n(&sl->locked, &exp, 1, 0, in rte_spinlock_lock() 70 exp = 0; in rte_spinlock_lock() 107 int exp = 0; in rte_spinlock_trylock() local 108 return __atomic_compare_exchange_n(&sl->locked, &exp, 1, in rte_spinlock_trylock()
|
| H A D | rte_atomic.h | 146 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src); 150 rte_atomic16_cmpset(volatile uint16_t *dst, uint16_t exp, uint16_t src) in rte_atomic16_cmpset() argument 152 return __sync_bool_compare_and_swap(dst, exp, src); in rte_atomic16_cmpset() 429 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src); 433 rte_atomic32_cmpset(volatile uint32_t *dst, uint32_t exp, uint32_t src) in rte_atomic32_cmpset() argument 435 return __sync_bool_compare_and_swap(dst, exp, src); in rte_atomic32_cmpset() 711 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src); 715 rte_atomic64_cmpset(volatile uint64_t *dst, uint64_t exp, uint64_t src) in rte_atomic64_cmpset() argument 717 return __sync_bool_compare_and_swap(dst, exp, src); in rte_atomic64_cmpset() 1108 rte_int128_t *exp,
|
| /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/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 174 if (fe->exp.item != NULL) { in get_export_dgram() 175 item = fe->exp.item; in get_export_dgram() 176 fe->exp.item = NULL; in get_export_dgram() 212 if (fe->exp.item == NULL) { in return_export_dgram() 213 fe->exp.item = item; in return_export_dgram() 233 if (exp.item == NULL) { in expire_flow() 249 exp.item9 = get_export9_dgram(priv, fe, &exp.item9_opt); in expire_flow() 250 if (exp.item9 == NULL) { in expire_flow() 264 if (export9_add(exp.item9, exp.item9_opt, fle) > 0) in expire_flow() 265 export9_send(priv, fe, exp.item9, exp.item9_opt, flags); in expire_flow() [all …]
|
| H A D | netflow_v9.c | 375 if (fe->exp.item9 != NULL) { in get_export9_dgram() 376 item = fe->exp.item9; in get_export9_dgram() 377 fe->exp.item9 = NULL; in get_export9_dgram() 378 t = fe->exp.item9_opt; in get_export9_dgram() 379 fe->exp.item9_opt = NULL; in get_export9_dgram() 450 if (fe->exp.item9 == NULL) { in return_export9_dgram() 451 fe->exp.item9 = item; in return_export9_dgram() 452 fe->exp.item9_opt = t; in return_export9_dgram()
|
| /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() argument 320 return (vdev_raidz_pow2[(exp + (unsigned)vdev_raidz_log2[a]) % 255]); in vdev_raidz_exp2() 376 gf_exp2(gf_log_t exp) in gf_exp2() argument 378 return (vdev_raidz_pow2[exp % 255]); in gf_exp2() 382 gf_exp4(gf_log_t exp) in gf_exp4() argument 384 ASSERT3U(exp, <=, 255); in gf_exp4() 385 return ((gf_t)vdev_raidz_pow2[(2 * exp) % 255]); in gf_exp4()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 480 int val, exp; /* Unnormalized value and exponent */ in encode_timeval() local 492 exp = 0; in encode_timeval() 501 exp = 0; in encode_timeval() 504 exp = log2_s + LOG2_1M - CALC_BITS; in encode_timeval() 506 tv.tv_usec) >> exp); in encode_timeval() 514 val, exp, shift, norm_exp); in encode_timeval() 515 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp, in encode_timeval() 518 return (((FLT_MAX_EXP - 1 + exp + norm_exp) << (FLT_MANT_DIG - 1)) | in encode_timeval() 545 printf("exp=%x mant=%x\n", FLT_MAX_EXP - 1 + exp + norm_exp, in encode_long()
|
| H A D | subr_physmem.c | 161 const struct region *exp, *hwp; in regions_to_avail() local 172 for (exi = 0, exp = exregions; exi < excnt; ++exi, ++exp) { in regions_to_avail() 177 if ((exp->flags & exflags) == 0) in regions_to_avail() 179 xstart = exp->addr; in regions_to_avail() 180 xend = exp->size + xstart; in regions_to_avail()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
| H A D | rebuild_multiple.ksh | 49 exp=$3 52 if [[ "$count" -ne "$exp" ]]; then 53 log_fail "Expected $exp rebuild '$msg' messages, found $count" 55 log_note "Found $count/$exp rebuild '$msg' messages"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create_dryrun.ksh | 80 typeset -n exp=$1 112 if [[ ${exp[$prop]} != "*" ]]; then 115 unset exp[$prop]
|
| H A D | zfs_create_verbose.ksh | 41 typeset -n exp=$1 101 if [[ ${exp[$prop]} != "*" ]]; then 104 unset exp[$prop]
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 90 #define VNASSERT(exp, vp, msg) do { \ argument 91 if (__predict_false(!(exp))) { \ 93 #exp, __FILE__, __LINE__, __func__); \ 97 #define VNPASS(exp, vp) do { \ argument 98 const char *_exp = #exp; \ 99 VNASSERT(exp, vp, ("condition %s not met at %s:%d (%s)", \ 106 #define VNASSERT(exp, vp, msg) do { \ argument 108 #define VNPASS(exp, vp) do { \ argument 150 #define KASSERT(exp,msg) do { \ argument 151 if (__predict_false(!(exp))) \ [all …]
|
| H A D | cdefs.h | 450 #define __predict_true(exp) __builtin_expect((exp), 1) argument 451 #define __predict_false(exp) __builtin_expect((exp), 0) argument 453 #define __predict_true(exp) (exp) argument 454 #define __predict_false(exp) (exp) argument
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_meter.c | 192 *exp = _exp; in mlx5_flow_meter_cir_man_exp_calc() 214 *exp = 0; in mlx5_flow_meter_xbs_man_exp_calc() 222 *exp = _exp; in mlx5_flow_meter_xbs_man_exp_calc() 241 uint8_t man, exp; in mlx5_flow_meter_param_fill() local 249 &man, &exp); in mlx5_flow_meter_param_fill() 251 srtcm->cbs_exponent = exp; in mlx5_flow_meter_param_fill() 253 if (srtcm->cbs_exponent != exp) in mlx5_flow_meter_param_fill() 260 &man, &exp); in mlx5_flow_meter_param_fill() 262 srtcm->ebs_exponent = exp; in mlx5_flow_meter_param_fill() 271 &man, &exp); in mlx5_flow_meter_param_fill() [all …]
|
| /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/app/redis-5.0.5/deps/lua/src/ |
| H A D | llimits.h | 75 #define cast(t, exp) ((t)(exp)) argument
|
| /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() argument 110 rte_int128_t expected = *exp; in rte_atomic128_cmp_exchange() 191 *exp = old; in rte_atomic128_cmp_exchange()
|