Searched refs:pos0 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched_common.h | 21 uint32_t pos0, pos1; 23 pos0 = (x[0] <= x[1])? 0 : 1; 26 return (x[pos0] <= x[pos1])? pos0 : pos1; 35 uint32_t pos0 = 0; in rte_min_pos_4_u16() local 38 if (x[1] <= x[0]) pos0 = 1; in rte_min_pos_4_u16() 40 if (x[pos1] <= x[pos0]) pos0 = pos1; in rte_min_pos_4_u16() 42 return pos0; in rte_min_pos_4_u16()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_hash.c | 276 int pos0, expectedPos0; in test_add_delete() local 284 RETURN_IF_ERROR(pos0 < 0, "failed to add key (pos0=%d)", pos0); in test_add_delete() 285 expectedPos0 = pos0; in test_add_delete() 299 RETURN_IF_ERROR(pos0 != -ENOENT, in test_add_delete() 359 int pos0, expectedPos0; in test_add_update_delete() local 367 RETURN_IF_ERROR(pos0 != -ENOENT, in test_add_update_delete() 372 RETURN_IF_ERROR(pos0 < 0, "failed to add key (pos0=%d)", pos0); in test_add_update_delete() 373 expectedPos0 = pos0; in test_add_update_delete() 397 RETURN_IF_ERROR(pos0 != -ENOENT, in test_add_update_delete() 440 RETURN_IF_ERROR(pos0 < 0, "failed to add key (pos0=%d)", pos0); in test_add_update_delete_free() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip.h | 606 bsel_pos.s.pos0 = val & 0x7f; in cvmx_pip_set_bsel_pos() 698 ptr += (bsel_pos.s.pos0 >> 3); in cvmx_pip_get_bsel_table_index() 699 bit_loc = 7 - (bsel_pos.s.pos0 & 0x3); in cvmx_pip_get_bsel_table_index()
|
| H A D | cvmx-pip-defs.h | 1299 uint64_t pos0 : 7; /**< Bit position for the 1st bit from 128 bit segment member 1303 uint64_t pos0 : 7;
|