Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest_telemetry_json.c13 const char *expected = "[\"meaning of life\",42]"; in test_basic_array() local
35 const char *expected = "{\"weddings\":4,\"funerals\":1}"; in test_basic_obj() local
55 const char *expected = "[\"Arsenal\",\"Chelsea\"]"; in test_overflow_array() local
77 const char *expected = "{\"Italy\":20,\"Wales\":61}"; in test_overflow_obj() local
98 const char *expected = "ABC"; in test_large_array_element() local
113 const char *expected = "XYZ"; in test_large_obj_element() local
H A Dtest_common.c268 int expected, rc; in test_fls() local
H A Dtest_telemetry_data.c47 test_output(const char *func_name, const char *expected) in test_output()
H A Dtest_atomic.c266 rte_int128_t expected; in test_atomic128_cmp_exchange() local
H A Dtest_table.h83 #define VERIFY_TRAFFIC(ring, sent, expected) do { \ argument
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_pause.h86 rte_wait_until_equal_16(volatile uint16_t *addr, uint16_t expected, in rte_wait_until_equal_16()
96 rte_wait_until_equal_32(volatile uint32_t *addr, uint32_t expected, in rte_wait_until_equal_32()
106 rte_wait_until_equal_64(volatile uint64_t *addr, uint64_t expected, in rte_wait_until_equal_64()
H A Drte_mcslock.h144 rte_mcslock_t *expected = NULL; in rte_mcslock_trylock() local
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats.c5 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
34 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
72 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
147 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
192 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
233 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
321 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() local
H A Dmallctl.c674 #define TEST_ARENAS_CONSTANT(t, name, expected) do { \ in TEST_BEGIN() argument
692 #define TEST_ARENAS_BIN_CONSTANT(t, name, expected) do { \ in TEST_BEGIN() argument
710 #define TEST_ARENAS_LEXTENT_CONSTANT(t, name, expected) do { \ in TEST_BEGIN() argument
H A Dhash.c67 uint32_t computed, expected; in hash_variant_verify_key() local
H A Dprof_active.c4 mallctl_bool_get(const char *name, bool expected, const char *func, int line) { in mallctl_bool_get()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_pause_64.h35 rte_wait_until_equal_16(volatile uint16_t *addr, uint16_t expected, in rte_wait_until_equal_16()
73 rte_wait_until_equal_32(volatile uint32_t *addr, uint32_t expected, in rte_wait_until_equal_32()
111 rte_wait_until_equal_64(volatile uint64_t *addr, uint64_t expected, in rte_wait_until_equal_64()
H A Drte_atomic_64.h110 rte_int128_t expected = *exp; in rte_atomic128_cmp_exchange() local
/f-stack/freebsd/mips/mips/
H A Dstdatomic.c297 do_compare_and_swap_4(uint32_t *mem, uint32_t expected, in do_compare_and_swap_4()
317 __sync_val_compare_and_swap_4(uint32_t *mem, uint32_t expected, in __sync_val_compare_and_swap_4()
325 __sync_bool_compare_and_swap_4(uint32_t *mem, uint32_t expected, in __sync_bool_compare_and_swap_4()
369 __sync_val_compare_and_swap_8(uint64_t *mem, uint64_t expected, in __sync_val_compare_and_swap_8()
/f-stack/freebsd/sys/
H A Dstdatomic.h233 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
237 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
258 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
262 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
285 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument
293 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument
342 #define atomic_compare_exchange_strong(object, expected, desired) \ argument
345 #define atomic_compare_exchange_weak(object, expected, desired) \ argument
/f-stack/tools/libutil/tests/
H A Dtrimdomain_test.c64 const char *expected = (output == NULL) ? input : output; in testit() local
H A Dtrimdomain-nodomain_test.c64 const char *expected = (output == NULL) ? input : output; in testit() local
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memalloc.c92 rte_iova_t cur, expected; in eal_memalloc_is_contig() local
115 rte_iova_t cur, expected; in eal_memalloc_is_contig() local
/f-stack/app/redis-5.0.5/src/modules/
H A Dtestmodule.c311 RedisModuleString *mystr, *expected; in TestAssertStringReply() local
333 int TestAssertIntegerReply(RedisModuleCtx *ctx, RedisModuleCallReply *reply, long long expected) { in TestAssertIntegerReply()
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in324 expected = [] variable
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst293 .. _dtg_distributor_worker:
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dextent_dss.c75 bool expected = false; in extent_dss_extending_start() local
/f-stack/freebsd/arm/arm/
H A Dstdatomic.c359 __sync_val_compare_and_swap_4_c(uint32_t *mem, uint32_t expected, in __sync_val_compare_and_swap_4_c()
/f-stack/app/redis-5.0.5/src/
H A Dredis-check-rdb.c301 uint64_t cksum, expected = rdb.cksum; in redis_check_rdb() local
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c485 uint16_t expected = AGE_CANDIDATE; in mlx5_aso_age_action_update() local

12