Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_atomic.c403 test16_t nt16, ot16; /* new token, old token */ in test_atomic_exchange() local
435 nt16.u16 = (uint16_t)rte_rand(); in test_atomic_exchange()
436 nt16.u8[1] = get_crc8(&nt16.u8[0], sizeof(nt16) - 1); in test_atomic_exchange()
437 ot16.u16 = rte_atomic16_exchange(&token16, nt16.u16); in test_atomic_exchange()