Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash.c507 int pos, expectedPos, delPos; in test_add_delete_free_lf() local
527 expectedPos = pos; in test_add_delete_free_lf()
531 RETURN_IF_ERROR(pos != expectedPos, in test_add_delete_free_lf()
563 expectedPos = pos; in test_add_delete_free_lf()
567 RETURN_IF_ERROR(pos != expectedPos, in test_add_delete_free_lf()
605 int pos, expectedPos, delPos, result; in test_hash_get_key_with_position() local
615 expectedPos = pos; in test_hash_get_key_with_position()
622 RETURN_IF_ERROR(pos != expectedPos, in test_hash_get_key_with_position()
639 expectedPos = pos; in test_hash_get_key_with_position()
646 RETURN_IF_ERROR(delPos != expectedPos, in test_hash_get_key_with_position()