| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 141 #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 D | ng_sscfu_cust.h | 90 #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 D | scalarmult_ed25519_ref10.c | 36 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 D | sse2_64_32.h | 29 # 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 D | Makefile | 73 Q = macro 76 Q = @ macro
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | Makefile | 12 Q = $(if $(filter 1,$(V) $(VERBOSE)),,@) macro
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | unipriv.h | 239 #define SIGQ_CLEAR(Q) \ argument
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1385 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 D | huf_decompress.c | 1068 { 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 D | saal_sscop.c | 178 #define QINSERT(Q,M) \ argument
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 2224 U32 Q; in HUF_decompress() local
|
| H A D | zstd_v04.c | 2371 U32 Q; in HUF_decompress() local
|
| H A D | zstd_v02.c | 2584 U32 Q; in HUF_decompress() local
|
| H A D | zstd_v06.c | 2661 { U32 const Q = (U32)(cSrcSize * 16 / dstSize); /* Q < 16 since dstSize > cSrcSize */ in HUFv06_decompress() local
|
| H A D | zstd_v05.c | 2524 U32 Q; in HUFv05_decompress() local
|
| H A D | zstd_v07.c | 2511 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 D | zstd.c | 22392 { U32 const Q = (cSrcSize >= dstSize) ? 15 : (U32)(cSrcSize * 16 / dstSize); /* Q < 16 */ in HUF_selectDecoder() local
|