| /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/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
|
| H A D | .gitignore | 21 /syn-2.0.66
|
| /openbmc/qemu/rust/qemu-api-macros/src/ |
| H A D | tests.rs | 13 let derive_fn: fn(input: syn::DeriveInput) -> Result<proc_macro2::TokenStream, syn::Error> = 16 let input: syn::DeriveInput = syn::parse2(input).unwrap(); 30 let derive_fn: fn(input: syn::DeriveInput) -> Result<proc_macro2::TokenStream, syn::Error> = 33 let input: syn::DeriveInput = syn::parse2(input).unwrap();
|
| H A D | lib.rs | 7 use syn::{ 107 .unwrap_or_else(syn::Error::into_compile_error) in derive_object() 154 .unwrap_or_else(syn::Error::into_compile_error) in derive_opaque() 253 .unwrap_or_else(syn::Error::into_compile_error) in derive_tryinto() 263 .unwrap_or_else(syn::Error::into_compile_error) in bits_const_internal()
|
| /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/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 | 289 static inline void disas_set_insn_syndrome(DisasContext *s, uint32_t syn) in disas_set_insn_syndrome() argument 294 syn &= ARM_INSN_START_WORD2_MASK; in disas_set_insn_syndrome() 295 syn >>= ARM_INSN_START_WORD2_SHIFT; in disas_set_insn_syndrome() 300 tcg_set_insn_start_param(s->base.insn_start, 2, syn); in disas_set_insn_syndrome() 359 uint32_t syn, uint32_t target_el); 361 int excp, uint32_t syn); 411 uint32_t syn = syn_swstep(false, isv, ex); in gen_swstep_exception() local 412 gen_helper_exception_swstep(tcg_env, tcg_constant_i32(syn)); in gen_swstep_exception()
|
| /openbmc/qemu/subprojects/packagefiles/syn-2-rs/ |
| H A D | meson.build | 1 project('syn-2-rs', 'rust', 16 'syn', 43 meson.override_dependency('syn-2-rs', syn_dep, native: true)
|
| /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) 25 '--cfg', 'feature="syn-error"',
|
| /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) 30 '--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/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/rust/ |
| H A D | meson.build | 15 subproject('syn-2-rs', required: true) 18 syn_rs_native = dependency('syn-2-rs', native: true)
|
| H A D | Cargo.lock | 37 "syn", 144 "syn", 157 name = "syn"
|
| /openbmc/qemu/target/arm/ |
| H A D | syndrome.h | 96 static inline uint32_t syn_get_ec(uint32_t syn) in syn_get_ec() argument 98 return syn >> ARM_EL_EC_SHIFT; in syn_get_ec() 101 static inline uint32_t syn_set_ec(uint32_t syn, uint32_t ec) in syn_set_ec() argument 103 return deposit32(syn, ARM_EL_EC_SHIFT, ARM_EL_EC_LENGTH, ec); in syn_set_ec()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-rpds-py-crates.inc | 24 crate://crates.io/syn/2.0.69 \ 50 SRC_URI[syn-2.0.69.sha256sum] = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6"
|
| H A D | python3-cryptography-crates.inc | 35 crate://crates.io/syn/2.0.89 \ 72 SRC_URI[syn-2.0.89.sha256sum] = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
|
| /openbmc/qemu/rust/qemu-api-macros/ |
| H A D | meson.build | 7 '--cfg', 'feature="syn-error"',
|
| H A D | Cargo.toml | 21 syn = { version = "2", features = ["extra-traits"] }
|
| /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/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
| H A D | 0001-cargo-Update-tempfile-to-latest-3.x.patch | 702 - "syn 2.0.66", 703 + "syn 2.0.100", 735 name = "syn" 788 - "syn 2.0.66", 789 + "syn 2.0.100", 898 - "syn 2.0.66", 899 + "syn 2.0.100", 925 - "syn 2.0.66", 926 + "syn 2.0.100", 993 + "syn 2.0.100", [all …]
|
| /openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/ |
| H A D | meson.build | 21 '--cfg', 'feature="syn-error"',
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bindgen-cli/ |
| H A D | bindgen-cli-crates.inc | 64 crate://crates.io/syn/1.0.109 \ 65 crate://crates.io/syn/2.0.90 \ 156 SRC_URI[syn-1.0.109.sha256sum] = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 157 SRC_URI[syn-2.0.90.sha256sum] = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
|
| /openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/ |
| H A D | python3-guessing-game-crates.inc.upgraded | 32 crate://crates.io/syn/2.0.66 \ 75 SRC_URI[syn-2.0.66.sha256sum] = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
|