Home
last modified time | relevance | path

Searched defs:K (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/ck/include/gcc/x86/
H A Dck_pr.h220 #define CK_PR_UNARY(K, S, T, C, I) \ argument
224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
235 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
248 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument
250 #define CK_PR_GENERATE(K) \ argument
277 #define CK_PR_BINARY(K, S, M, T, C, I) \ argument
288 #define CK_PR_BINARY_S(K, S, T, I) CK_PR_BINARY(K, S, T, T, T, I) argument
290 #define CK_PR_GENERATE(K) \ argument
378 #define CK_PR_BT(K, S, T, P, C, I) \ argument
391 #define CK_PR_BT_S(K, S, T, I) CK_PR_BT(K, S, T, T, T, I) argument
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ argument
319 #define CK_PR_UNARY(K, S, T, C, I) \ argument
323 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
334 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
347 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) argument
349 #define CK_PR_GENERATE(K) \ argument
377 #define CK_PR_BINARY(K, S, M, T, C, I, O) \ in CK_PR_GENERATE() argument
390 #define CK_PR_GENERATE(K) \ argument
575 #define CK_PR_BT(K, S, T, P, C, I) \ argument
588 #define CK_PR_BT_S(K, S, T, I) CK_PR_BT(K, S, T, T, T, I) argument
[all …]
/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h207 #define CK_PR_BIN(K, S, M, T, P, C) \ argument
224 #define CK_PR_BIN_S(K, S, T, P) CK_PR_BIN(K, S, T, T, P, T) argument
476 #define CK_PR_BTX(K, S, M, T, P, C, R) \ argument
490 #define CK_PR_BTX_S(K, S, T, P, R) CK_PR_BTX(K, S, T, T, P, T, 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
641 #define CK_PR_UNARY_S(K, X, S, M) CK_PR_UNARY(K, X, S, M, M) argument
642 #define CK_PR_UNARY_Z_S(K, S, M, P, Z) \ argument
890 #define CK_PR_N(K, S, M, T, P, C) \ argument
[all …]
H A Dck_rhs.h108 #define CK_RHS_HASH(T, F, K) F((K), (T)->seed) argument
H A Dck_hs.h110 #define CK_HS_HASH(T, F, K) F((K), (T)->seed) argument
/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_pr.h239 #define CK_PR_BINARY(K, S, M, T) \ argument
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
249 #define CK_PR_GENERATE(K) \ argument
/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.h142 int64_t s, K; in cubic_k() local
176 cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss, int64_t K) in cubic_cwnd()
H A Dcc_cubic.c86 int64_t K; member
/f-stack/app/redis-5.0.5/tests/support/
H A Dutil.tcl387 proc K { x y } { set x } procedure
/f-stack/freebsd/crypto/
H A Dsha1.c60 #define K(t) _K[(t) / 20] macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c85 static const uint32_t K[64] = { variable
H A Dsha512c.c85 static const uint64_t K[80] = { variable
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c83 static const uint32_t K[64] = { variable
H A Dsha512c.c85 static const uint64_t K[80] = { variable
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1350 uint16_t K, k_; in enqueue_ldpc_enc_one_op_cb() local
1437 uint16_t K, parity_offset, harq_in_length = 0, harq_out_length = 0; in enqueue_ldpc_dec_one_op_cb() local
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c855 uint16_t K = (enc->basegraph == 1 ? 22 : 10) * enc->z_c; in process_ldpc_enc_cb() local
1376 uint16_t K, parity_offset, sys_cols, outLenWithCrc; in process_ldpc_dec_cb() local
/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1628 uint16_t K, in_length_in_bits, in_length_in_bytes; in acc100_dma_desc_le_fill() local
1802 uint16_t sys_cols, K, h_p_size, h_np_size; in acc100_dma_desc_ld_fill() local
2223 int K = (ldpc_enc->basegraph == 1 ? 22 : 10) * ldpc_enc->z_c; in validate_ldpc_enc_op() local
2267 int K = (ldpc_dec->basegraph == 1 ? 22 : 10) * ldpc_dec->z_c; in validate_ldpc_dec_op() local
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c47 #define K 40 macro