Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash.c1617 int32_t pos1, pos2; in test_hash_add_delete_jhash2() local
1634 pos2 = rte_hash_del_key(handle, (void *)&key[0]); in test_hash_add_delete_jhash2()
1635 if (pos2 < 0 || pos1 != pos2) { in test_hash_add_delete_jhash2()
1656 int32_t pos1, pos2; in test_hash_add_delete_2_jhash2() local
1671 if (pos2 < 0 || pos1 != pos2) in test_hash_add_delete_2_jhash2()
1721 int32_t pos1, pos2; in test_hash_add_delete_jhash_1word() local
1736 if (pos2 < 0 || pos1 != pos2) in test_hash_add_delete_jhash_1word()
1756 int32_t pos1, pos2; in test_hash_add_delete_jhash_2word() local
1771 if (pos2 < 0 || pos1 != pos2) in test_hash_add_delete_jhash_2word()
1791 int32_t pos1, pos2; in test_hash_add_delete_jhash_3word() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h143 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pip.h614 bsel_pos.s.pos2 = val & 0x7f; in cvmx_pip_set_bsel_pos()
706 ptr += (bsel_pos.s.pos2 >> 3); in cvmx_pip_get_bsel_table_index()
707 bit_loc = 7 - (bsel_pos.s.pos2 & 0x3); in cvmx_pip_get_bsel_table_index()
H A Dcvmx-pip-defs.h1291 uint64_t pos2 : 7; /**< Bit position for the 3rd bit from 128 bit segment member
1307 uint64_t pos2 : 7;