/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 "." 36 syn cluster bbCommentGroup contains=bbTodo,@Spell 37 syn keyword bbTodo COMBAK FIXME TODO XXX contained 38 syn match bbComment "#.*$" contains=@bbCommentGroup 41 syn match bbQuote +['"]+ contained 42 syn match bbDelimiter "[(){}=]" contained 43 syn match bbArrayBrackets "[\[\]]" contained 46 syn match bbContinue "\\$" [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/qemu/subprojects/ |
H A D | syn-2-rs.wrap | 2 directory = syn-2.0.66 3 source_url = https://crates.io/api/v1/crates/syn/2.0.66/download 4 source_filename = syn-2.0.66.0.tar.gz 7 patch_directory = syn-2-rs
|
/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/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/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/qemu/rust/qemu-api-macros/ |
H A D | meson.build | 3 subproject('syn-2-rs', required: true) 6 syn_dep = dependency('syn-2-rs', native: true) 15 '--cfg', 'feature="syn-error"',
|
/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() 393 syn[j] ^= a_pow(bch, (j+1)*(i+s)); 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 414 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 452 d = syn[2*i+2]; in compute_error_locator_polynomial() 454 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 951 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 961 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
/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() 406 syn[j] ^= a_pow(bch, (j+1)*(i+s)); 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 427 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 465 d = syn[2*i+2]; in compute_error_locator_polynomial() 467 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 964 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 974 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/ |
H A D | meson.build | 9 subproject('syn-2-rs', required: true) 15 syn_dep = dependency('syn-2-rs', native: true) 24 '--cfg', 'feature="syn-error"',
|
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 1 project('syn-2-rs', 'rust', 16 'syn', 42 meson.override_dependency('syn-2-rs', syn_dep, native: true)
|
/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/ |
H A D | meson.build | 11 subproject('syn-2-rs', required: true) 18 syn_dep = dependency('syn-2-rs', native: true) 29 '--cfg', 'feature="syn-error"',
|
/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 | 119 struct sk_buff *syn, in __tcp_fastopen_cookie_gen_cipher() argument 126 const struct iphdr *iph = ip_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 137 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 155 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument 163 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[0], foc); in tcp_fastopen_cookie_gen() 213 struct sk_buff *syn, in tcp_fastopen_cookie_gen_check() argument 227 __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/rust/ |
H A D | Cargo.lock | 31 "syn", 105 "syn", 118 name = "syn"
|
/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/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 \ 226 SRC_URI[syn-0.15.44.sha256sum] = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" 227 SRC_URI[syn-1.0.109.sha256sum] = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 228 SRC_URI[syn-2.0.25.sha256sum] = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" 319 crate://crates.io/syn/1.0.103 \ 410 SRC_URI[syn-1.0.103.sha256sum] = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" 449 crate://crates.io/syn/1.0.109 \ 450 crate://crates.io/syn/2.0.15 \ [all …]
|
/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/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()
|