Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash.c503 int pos, expectedPos, delPos; in test_add_delete_free_lf() local
523 expectedPos = pos; in test_add_delete_free_lf()
527 RETURN_IF_ERROR(pos != expectedPos, in test_add_delete_free_lf()
559 expectedPos = pos; in test_add_delete_free_lf()
563 RETURN_IF_ERROR(pos != expectedPos, in test_add_delete_free_lf()
601 int pos, expectedPos, delPos, result; in test_hash_get_key_with_position() local
611 expectedPos = pos; in test_hash_get_key_with_position()
618 RETURN_IF_ERROR(pos != expectedPos, in test_hash_get_key_with_position()
635 expectedPos = pos; in test_hash_get_key_with_position()
642 RETURN_IF_ERROR(delPos != expectedPos, in test_hash_get_key_with_position()