Searched refs:_t (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 756 #define EFSYS_ASSERT3(_x, _op, _y, _t) EFSYS_ASSERT((_t)(_x) _op (_t)(_y)) argument
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 65 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_type.h | 21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 33 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
|
| /dpdk/doc/guides/prog_guide/img/ |
| H A D | dir_24_8_alg.svg | 43 <text x="25.03" y="482.21" class="st2" id="text32">uint[8,16,32,64]_t</text> 69 <text x="25.03" y="482.21" class="st2" id="text80">uint[8,16,32,64]_t</text>
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 122 #define ECORE_WAIT(_s, _t) DELAY(1000) argument 123 #define ECORE_MSLEEP(_t) DELAY((_t) * 1000) argument
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
|
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 67 (rte_atomic##tp##_add((rte_atomic##tp##_t *) \
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 408 Avoid typedefs ending in ``_t``, except as specified in Standard C or by POSIX.
|