Home
last modified time | relevance | path

Searched refs:c3 (Results 1 – 22 of 22) sorted by relevance

/f-stack/dpdk/examples/ipsec-secgw/
H A Dep0.cfg91 sa out 25 cipher_algo aes-128-cbc cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
92 c3:c3:c3:c3:c3 auth_algo sha1-hmac auth_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
93 c3:c3:c3:c3:c3:c3:c3:c3:c3 mode ipv6-tunnel \
127 sa in 125 cipher_algo aes-128-cbc cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
128 c3:c3:c3:c3:c3 auth_algo sha1-hmac auth_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
129 c3:c3:c3:c3:c3:c3:c3:c3:c3 mode ipv6-tunnel \
H A Dep1.cfg88 sa in 25 cipher_algo aes-128-cbc cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
89 c3:c3:c3:c3:c3 auth_algo sha1-hmac auth_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
90 c3:c3:c3:c3:c3:c3:c3:c3:c3 mode ipv6-tunnel \
121 sa out 125 cipher_algo aes-128-cbc cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
122 c3:c3:c3:c3:c3 auth_algo sha1-hmac auth_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:\
123 c3:c3:c3:c3:c3:c3:c3:c3:c3 mode ipv6-tunnel \
/f-stack/dpdk/examples/pipeline/examples/
H A Dpacket.txt10 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
16 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
22 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
28 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
34 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
40 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
46 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
52 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
58 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
64 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
[all …]
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_parse.c20 u_char ch, *p, *c, c0, c1, c2, c3; in ngx_mail_pop3_parse_command() local
46 c3 = ngx_toupper(c[3]); in ngx_mail_pop3_parse_command()
48 if (c0 == 'U' && c1 == 'S' && c2 == 'E' && c3 == 'R') in ngx_mail_pop3_parse_command()
52 } else if (c0 == 'P' && c1 == 'A' && c2 == 'S' && c3 == 'S') in ngx_mail_pop3_parse_command()
56 } else if (c0 == 'A' && c1 == 'P' && c2 == 'O' && c3 == 'P') in ngx_mail_pop3_parse_command()
60 } else if (c0 == 'Q' && c1 == 'U' && c2 == 'I' && c3 == 'T') in ngx_mail_pop3_parse_command()
64 } else if (c0 == 'C' && c1 == 'A' && c2 == 'P' && c3 == 'A') in ngx_mail_pop3_parse_command()
68 } else if (c0 == 'A' && c1 == 'U' && c2 == 'T' && c3 == 'H') in ngx_mail_pop3_parse_command()
625 u_char ch, *p, *c, c0, c1, c2, c3; in ngx_mail_smtp_parse_command() local
659 c3 = ngx_toupper(c[3]); in ngx_mail_smtp_parse_command()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_superscalar4.c93 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_native() local
106 c3 = ctx->superscalar[2].v[2]; in fletcher_4_superscalar4_native()
124 c3 += b3; in fletcher_4_superscalar4_native()
128 d3 += c3; in fletcher_4_superscalar4_native()
142 ctx->superscalar[2].v[2] = c3; in fletcher_4_superscalar4_native()
158 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_byteswap() local
171 c3 = ctx->superscalar[2].v[2]; in fletcher_4_superscalar4_byteswap()
189 c3 += b3; in fletcher_4_superscalar4_byteswap()
193 d3 += c3; in fletcher_4_superscalar4_byteswap()
207 ctx->superscalar[2].v[2] = c3; in fletcher_4_superscalar4_byteswap()
H A Dzfs_fletcher.c539 const uint64_t c3 = c2 * (c1 + 2) / 3; in fletcher_4_incremental_combine() local
549 c2 * zcp->zc_word[1] + c3 * zcp->zc_word[0]; in fletcher_4_incremental_combine()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c38 #define ngx_str3_cmp(m, c0, c1, c2, c3) \ argument
39 *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
41 #define ngx_str3Ocmp(m, c0, c1, c2, c3) \ argument
42 *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
44 #define ngx_str4cmp(m, c0, c1, c2, c3) \ argument
45 *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0)
47 #define ngx_str5cmp(m, c0, c1, c2, c3, c4) \ argument
48 *(uint32_t *) m == ((c3 << 24) | (c2 << 16) | (c1 << 8) | c0) \
74 m[0] == c0 && m[2] == c2 && m[3] == c3
77 m[0] == c0 && m[1] == c1 && m[2] == c2 && m[3] == c3
[all …]
/f-stack/freebsd/arm/include/
H A Dsysreg.h51 #define CP14_DBGOSDLR(rr) p14, 0, rr, c1, c3, 4 /* OS Double Lock Register */
122 #define CP15_DACR(rr) p15, 0, rr, c3, c0, 0 /* Domain Access Control Register */
219 #define CP15_TLBIALLIS p15, 0, r0, c8, c3, 0 /* Invalidate entire unified TLB IS */
220 #define CP15_TLBIMVAIS(rr) p15, 0, rr, c8, c3, 1 /* Invalidate unified TLB by MVA IS */
221 #define CP15_TLBIASIDIS(rr) p15, 0, rr, c8, c3, 2 /* Invalidate unified TLB by ASID IS */
222 #define CP15_TLBIMVAAIS(rr) p15, 0, rr, c8, c3, 3 /* Invalidate unified TLB by MVA, all ASID IS */
267 #define CP15_AMAIR0(rr) p15, 0, rr, c10, c3, 0 /* Auxiliary Memory Attribute Indirection Register …
268 #define CP15_AMAIR1(rr) p15, 0, rr, c10, c3, 1 /* Auxiliary Memory Attribute Indirection Register …
301 #define CP15_CNTV_TVAL(rr) p15, 0, rr, c14, c3, 0 /* Virtual Timer Value Register */
302 #define CP15_CNTV_CTL(rr) p15, 0, rr, c14, c3, 1 /* Virtual Timer Control Register */
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst720 cipher_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3 \
722 auth_key c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3:c3 \
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsecretstream.c13 unsigned char *c1, *c2, *c3, *csave; in main() local
38 c3 = (unsigned char *) in main()
79 (state, c3, NULL, m3, m3_len, ad, ad_len, in main()
106 c3, m3_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0); in main()
111 c3, m3_len + crypto_secretstream_xchacha20poly1305_ABYTES, ad, ad_len); in main()
120 c3, m3_len + crypto_secretstream_xchacha20poly1305_ABYTES, ad, ad_len); in main()
300 sodium_free(c3); in main()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dhash.h135 const uint32_t c3 = 0x38b34ae5; in hash_x86_128() local
154 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
195 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-ipq4019-ap.dk04.1-c3.dts8 compatible = "qcom,ipq4019-ap-dk04.1-c3";
H A Dam335x-shc.dts3 * support for the bosch am335x based shc c3 board
/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_avx512.c306 uint64_t c3 = 0x0000000033fff533; in crc32_load_init_constants() local
329 a = _mm_set_epi64x(c3, c2); in crc32_load_init_constants()
353 uint64_t c3 = 0x000000000000b6c9; in crc16_load_init_constants() local
376 a = _mm_set_epi64x(c3, c2); in crc16_load_init_constants()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h623 register uint64x2_t c0, c1, c2, c3; in rxq_cq_process_v() local
641 c3 = vld1q_u64((uint64_t *)(p3 + 48)); in rxq_cq_process_v()
735 [c3]"w"(c3), [c2]"w"(c2), [c1]"w"(c1), [c0]"w"(c0), in rxq_cq_process_v()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_002_pos.ksh78 log_must touch $PRJDIR/a1/a2/c3
/f-stack/dpdk/examples/ip_pipeline/examples/
H A Droute.cli59 …e add match lpm ipv4 100.128.0.0 10 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 20:21:22:23:24…
H A Droute_ecmp.cli56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2…
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dqcom.yaml137 - qcom,ipq4019-ap-dk04.1-c3
/f-stack/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst15 The argument format is ``<c1>[-c2][,c3[-c4],...]``
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1102 int64_t c3 = 2097151 & (load_4(c + 7) >> 7); in sc25519_muladd() local
1164 s3 = c3 + a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0; in sc25519_muladd()
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt534 * z = c1*x1 + c2*x2 + c3*x3