| /f-stack/freebsd/contrib/ngatm/netnatm/ |
| H A D | unimsg.h | 55 #define uni_msg_len(M) ((size_t)((M)->b_wptr - (M)->b_rptr)) argument 58 #define uni_msg_space(M) ((size_t)((M)->b_lim - (M)->b_wptr)) argument 61 #define uni_msg_leading(M) ((size_t)((M)->b_rptr - (M)->b_buf)) argument 64 #define uni_msg_size(M) ((size_t)((M)->b_lim - (M)->b_buf)); argument 68 #define uni_msg_ensure(M, S) \ argument
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 144 #define MSGQ_REMOVE(Q, M) TAILQ_REMOVE(Q, M, link) argument 145 #define MSGQ_INSERT_BEFORE(B, M) TAILQ_INSERT_BEFORE(B, M, link) argument 146 #define MSGQ_APPEND(Q, M) TAILQ_INSERT_TAIL(Q, M, link) argument 237 #define MBUF_FREE(M) do { if ((M)) m_freem((M)); } while(0) argument 238 #define MBUF_DUP(M) m_copypacket((M), M_NOWAIT) argument 239 #define MBUF_LEN(M) ((size_t)(M)->m_pkthdr.len) argument 246 #define MBUF_TRAIL32(M ,I) ng_sscop_mbuf_trail32((M), (I)) argument 260 #define MBUF_STRIP32(M) ng_sscop_mbuf_strip32((M)) argument 272 #define MBUF_GET32(M) ng_sscop_mbuf_get32((M)) argument 287 #define MBUF_APPEND32(M, W) \ argument [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 58 #define CK_PR_LOAD(S, M, T) \ argument 156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument 213 #define CK_PR_FAA(S, M, T) \ argument 239 #define CK_PR_BINARY(K, S, M, T) \ argument 269 #define CK_PR_UNARY(S, M, T) \ argument 283 #define CK_PR_UNARY_S(S, M) CK_PR_UNARY(S, M, M) argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 96 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument 123 #define CK_PR_STORE(S, M, T, C, I) \ argument 149 #define CK_PR_CAS(N, T, M) \ argument 197 #define CK_PR_FAS(N, M, T, W) \ argument 220 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument 254 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr.h | 90 #define CK_PR_LOAD(S, M, T, I) \ argument 101 #define CK_PR_LOAD_64(S, M, T, I) \ argument 136 #define CK_PR_STORE(S, M, T, I) \ argument 147 #define CK_PR_STORE_64(S, M, T, I) \ argument 191 #define CK_PR_NEG(N, M, T, W, R) \ argument
|
| H A D | ck_pr_lse.h | 96 #define CK_PR_CAS(N, M, T, W, R) \ argument 124 #define CK_PR_CAS_S(N, M, W, R) CK_PR_CAS(N, M, M, W, R) argument 141 #define CK_PR_FAS(N, M, T, W, R) \ argument 168 #define CK_PR_UNARY(O, N, M, T, I, W, R, S) \ argument 203 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ argument
|
| H A D | ck_pr_llsc.h | 100 #define CK_PR_CAS(N, M, T, W, R) \ argument 146 #define CK_PR_CAS_S(N, M, W, R) CK_PR_CAS(N, M, M, W, R) argument 163 #define CK_PR_FAS(N, M, T, W, R) \ argument 194 #define CK_PR_UNARY(O, N, M, T, I, W, R) \ argument 235 #define CK_PR_BINARY(O, N, M, T, I, W, R) \ argument
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_pr.h | 207 #define CK_PR_BIN(K, S, M, T, P, C) \ argument 476 #define CK_PR_BTX(K, S, M, T, P, C, R) \ argument 609 #define CK_PR_UNARY(K, X, S, M, T) \ argument 617 #define CK_PR_UNARY_Z(K, S, M, T, P, C, Z) \ argument 633 #define CK_PR_UNARY_Z_STUB(K, S, M) \ argument 890 #define CK_PR_N(K, S, M, T, P, C) \ argument 907 #define CK_PR_N_Z(S, M, T, C) \ argument 1095 #define CK_PR_FAA(S, M, T, C) \ argument 1112 #define CK_PR_FAS(S, M, C) \ argument 1127 #define CK_PR_FAA_S(S, M) CK_PR_FAA(S, M, M, M) argument [all …]
|
| H A D | ck_cc.h | 53 #define CK_CC_CONTAINER(F, T, M, N) \ argument
|
| /f-stack/freebsd/netgraph/atm/ |
| H A D | ngatmbase.h | 52 #define uni_msg_destroy(M) _uni_msg_destroy((M), __FILE__, __LINE__) argument 53 #define uni_msg_unpack_mbuf(M, PP) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 111 #define CK_PR_FAS(S, M, T, C, I) \ argument 137 #define CK_PR_LOAD(S, M, T, C, I) \ argument 163 #define CK_PR_STORE(S, M, T, C, I) \ argument 191 #define CK_PR_FAA(S, M, T, C, I) \ argument 277 #define CK_PR_BINARY(K, S, M, T, C, I) \ argument 312 #define CK_PR_CAS(S, M, T, C, I) \ argument 343 #define CK_PR_CAS_O(S, M, T, C, I, R) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 91 #define CK_PR_LOAD(S, M, T, C, I) \ argument 122 #define CK_PR_STORE(S, M, T, C, I) \ argument 283 #define CK_PR_FAS(N, M, T, W) \ in CK_PR_CAS() argument 310 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument 345 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 140 #define CK_PR_FAS(S, M, T, C, I) \ argument 173 #define CK_PR_LOAD(S, M, T, C, I) \ argument 245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument 256 #define CK_PR_STORE(S, M, T, C, I) \ argument 289 #define CK_PR_FAA(S, M, T, C, I) \ argument 377 #define CK_PR_BINARY(K, S, M, T, C, I, O) \ in CK_PR_GENERATE() argument 413 #define CK_PR_CAS(S, M, T, C, I) \ argument 448 #define CK_PR_CAS_O(S, M, T, C, I, R) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 108 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument 157 #define CK_PR_STORE(S, M, T, C, I) \ argument 395 #define CK_PR_FAS(N, M, T, W) \ argument 426 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument 467 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
|
| /f-stack/freebsd/contrib/ngatm/netnatm/saal/ |
| H A D | sscfupriv.h | 63 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F argument 65 #define VERBOSE(S,M,F) argument
|
| H A D | saal_sscfu.c | 60 #define AA_SIG(S,G,M) \ argument 63 #define SSCOP_AASIG(S,G,M,P) \ argument
|
| H A D | sscoppriv.h | 311 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F argument 312 #define VERBERR(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F argument 313 #define ISVERBOSE(S,M) ((S)->debug & (M)) argument 315 #define VERBOSE(S,M,F) argument 316 #define VERBERR(S,M,F) argument 317 #define ISVERBOSE(S,M) (0) argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/sparcv9/ |
| H A D | ck_pr.h | 88 #define CK_PR_LOAD(S, M, T, C, I) \ argument 113 #define CK_PR_STORE(S, M, T, C, I) \ argument
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm_cust.h | 48 #define CCASSERT(E, M) KASSERT(E, M) argument
|
| /f-stack/freebsd/sys/ |
| H A D | pmc.h | 253 #define __PMC_MODE(M,N) PMC_MODE_##M = N, argument 1103 #define PMCDBG0(M, N, L, F) do { \ argument 1107 #define PMCDBG1(M, N, L, F, p1) do { \ argument 1111 #define PMCDBG2(M, N, L, F, p1, p2) do { \ argument 1115 #define PMCDBG3(M, N, L, F, p1, p2, p3) do { \ argument 1199 #define PMCDBG0(M, N, L, F) /* nothing */ argument 1200 #define PMCDBG1(M, N, L, F, p1) argument 1201 #define PMCDBG2(M, N, L, F, p1, p2) argument 1202 #define PMCDBG3(M, N, L, F, p1, p2, p3) argument 1203 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4) argument [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.c | 2027 #define unsorted_chunks(M) (bin_at(M, 1)) argument 2048 #define initial_top(M) (unsorted_chunks(M)) argument 2130 #define have_fastchunks(M) (((M)->max_fast & FASTCHUNKS_BIT) == 0) argument 2131 #define clear_fastchunks(M) ((M)->max_fast |= FASTCHUNKS_BIT) argument 2132 #define set_fastchunks(M) ((M)->max_fast &= ~FASTCHUNKS_BIT) argument 2145 #define contiguous(M) (((M)->max_fast & NONCONTIGUOUS_BIT) == 0) argument 2146 #define noncontiguous(M) (((M)->max_fast & NONCONTIGUOUS_BIT) != 0) argument 2147 #define set_noncontiguous(M) ((M)->max_fast |= NONCONTIGUOUS_BIT) argument 2148 #define set_contiguous(M) ((M)->max_fast &= ~NONCONTIGUOUS_BIT) argument 2157 #define set_max_fast(M, s) \ argument
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_alloc.c | 112 uint_t M, m; in uu_msprintf() local
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.c | 446 #define M(_name, _id, _1, _2, _3) case _id: return # _name; in otx2_mbox_id2name() macro 458 #define M(_1, _id, _2, _req_type, _3) case _id: return sizeof(struct _req_type); in otx2_mbox_id2size() macro
|
| /f-stack/freebsd/netgraph/atm/sscfu/ |
| H A D | ng_sscfu_cust.h | 125 #define MBUF_FREE(M) m_freem(M) argument
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.c | 84 #define APP_BYTE(M, B) do { \ argument 87 #define APP_16BIT(M, B) do { \ argument 92 #define APP_24BIT(M, B) do { \ argument 98 #define APP_32BIT(M, B) do { \ argument 105 #define APP_BUF(M, B, L) do { \ argument 110 #define APP_SUB_BYTE(M, T, B) do { APP_BYTE(M, T); APP_BYTE(M, B); } while (0) argument 115 #define APP_OPT(M, F, P, T) do { \ argument 119 #define APP_OPT_BYTE(M, F, P, T, B) do { \ argument 123 #define APP_OPT_16BIT(M, F, P, T, B) do { \ argument 127 #define APP_OPT_24BIT(M, F, P, T, B) do { \ argument [all …]
|