| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_rwcohort.h | 42 #define CK_RWCOHORT_WP_NAME(N) ck_rwcohort_wp_##N argument 45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument 47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument 55 #define CK_RWCOHORT_WP_PROTOTYPE(N) \ argument 146 #define CK_RWCOHORT_RP_NAME(N) ck_rwcohort_rp_##N argument 149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument 153 #define CK_RWCOHORT_RP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 159 #define CK_RWCOHORT_RP_PROTOTYPE(N) \ argument [all …]
|
| H A D | ck_cohort.h | 48 #define CK_COHORT_NAME(N) ck_cohort_##N argument 49 #define CK_COHORT_INSTANCE(N) struct CK_COHORT_NAME(N) argument 50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument 51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument 52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument 53 #define CK_COHORT_TRYLOCK(N, C, GLC, LLC, LUC) ck_cohort_##N##_trylock(C, GLC, LLC, LUC) argument 54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument 56 #define CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ argument 125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument
|
| H A D | ck_elide.h | 143 #define CK_ELIDE_PROTOTYPE(N, T, L_P, L, U_P, U) \ argument 231 #define CK_ELIDE_TRYLOCK_PROTOTYPE(N, T, TL_P, TL) \ argument 252 #define CK_ELIDE_PROTOTYPE(N, T, L_P, L, U_P, U) \ argument 288 #define CK_ELIDE_TRYLOCK_PROTOTYPE(N, T, TL_P, TL) \ argument
|
| H A D | ck_cc.h | 53 #define CK_CC_CONTAINER(F, T, M, N) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 137 #define CK_PR_DOUBLE_LOAD(T, N) \ argument 186 #define CK_PR_DOUBLE_STORE(T, N) \ argument 210 #define CK_PR_DOUBLE_CAS_VALUE(T, N) \ argument 254 #define CK_PR_DOUBLE_CAS(T, N) \ argument 339 #define CK_PR_CAS(N, T, W) \ 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/ck/include/gcc/aarch64/ |
| 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/arm/arm/ |
| H A D | stdatomic.c | 193 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument 225 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument 266 #define EMIT_ARITHMETIC_FETCH_AND_OP_N(N, uintN_t, name, op) \ argument 304 #define EMIT_BITWISE_FETCH_AND_OP_N(N, uintN_t, name, op, idempotence) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 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/mips/mips/ |
| H A D | stdatomic.c | 156 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument 186 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument 224 #define EMIT_ARITHMETIC_FETCH_AND_OP_N(N, uintN_t, name, op) \ argument 261 #define EMIT_BITWISE_FETCH_AND_OP_N(N, uintN_t, name, op, idempotence) \ argument
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 238 #define CK_PR_CAS(N, T) \ 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/sys/ |
| H A D | pmc.h | 253 #define __PMC_MODE(M,N) PMC_MODE_##M = N, argument 273 #define __PMC_DISPOSITIONS(N) \ argument 363 #define __PMC_OP(N, D) PMC_OP_##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 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 [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | SFMT-params.h | 53 #define N (MEXP / 128 + 1) macro
|
| /f-stack/freebsd/contrib/ck/include/gcc/sparcv9/ |
| H A D | ck_pr.h | 195 #define CK_PR_CAS(N, T) \ argument 224 #define CK_PR_FAS(N, T) \ argument
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/ |
| H A D | pwhash_scryptsalsa208sha256_nosse.c | 228 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix() 295 uint64_t N, uint32_t _r, uint32_t _p, uint8_t *buf, in escrypt_kdf_nosse()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | crypto_scrypt-common.c | 148 uint64_t N; in escrypt_r() local 241 uint64_t N, uint32_t r, uint32_t p, in crypto_pwhash_scryptsalsa208sha256_ll()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/ |
| H A D | pwhash_scryptsalsa208sha256_sse.c | 231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix() 310 const uint8_t *salt, size_t saltlen, uint64_t N, uint32_t _r, in escrypt_kdf_sse()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cycles.c | 13 #define N 10000 macro
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_sig.c | 74 #define DEF(N) [USER_SIG_##N] = #N, argument 80 #define DEF(N) [CONN_SIG_##N] = #N, argument
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/ |
| H A D | skein_port.h | 21 #define RotL_64(x, N) (((x) << (N)) | ((x) >> (64 - (N)))) argument
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | pwhash_scrypt_ll.c | 24 tv(const char *passwd, const char *salt, uint64_t N, uint32_t r, uint32_t p) in tv()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 49 uint_t N = (out_len + SHA512_DIGEST_LENGTH) / SHA512_DIGEST_LENGTH; in hkdf_sha512_expand() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 74 uint_t N = (out_len + SHA512_DIGEST_LENGTH) / SHA512_DIGEST_LENGTH; in hkdf_sha512_expand() local
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 125 #define TIMER_FUNC(T,N) \ argument 318 #define MBUF_ALLOC(N) ng_sscop_mbuf_alloc((N)) argument
|
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein_port.h | 30 #define RotL_64(x,N) (((x) << (N)) | ((x) >> (64-(N)))) argument
|