Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_atomic.c404 test32_t nt32, ot32; in test_atomic_exchange() local
430 ot32.u32 = rte_atomic32_exchange(&token32, nt32.u32); in test_atomic_exchange()
431 if (ot32.u8[3] != get_crc8(&ot32.u8[0], sizeof(ot32) - 1)) in test_atomic_exchange()