Home
last modified time | relevance | path

Searched refs:count128 (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_atomic.c254 static rte_int128_t count128; variable
273 expected = count128; in test_atomic128_cmp_exchange()
282 success = rte_atomic128_cmp_exchange(&count128, in test_atomic128_cmp_exchange()
293 success = rte_atomic128_cmp_exchange(&count128, in test_atomic128_cmp_exchange()
304 success = rte_atomic128_cmp_exchange(&count128, in test_atomic128_cmp_exchange()
315 success = rte_atomic128_cmp_exchange(&count128, in test_atomic128_cmp_exchange()
584 count128.val[0] = 0; in test_atomic()
585 count128.val[1] = 0; in test_atomic()
593 iterations = count128.val[0] - count128.val[1]; in test_atomic()