Searched defs:cast (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llimits.h | 75 #define cast(t, exp) ((t)(exp)) macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | malloc.h | 156 #define MALLOC(space, cast, size, type, flags) \ argument
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llimits.h | 90 #define cast(t, exp) ((t)(exp)) macro
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 252 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument 256 #define ECORE_LIST_NEXT(_elem, _link, cast) \ argument 334 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \ argument 340 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, _list, _link, cast) \ argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_mesh.h | 440 #define IEEE80211_MESH_ROUTE_PRIV(rt, cast) ((cast *)rt->rt_priv) argument
|