Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 57) sorted by relevance

123

/f-stack/freebsd/contrib/ck/include/
H A Dck_rwcohort.h42 #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 Dck_cohort.h48 #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 Dck_elide.h143 #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 Dck_cc.h53 #define CK_CC_CONTAINER(F, T, M, N) \ argument
/f-stack/freebsd/contrib/ck/include/gcc/arm/
H A Dck_pr.h137 #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 Dck_pr_lse.h96 #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 Dck_pr_llsc.h100 #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 Dstdatomic.c193 #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 Dck_pr.h149 #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 Dstdatomic.c156 #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 Dck_pr.h238 #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 Dpmc.h253 #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 DSFMT-params.h53 #define N (MEXP / 128 + 1) macro
/f-stack/freebsd/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h195 #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 Dpwhash_scryptsalsa208sha256_nosse.c228 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 Dcrypto_scrypt-common.c148 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 Dpwhash_scryptsalsa208sha256_sse.c231 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 Dtest_cycles.c13 #define N 10000 macro
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_sig.c74 #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 Dskein_port.h21 #define RotL_64(x, N) (((x) << (N)) | ((x) >> (64 - (N)))) argument
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.c24 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 Dhkdf.c49 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 Dhkdf.c74 uint_t N = (out_len + SHA512_DIGEST_LENGTH) / SHA512_DIGEST_LENGTH; in hkdf_sha512_expand() local
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h125 #define TIMER_FUNC(T,N) \ argument
318 #define MBUF_ALLOC(N) ng_sscop_mbuf_alloc((N)) argument
/f-stack/freebsd/crypto/skein/
H A Dskein_port.h30 #define RotL_64(x,N) (((x) << (N)) | ((x) >> (64-(N)))) argument

123