Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h297 #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 Dredisassert.h43 #define assert(_e) ((_e)?(void)0 : (_serverAssert(#_e,__FILE__,__LINE__),_exit(1))) argument
H A Dintset.c312 #define assert(_e) ((_e)?(void)0:(_assert(#_e,__FILE__,__LINE__),exit(1))) argument
H A Dziplist.c1367 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 Dserver.h456 #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 Dquicklist.c1418 #define assert(_e) \ argument
1420 if (!(_e)) { \
1422 printf("==> %s:%d '%s' is not true\n", __FILE__, __LINE__, #_e); \
H A Dt_zset.c2145 #define zunionInterDictValue(_e) (dictGetVal(_e) == NULL ? 1.0 : *(double*)dictGetVal(_e)) argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1233 # 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 Dip_fil.h1609 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \ argument
1610 DT1(user_error, int, _e); \
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h425 #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 Dieee80211_crypto_ccmp.c438 #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 Ddivsufsort.c108 #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 Dtestbbdev.rst156 …./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 Dabi_versioning.rst535 VERSION_SYMBOL_EXPERIMENTAL(rte_acl_create, _e);