| /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 298 uint8_t _a, _b, _c, _d, _e 299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 300 uint8_t _a, _b, _c, _d, _e, _f 302 uint8_t _a, _b, _c, _d, _e, _f, _g 304 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 312 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 313 uint8_t _e, _d, _c, _b, _a 315 uint8_t _f, _e, _d, _c, _b, _a 317 uint8_t _g, _f, _e, _d, _c, _b, _a [all …]
|
| /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 1369 ZIPLIST_ENTRY_ZERO(&_e); in verify() 1375 memset(&_e, 0, sizeof(zlentry)); in verify() 1376 zipEntry(ziplistIndex(zl, -len+i), &_e); in verify() 1378 assert(memcmp(&e[i], &_e, sizeof(zlentry)) == 0); in verify()
|
| 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
|
| H A D | quicklist.c | 1418 #define assert(_e) \ argument 1420 if (!(_e)) { \ 1422 printf("==> %s:%d '%s' is not true\n", __FILE__, __LINE__, #_e); \
|
| H A D | t_zset.c | 2145 #define zunionInterDictValue(_e) (dictGetVal(_e) == NULL ? 1.0 : *(double*)dictGetVal(_e)) argument
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1234 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f) 1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1236 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 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 1610 DT1(user_error, int, _e); \
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 425 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ 426 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) 744 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ 745 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 438 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument 445 rijndael_encrypt(&ctx->cc_aes, _b0, _e); \ 446 xor_block(_pos, _e, _len); \
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 112 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\ 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument 126 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 156 …./test-bbdev.py -v app/test-bbdev/test_vectors/turbo_<enc/dec>_c<c>_k<k>_r<r>_e<e>_<extra-info>.da…
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 535 VERSION_SYMBOL_EXPERIMENTAL(rte_acl_create, _e);
|