Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_atomic.c405 test64_t nt64, ot64; in test_atomic_exchange() local
423 ot64.u64 = rte_atomic64_exchange(&token64, nt64.u64); in test_atomic_exchange()
424 if (ot64.u8[7] != get_crc8(&ot64.u8[0], sizeof(ot64) - 1)) in test_atomic_exchange()