/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/ |
H A D | bitbake.vim | 22 syn include @python syntax/python.vim 30 syn case match 33 syn match bbUnmatched "." 41 syn match bbQuote +['"]+ contained 42 syn match bbDelimiter "[(){}=]" contained 43 syn match bbArrayBrackets "[\[\]]" contained 46 syn match bbContinue "\\$" 84 syn include @shell syntax/sh.vim 88 syn keyword bbShFakeRootFlag fakeroot contained 96 syn keyword bbPyFlag python contained [all …]
|
/openbmc/linux/arch/mips/dec/ |
H A D | ecc-berr.c | 57 u16 syn = 0, sngl; in dec_ecc_be_backend() local 117 syn = chksyn; /* Low bank. */ in dec_ecc_be_backend() 119 syn = chksyn >> 16; /* High bank. */ in dec_ecc_be_backend() 121 if (!(syn & KN0X_ESR_VLDLO)) { in dec_ecc_be_backend() 127 sngl = syn & KN0X_ESR_SNGLO; in dec_ecc_be_backend() 128 syn &= KN0X_ESR_SYNLO; in dec_ecc_be_backend() 135 if (syn == data_mbit[i]) in dec_ecc_be_backend() 156 if (syn && syn == (syn & -syn)) { in dec_ecc_be_backend() 157 if (syn == 0x01) { in dec_ecc_be_backend() 167 i = syn >> 2; in dec_ecc_be_backend() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgroup_tcp_skb.c | 51 if (tcph->fin || !tcph->syn || !tcph->ack) in egress_accept() 65 if (!tcph->syn || tcph->fin || tcph->ack) in ingress_accept() 71 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_accept() 87 if (!tcph->syn || tcph->fin || tcph->ack) in egress_connect() 100 if (tcph->fin || !tcph->syn || !tcph->ack) in ingress_connect() 117 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_remote() 143 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_remote() 164 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_local() 182 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_local() 188 if (!tcph->fin || tcph->syn || !tcph->ack) in ingress_close_local()
|
/openbmc/linux/lib/reed_solomon/ |
H A D | decode_rs.c | 33 uint16_t *syn = rsc->buffers + RS_DECODE_SYN * (nroots + 1); variable 62 syn[i] = (((uint16_t) data[0]) ^ invmsk) & msk; 66 if (syn[i] == 0) { 67 syn[i] = (((uint16_t) data[j]) ^ 70 syn[i] = ((((uint16_t) data[j]) ^ 72 alpha_to[rs_modnn(rs, index_of[syn[i]] + 80 if (syn[i] == 0) { 81 syn[i] = ((uint16_t) par[j]) & msk; 83 syn[i] = (((uint16_t) par[j]) & msk) ^ 84 alpha_to[rs_modnn(rs, index_of[syn[i]] + [all …]
|
H A D | test_rslib.c | 230 int len, uint16_t *syn) in compute_syndrome() argument 242 syn[i] = data[0]; in compute_syndrome() 244 if (syn[i] == 0) { in compute_syndrome() 245 syn[i] = data[j]; in compute_syndrome() 247 syn[i] = data[j] ^ in compute_syndrome() 248 alpha_to[rs_modnn(rs, index_of[syn[i]] in compute_syndrome() 256 syn[i] = rs->index_of[syn[i]]; in compute_syndrome()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 33 uint32_t syn; in merge_syn_data_abort() local 60 syn = syn_data_abort_vncr(fi->ea, is_write, fsc); in merge_syn_data_abort() 63 syn = syn_data_abort_no_iss(same_el, 0, in merge_syn_data_abort() 71 syn = syn_data_abort_with_iss(same_el, in merge_syn_data_abort() 76 syn |= template_syn; in merge_syn_data_abort() 78 return syn; in merge_syn_data_abort() 179 uint32_t syn, exc, fsr, fsc; in arm_deliver_fault() local 200 syn = syn_gpc(fi->stage2 && fi->type == ARMFault_GPCFOnWalk, in arm_deliver_fault() 246 syn = syn_insn_abort(same_el, fi->ea, fi->s1ptw, fsc); in arm_deliver_fault() 249 syn = merge_syn_data_abort(env->exception.syndrome, fi, target_el, in arm_deliver_fault() [all …]
|
H A D | translate.h | 274 static inline void disas_set_insn_syndrome(DisasContext *s, uint32_t syn) in disas_set_insn_syndrome() argument 279 syn &= ARM_INSN_START_WORD2_MASK; in disas_set_insn_syndrome() 280 syn >>= ARM_INSN_START_WORD2_SHIFT; in disas_set_insn_syndrome() 285 tcg_set_insn_start_param(s->base.insn_start, 2, syn); in disas_set_insn_syndrome() 343 uint32_t syn, uint32_t target_el); 345 int excp, uint32_t syn); 395 uint32_t syn = syn_swstep(false, isv, ex); in gen_swstep_exception() local 396 gen_helper_exception_swstep(tcg_env, tcg_constant_i32(syn)); in gen_swstep_exception()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/ |
H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 34 static utouch_frame_time_t get_evtime_ms(const struct input_event *syn) 37 - return syn->time.tv_usec / ms + syn->time.tv_sec * ms; 38 + return syn->input_event_usec / ms + syn->input_event_sec * ms;
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 384 unsigned int *syn) in compute_syndromes() argument 397 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 414 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 423 const unsigned int *syn) in compute_error_locator_polynomial() argument 465 d = syn[2*i+2]; in compute_error_locator_polynomial() 977 syn ^= a_pow(bch, m+j*i); in chien_search() 979 if (syn == 0) { in chien_search() 1046 if (!syn) { in decode_bch() 1069 syn = bch->syn; in decode_bch() 1350 bch->syn = bch_alloc(2*t*sizeof(*bch->syn), &err); in init_bch() [all …]
|
/openbmc/linux/lib/ |
H A D | bch.c | 371 unsigned int *syn) in compute_syndromes() argument 384 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 401 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 410 const unsigned int *syn) in compute_error_locator_polynomial() argument 452 d = syn[2*i+2]; in compute_error_locator_polynomial() 964 syn ^= a_pow(bch, m+j*i); in chien_search() 966 if (syn == 0) { in chien_search() 1033 if (!syn) { in bch_decode() 1056 syn = bch->syn; in bch_decode() 1348 bch->syn = bch_alloc(2*t*sizeof(*bch->syn), &err); in bch_init() [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | bch.h | 50 unsigned int *syn; member 65 const unsigned int *syn, unsigned int *errloc);
|
/openbmc/linux/include/linux/ |
H A D | bch.h | 51 unsigned int *syn; member 68 const unsigned int *syn, unsigned int *errloc);
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 118 struct sk_buff *syn, in __tcp_fastopen_cookie_gen_cipher() argument 125 const struct iphdr *iph = ip_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 136 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 154 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument 162 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[0], foc); in tcp_fastopen_cookie_gen() 212 struct sk_buff *syn, in tcp_fastopen_cookie_gen_check() argument 226 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[i], foc); in tcp_fastopen_cookie_gen_check()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 229 u8 syn; in check_ack() local 272 syn = aeth_syn(pkt); in check_ack() 274 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 294 syn = aeth_syn(pkt); in check_ack() 296 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 306 syn = aeth_syn(pkt); in check_ack() 307 switch (syn & AETH_TYPE_MASK) { in check_ack() 317 switch (syn) { in check_ack() 346 rxe_dbg_qp(qp, "unexpected nak %x\n", syn); in check_ack()
|
/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 95 static inline uint32_t syn_get_ec(uint32_t syn) in syn_get_ec() argument 97 return syn >> ARM_EL_EC_SHIFT; in syn_get_ec() 100 static inline uint32_t syn_set_ec(uint32_t syn, uint32_t ec) in syn_set_ec() argument 102 return deposit32(syn, ARM_EL_EC_SHIFT, ARM_EL_EC_LENGTH, ec); in syn_set_ec()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | core_cia.c | 1034 long syn; in cia_decode_ecc_error() local 1040 syn = cia->cia_syn & 0xff; in cia_decode_ecc_error() 1041 if (syn == (syn & -syn)) { in cia_decode_ecc_error() 1043 i = ffs(syn) - 1; in cia_decode_ecc_error() 1065 if (data_bit[i] == syn) in cia_decode_ecc_error() 1074 printk (fmt, syn, i); in cia_decode_ecc_error()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ipt_SYNPROXY.c | 31 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg4() 51 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg4()
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 104 crate://crates.io/syn/0.15.44 \ 105 crate://crates.io/syn/1.0.109 \ 106 crate://crates.io/syn/2.0.25 \ 319 crate://crates.io/syn/1.0.103 \ 449 crate://crates.io/syn/1.0.109 \ 450 crate://crates.io/syn/2.0.15 \ 528 crate://crates.io/syn/1.0.109 \ 653 crate://crates.io/syn/1.0.107 \ 786 crate://crates.io/syn/1.0.18 \ 833 crate://crates.io/syn/1.0.48 \ [all …]
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_SYNPROXY.c | 31 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg6() 52 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg6()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_synproxy.sh | 85 meta iif veth0 tcp flags syn counter notrack 98 tcp flags syn counter drop
|
/openbmc/linux/Documentation/core-api/ |
H A D | librs.rst | 125 uint16_t par[6], syn[6]; 135 numerr = decode_rs8 (rs_decoder, data8, par, 512, syn, 0, NULL, 0, NULL); 147 uint16_t par[6], syn[6], corr[8]; 157 numerr = decode_rs8 (rs_decoder, NULL, NULL, 512, syn, 0, errpos, 0, corr);
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-rpds-py-crates.inc | 29 crate://crates.io/syn/2.0.32 \ 68 SRC_URI[syn-2.0.32.sha256sum] = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/ |
H A D | thin-provisioning-tools-crates.inc | 84 crate://crates.io/syn/1.0.109 \ 85 crate://crates.io/syn/2.0.50 \ 190 SRC_URI[syn-1.0.109.sha256sum] = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 191 SRC_URI[syn-2.0.50.sha256sum] = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb"
|
/openbmc/linux/drivers/edac/ |
H A D | octeon_edac-l2c.c | 73 err_tdtx.s.type, err_tdtx.s.syn, err_tdtx.s.wayidx); in _octeon_l2c_poll_oct2() 108 err_ttgx.s.type, err_ttgx.s.syn, err_ttgx.s.wayidx); in _octeon_l2c_poll_oct2()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 34 syn:1, member 50 syn:1, member
|