Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/
H A Defsys.h756 #define EFSYS_ASSERT3(_x, _op, _y, _t) EFSYS_ASSERT((_t)(_x) _op (_t)(_y)) argument
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h65 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
/dpdk/drivers/common/iavf/
H A Diavf_type.h21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
/dpdk/drivers/net/ice/base/
H A Dice_type.h33 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
/dpdk/doc/guides/prog_guide/img/
H A Ddir_24_8_alg.svg43 <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 Decore_sp.h122 #define ECORE_WAIT(_s, _t) DELAY(1000) argument
123 #define ECORE_MSLEEP(_t) DELAY((_t) * 1000) argument
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
/dpdk/lib/bpf/
H A Dbpf_exec.c67 (rte_atomic##tp##_add((rte_atomic##tp##_t *) \
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst408 Avoid typedefs ending in ``_t``, except as specified in Standard C or by POSIX.