| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | sysmacros.h | 297 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 312 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 314 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 316 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 318 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redisassert.h | 43 #define assert(_e) ((_e)?(void)0 : (_serverAssert(#_e,__FILE__,__LINE__),_exit(1))) argument
|
| H A D | intset.c | 312 #define assert(_e) ((_e)?(void)0:(_assert(#_e,__FILE__,__LINE__),exit(1))) argument
|
| H A D | ziplist.c | 1367 zlentry _e; in verify() local
|
| H A D | quicklist.c | 1418 #define assert(_e) \ argument
|
| H A D | t_zset.c | 2145 #define zunionInterDictValue(_e) (dictGetVal(_e) == NULL ? 1.0 : *(double*)dictGetVal(_e)) argument
|
| H A D | server.h | 456 #define serverAssertWithInfo(_c,_o,_e) ((_e)?(void)0 : (_serverAssertWithInfo(_c,_o,#_e,__FILE__,__… argument 457 #define serverAssert(_e) ((_e)?(void)0 : (_serverAssert(#_e,__FILE__,__LINE__),_exit(1))) argument
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1241 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
|
| H A D | ip_fil.h | 1609 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \ argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 438 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
|