| /f-stack/dpdk/drivers/common/octeontx2/hw/ |
| H A D | otx2_sso.h | 46 #define SSO_AF_POISONX(a) (0x2100ull | (uint64_t)(a) << 3) argument 47 #define SSO_AF_POISONX_W1S(a) (0x2200ull | (uint64_t)(a) << 3) argument 50 #define SSO_PRIV_LFX_HWGRP_CFG(a) (0x10000ull | (uint64_t)(a) << 3) argument 51 #define SSO_PRIV_LFX_HWGRP_INT_CFG(a) (0x20000ull | (uint64_t)(a) << 3) argument 52 #define SSO_AF_IU_ACCNTX_CFG(a) (0x50000ull | (uint64_t)(a) << 3) argument 53 #define SSO_AF_IU_ACCNTX_RST(a) (0x60000ull | (uint64_t)(a) << 3) argument 54 #define SSO_AF_XAQX_HEAD_PTR(a) (0x80000ull | (uint64_t)(a) << 3) argument 55 #define SSO_AF_XAQX_TAIL_PTR(a) (0x90000ull | (uint64_t)(a) << 3) argument 80 #define SSO_AF_HWSX_SX_GRPMSKX(a, b, c) \ argument 124 #define SSO_AF_TAQX_WAEX_TAG(a, b) \ argument [all …]
|
| H A D | otx2_rvu.h | 21 #define RVU_AF_AFPFX_MBOXX(a, b) \ argument 48 #define RVU_PRIV_PFX_NIXX_CFG(a, b) \ argument 54 #define RVU_PRIV_PFX_CPTX_CFG(a, b) \ argument 58 #define RVU_PRIV_HWVFX_NIXX_CFG(a, b) \ argument 64 #define RVU_PRIV_HWVFX_CPTX_CFG(a, b) \ argument 67 #define RVU_PF_VFX_PFVF_MBOXX(a, b) \ argument 109 #define RVU_BAR_RVU_PFX_FUNCX_BAR2(a, b) \ argument 175 #define AF_BAR2_ALIASX(a, b) \ argument 177 #define TIM_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument 178 #define SSO_AF_BAR2_ALIASX(a, b) AF_BAR2_ALIASX(a, b) argument [all …]
|
| H A D | otx2_tim.h | 10 #define TIM_PRIV_LFX_CFG(a) (0x20000 | (a) << 3) argument 11 #define TIM_PRIV_LFX_INT_CFG(a) (0x24000 | (a) << 3) argument 16 #define TIM_AF_RINGX_GMCTL(a) (0x2000 | (a) << 3) argument 17 #define TIM_AF_RINGX_CTL0(a) (0x4000 | (a) << 3) argument 18 #define TIM_AF_RINGX_CTL1(a) (0x6000 | (a) << 3) argument 19 #define TIM_AF_RINGX_CTL2(a) (0x8000 | (a) << 3) argument
|
| H A D | otx2_nix.h | 144 #define NIX_AF_TL3X_SCHEDULE(a) \ argument 146 #define NIX_AF_TL3X_SHAPE(a) \ argument 148 #define NIX_AF_TL3X_CIR(a) \ argument 150 #define NIX_AF_TL3X_PIR(a) \ argument 152 #define NIX_AF_TL3X_SCHED_STATE(a) \ argument 154 #define NIX_AF_TL3X_SHAPE_STATE(a) \ argument 156 #define NIX_AF_TL3X_SW_XOFF(a) \ argument 158 #define NIX_AF_TL3X_TOPOLOGY(a) \ argument 160 #define NIX_AF_TL3X_PARENT(a) \ argument 630 #define NIX_CHAN_LBKX_CHX(a, b) \ argument [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | test.h | 3 #define assert_cmp(t, a, b, cmp, neg_cmp, pri, ...) do { \ argument 20 #define assert_ptr_eq(a, b, ...) assert_cmp(void *, a, b, ==, \ argument 22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ argument 61 #define assert_ld_lt(a, b, ...) assert_cmp(long, a, b, <, \ argument 67 #define assert_ld_gt(a, b, ...) assert_cmp(long, a, b, >, \ argument 70 #define assert_lu_eq(a, b, ...) assert_cmp(unsigned long, \ argument 72 #define assert_lu_ne(a, b, ...) assert_cmp(unsigned long, \ argument 213 #define assert_b_eq(a, b, ...) do { \ argument 229 #define assert_b_ne(a, b, ...) do { \ argument 248 #define assert_str_eq(a, b, ...) do { \ argument [all …]
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 42 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) argument 43 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) argument 44 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) argument 45 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) argument 50 #define WIN_LT(a,b) (ntohs(a) < ntohs(b)) argument 51 #define WIN_LEQ(a,b) (ntohs(a) <= ntohs(b)) argument 52 #define WIN_GT(a,b) (ntohs(a) > ntohs(b)) argument 53 #define WIN_GEQ(a,b) (ntohs(a) >= ntohs(b)) argument 59 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) argument 60 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) argument [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_seq.h | 42 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) argument 43 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) argument 44 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) argument 45 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) argument 50 #define WIN_LT(a,b) (ntohs(a) < ntohs(b)) argument 51 #define WIN_LEQ(a,b) (ntohs(a) <= ntohs(b)) argument 52 #define WIN_GT(a,b) (ntohs(a) > ntohs(b)) argument 53 #define WIN_GEQ(a,b) (ntohs(a) >= ntohs(b)) argument 59 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) argument 60 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) argument [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acmacros.h | 544 #define ARGI_LIST1(a) (ARG_1(a)) argument 632 #define ASL_CV_LABEL_FILENODE(a) argument 633 #define ASL_CV_CAPTURE_COMMENTS_ONLY(a) argument 634 #define ASL_CV_CAPTURE_COMMENTS(a) argument 635 #define ASL_CV_TRANSFER_COMMENTS(a) argument 638 #define ASL_CV_SWITCH_FILES(a,b) argument 639 #define ASL_CV_CLEAR_OP_COMMENTS(a) argument 640 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) argument 641 #define ASL_CV_PRINT_ONE_COMMENT_LIST(a,b) argument 642 #define ASL_CV_FILE_HAS_SWITCHED(a) 0 argument [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 91 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax() 92 static __inline int imin(int a, int b) { return (a < b ? a : b); } in imin() 93 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax() 94 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() 95 static __inline u_int max(u_int a, u_int b) { return (a > b ? a : b); } in max() 96 static __inline u_int min(u_int a, u_int b) { return (a < b ? a : b); } in min() 103 static __inline __uintmax_t ummax(__uintmax_t a, __uintmax_t b) in ummax() 108 static __inline __uintmax_t ummin(__uintmax_t a, __uintmax_t b) in ummin() 115 static __inline int abs(int a) { return (a < 0 ? -a : a); } in abs() 116 static __inline long labs(long a) { return (a < 0 ? -a : a); } in labs() [all …]
|
| H A D | random.h | 61 #define read_random(a, b) (*_read_random)(a, b) argument 62 #define read_random_uio(a, b) (*_read_random_uio)(a, b) argument 142 #define random_harvest_queue(a, b, c) do {} while (0) argument 143 #define random_harvest_fast(a, b, c) do {} while (0) argument 144 #define random_harvest_direct(a, b, c) do {} while (0) argument 151 #define random_harvest_fast_uma(a, b, c) random_harvest_fast(a, b, c) argument 153 #define random_harvest_fast_uma(a, b, c) do {} while (0) argument 157 #define random_harvest_queue_ether(a, b) random_harvest_queue(a, b, RANDOM_NET_ETHER) argument 159 #define random_harvest_queue_ether(a, b) do {} while (0) argument
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 51 #define ZSTD_pthread_mutex_init(a, b) ((void)(b), InitializeCriticalSection((a)), 0) argument 52 #define ZSTD_pthread_mutex_destroy(a) DeleteCriticalSection((a)) argument 53 #define ZSTD_pthread_mutex_lock(a) EnterCriticalSection((a)) argument 54 #define ZSTD_pthread_mutex_unlock(a) LeaveCriticalSection((a)) argument 58 #define ZSTD_pthread_cond_init(a, b) ((void)(b), InitializeConditionVariable((a)), 0) argument 59 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) argument 60 #define ZSTD_pthread_cond_wait(a, b) SleepConditionVariableCS((a), (b), INFINITE) argument 61 #define ZSTD_pthread_cond_signal(a) WakeConditionVariable((a)) argument 62 #define ZSTD_pthread_cond_broadcast(a) WakeAllConditionVariable((a)) argument
|
| /f-stack/freebsd/arm64/include/ |
| H A D | iodev.h | 35 #define iodev_read_1(a) \ argument 42 #define iodev_read_2(a) \ argument 49 #define iodev_read_4(a) \ argument 56 #define iodev_write_1(a, v) \ argument 59 #define iodev_write_2(a, v) \ argument 62 #define iodev_write_4(a, v) \ argument
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-compress-avx2.h | 30 #define ADD(a, b) _mm256_add_epi64(a, b) argument 31 #define SUB(a, b) _mm256_sub_epi64(a, b) argument 33 #define XOR(a, b) _mm256_xor_si256(a, b) argument 34 #define AND(a, b) _mm256_and_si256(a, b) argument 35 #define OR(a, b) _mm256_or_si256(a, b) argument 42 #define BLAKE2B_G1_V1(a, b, c, d, m) \ argument 53 #define BLAKE2B_G2_V1(a, b, c, d, m) \ argument 64 #define BLAKE2B_DIAG_V1(a, b, c, d) \ argument 71 #define BLAKE2B_UNDIAG_V1(a, b, c, d) \ argument 80 #define BLAKE2B_ROUND_V1(a, b, c, d, r, m) \ argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | timer.h | 39 #define ddi_time_before(a, b) (typecheck(clock_t, a) && \ argument 42 #define ddi_time_after(a, b) ddi_time_before(b, a) argument 43 #define ddi_time_before_eq(a, b) (!ddi_time_after(a, b)) argument 44 #define ddi_time_after_eq(a, b) ddi_time_before_eq(b, a) argument 46 #define ddi_time_before64(a, b) (typecheck(int64_t, a) && \ argument 49 #define ddi_time_after64(a, b) ddi_time_before64(b, a) argument 50 #define ddi_time_before_eq64(a, b) (!ddi_time_after64(a, b)) argument 51 #define ddi_time_after_eq64(a, b) ddi_time_before_eq64(b, a) argument
|
| /f-stack/tools/libnetgraph/ |
| H A D | internal.h | 77 #define socket(a,b,c) ng_socket(a,b,c) argument 78 #define connect(a,b,c) ng_connect(a,b,c) argument 79 #define bind(a,b,c) ng_bind(a,b,c) argument 80 #define sendto(a,b,c,d,e,f) ng_sendto(a,b,c,d,e,f) argument 81 #define recvfrom(a,b,c,d,e,f) ng_recvfrom(a,b,c,d,e,f) argument 82 #define close(a) ng_close(a) argument
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_hw_access.h | 115 #define CPTX_VQX_CTL(a, b) (0x0000100ll + 0x1000000000ll * \ argument 117 #define CPTX_VQX_SADDR(a, b) (0x0000200ll + 0x1000000000ll * \ argument 119 #define CPTX_VQX_DONE_WAIT(a, b) (0x0000400ll + 0x1000000000ll * \ argument 121 #define CPTX_VQX_INPROG(a, b) (0x0000410ll + 0x1000000000ll * \ argument 123 #define CPTX_VQX_DONE(a, b) (0x0000420ll + 0x1000000000ll * \ argument 125 #define CPTX_VQX_DONE_ACK(a, b) (0x0000440ll + 0x1000000000ll * \ argument 127 #define CPTX_VQX_DONE_INT_W1S(a, b) (0x0000460ll + 0x1000000000ll * \ argument 129 #define CPTX_VQX_DONE_INT_W1C(a, b) (0x0000468ll + 0x1000000000ll * \ argument 135 #define CPTX_VQX_MISC_INT(a, b) (0x0000500ll + 0x1000000000ll * \ argument 143 #define CPTX_VQX_DOORBELL(a, b) (0x0000600ll + 0x1000000000ll * \ argument [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_bitmap.h | 72 #define CK_BITMAP_SET(a, b) \ argument 75 #define CK_BITMAP_BTS(a, b) \ argument 78 #define CK_BITMAP_RESET(a, b) \ argument 81 #define CK_BITMAP_TEST(a, b) \ argument 84 #define CK_BITMAP_UNION(a, b) \ argument 93 #define CK_BITMAP_CLEAR(a) \ argument 96 #define CK_BITMAP_EMPTY(a, b) \ argument 99 #define CK_BITMAP_FULL(a, b) \ argument 108 #define CK_BITMAP_BITS(a) \ argument 111 #define CK_BITMAP_BUFFER(a) \ argument [all …]
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 288 pthread_barrier_init(pthread_barrier_t *a, in pthread_barrier_init() 295 int pthread_barrier_wait(pthread_barrier_t *a) in pthread_barrier_wait() 411 int pthread_equal(pthread_t a, pthread_t b) in pthread_equal() 507 int pthread_rwlock_destroy(pthread_rwlock_t *a) in pthread_rwlock_destroy() 519 int pthread_rwlock_rdlock(pthread_rwlock_t *a) in pthread_rwlock_rdlock() 549 int pthread_rwlock_unlock(pthread_rwlock_t *a) in pthread_rwlock_unlock() 555 int pthread_rwlock_wrlock(pthread_rwlock_t *a) in pthread_rwlock_wrlock() 610 int pthread_spin_lock(pthread_spinlock_t *a) in pthread_spin_lock() 622 int pthread_spin_unlock(pthread_spinlock_t *a) in pthread_spin_unlock() 637 int pthread_setcancelstate(int a, int *b) in pthread_setcancelstate() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | pqsort.c | 49 #define min(a, b) (a) < (b) ? a : b argument 65 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument 69 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() 78 #define swap(a, b) \ argument 86 #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype) argument 89 med3(char *a, char *b, char *c, in med3() 99 _pqsort(void *a, size_t n, size_t es, in _pqsort() argument 180 pqsort(void *a, size_t n, size_t es, in pqsort() argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | witness.c | 36 witness_comp(const witness_t *a, void *oa, const witness_t *b, void *ob) { in witness_comp() 46 witness_comp_reverse(const witness_t *a, void *oa, const witness_t *b, in witness_comp_reverse() 57 witness_t a, b; in TEST_BEGIN() local 97 witness_t a, b, c, d; in TEST_BEGIN() local 149 witness_t a, b; in TEST_BEGIN() local 180 witness_t a; in TEST_BEGIN() local 215 witness_t a; in TEST_BEGIN() local 239 witness_t a; in TEST_BEGIN() local
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6.h | 227 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument 248 #define IN6_IS_ADDR_LOOPBACK(a) \ argument 257 #define IN6_IS_ADDR_V4COMPAT(a) \ argument 296 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument 298 #define IN6_IS_ADDR_SITELOCAL(a) \ argument 331 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument 347 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument 356 #define IN6_IS_SCOPE_LINKLOCAL(a) \ argument 359 #define IN6_IS_SCOPE_EMBED(a) \ argument 364 #define IFA6_IS_DEPRECATED(a) \ argument [all …]
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.h | 227 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument 248 #define IN6_IS_ADDR_LOOPBACK(a) \ argument 257 #define IN6_IS_ADDR_V4COMPAT(a) \ argument 296 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument 298 #define IN6_IS_ADDR_SITELOCAL(a) \ argument 331 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument 347 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument 356 #define IN6_IS_SCOPE_LINKLOCAL(a) \ argument 359 #define IN6_IS_SCOPE_EMBED(a) \ argument 364 #define IFA6_IS_DEPRECATED(a) \ argument [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | adler32.c | 27 # define CHOP(a) \ argument 33 # define MOD28(a) \ argument 38 # define MOD(a) \ argument 43 # define MOD63(a) \ argument 57 # define MOD(a) a %= BASE argument 58 # define MOD28(a) a %= BASE argument 59 # define MOD63(a) a %= BASE argument
|
| /f-stack/app/redis-5.0.5/deps/hiredis/adapters/ |
| H A D | qt.h | 43 RedisQtAdapter * a = static_cast<RedisQtAdapter *>(adapter); in RedisQtAddRead() local 49 RedisQtAdapter * a = static_cast<RedisQtAdapter *>(adapter); in RedisQtDelRead() local 55 RedisQtAdapter * a = static_cast<RedisQtAdapter *>(adapter); in RedisQtAddWrite() local 61 RedisQtAdapter * a = static_cast<RedisQtAdapter *>(adapter); in RedisQtDelWrite() local 67 RedisQtAdapter * a = static_cast<RedisQtAdapter *>(adapter); in RedisQtCleanup() local
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 58 #define min(a, b) RTE_MIN(a, b) argument 59 #define max(a, b) RTE_MAX(a, b) argument 67 #define LE16_TO_CPU(a) rte_le_to_cpu_16(a) argument 75 #define NTOHS(a) rte_be_to_cpu_16(a) argument 76 #define NTOHL(a) rte_be_to_cpu_32(a) argument 77 #define HTONS(a) rte_cpu_to_be_16(a) argument 78 #define HTONL(a) rte_cpu_to_be_32(a) argument 111 #define rd32(a, reg) readl((a)->hw_addr + (reg)) argument 113 #define rd64(a, reg) readq((a)->hw_addr + (reg)) argument 117 #define iavf_memset(a, b, c, d) memset((a), (b), (c)) argument [all …]
|