Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h141 #define MSGQ_EMPTY(Q) TAILQ_EMPTY(Q) argument
142 #define MSGQ_INIT(Q) TAILQ_INIT(Q) argument
143 #define MSGQ_FOREACH(P, Q) TAILQ_FOREACH(P, Q, link) argument
144 #define MSGQ_REMOVE(Q, M) TAILQ_REMOVE(Q, M, link) argument
147 #define MSGQ_PEEK(Q) TAILQ_FIRST((Q)) argument
149 #define MSGQ_GET(Q) ng_sscop_msgq_get((Q)) argument
163 #define MSGQ_CLEAR(Q) \ argument
181 #define SIGQ_INIT(Q) TAILQ_INIT(Q) argument
183 #define SIGQ_EMPTY(Q) TAILQ_EMPTY(Q) argument
185 #define SIGQ_GET(Q) ng_sscop_sigq_get((Q)) argument
[all …]
/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h90 #define SIGQ_INIT(Q) TAILQ_INIT(Q) argument
91 #define SIGQ_APPEND(Q, S) TAILQ_INSERT_TAIL(Q, S, link) argument
93 #define SIGQ_GET(Q) ng_sscfu_sigq_get((Q)) argument
107 #define SIGQ_CLEAR(Q) \ argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/
H A Dscalarmult_ed25519_ref10.c36 ge25519_p3 Q; in crypto_scalarmult_ed25519() local
61 ge25519_p3 Q; in crypto_scalarmult_ed25519_base() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h29 # define _mm_set1_epi64x(Q) sodium__mm_set1_epi64x(Q) argument
38 # define _mm_cvtsi64_si128(Q) sodium__mm_cvtsi64_si128(Q) argument
/f-stack/freebsd/contrib/device-tree/
H A DMakefile73 Q = macro
76 Q = @ macro
/f-stack/freebsd/contrib/zstd/
H A DMakefile12 Q = $(if $(filter 1,$(V) $(VERBOSE)),,@) macro
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunipriv.h239 #define SIGQ_CLEAR(Q) \ argument
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1385 double I, Q, p0, p1, llr_, b[qm], log_syml_prob[qam]; in gen_qm8_llr() local
1482 double I, Q, p0, p1, llr_, b[qm], log_syml_prob[qam]; in gen_qm6_llr() local
1546 double I, Q, p0, p1, llr_, b[qm], log_syml_prob[qam]; in gen_qm4_llr() local
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c1068 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local
/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c178 #define QINSERT(Q,M) \ argument
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2224 U32 Q; in HUF_decompress() local
H A Dzstd_v04.c2371 U32 Q; in HUF_decompress() local
H A Dzstd_v02.c2584 U32 Q; in HUF_decompress() local
H A Dzstd_v06.c2661 { U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv06_decompress() local
H A Dzstd_v05.c2524 U32 Q; in HUFv05_decompress() local
H A Dzstd_v07.c2511 U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv07_selectDecoder() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22392 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local