| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 758 vepu541_h265_set_patch_info(MppDev dev, H265eSyntax_new *syn, Vepu541Fmt input_fmt, HalEncTask *tas… in vepu541_h265_set_patch_info() argument 761 RK_U32 hor_stride = syn->pp.hor_stride; in vepu541_h265_set_patch_info() 762 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu541_h265_set_patch_info() 1011 H265eSyntax_new *syn = (H265eSyntax_new *)task->syntax.data; in vepu541_h265_set_rc_regs() local 1019 mb_wd64 = (syn->pp.pic_width + 63) / 64; in vepu541_h265_set_rc_regs() 1020 mb_h64 = (syn->pp.pic_height + 63) / 64; in vepu541_h265_set_rc_regs() 1165 static void vepu541_h265_set_slice_regs(H265eSyntax_new *syn, H265eV541RegSet *regs) in vepu541_h265_set_slice_regs() argument 1167 …regs->synt_sps.smpl_adpt_ofst_en = syn->pp.sample_adaptive_offset_enabled_flag;//slice->m_sps->… in vepu541_h265_set_slice_regs() 1168 regs->synt_sps.num_st_ref_pic = syn->pp.num_short_term_ref_pic_sets; in vepu541_h265_set_slice_regs() 1169 regs->synt_sps.num_lt_ref_pic = syn->pp.num_long_term_ref_pics_sps; in vepu541_h265_set_slice_regs() [all …]
|
| H A D | hal_h265e_vepu540c.c | 625 vepu540c_h265_set_patch_info(MppDev dev, H265eSyntax_new *syn, Vepu541Fmt input_fmt, HalEncTask *ta… in vepu540c_h265_set_patch_info() argument 628 RK_U32 hor_stride = syn->pp.hor_stride; in vepu540c_h265_set_patch_info() 629 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu540c_h265_set_patch_info() 727 H265eSyntax_new *syn = (H265eSyntax_new *)task->syntax.data; in vepu540c_h265_set_rc_regs() local 736 RK_S32 mb_wd32 = (syn->pp.pic_width + 31) / 32; in vepu540c_h265_set_rc_regs() 737 RK_S32 mb_h32 = (syn->pp.pic_height + 31) / 32; in vepu540c_h265_set_rc_regs() 869 static void vepu540c_h265_set_slice_regs(H265eSyntax_new *syn, hevc_vepu540c_base *regs) in vepu540c_h265_set_slice_regs() argument 871 regs->reg0237_synt_sps.smpl_adpt_ofst_e = syn->pp.sample_adaptive_offset_enabled_flag; in vepu540c_h265_set_slice_regs() 872 regs->reg0237_synt_sps.num_st_ref_pic = syn->pp.num_short_term_ref_pic_sets; in vepu540c_h265_set_slice_regs() 873 regs->reg0237_synt_sps.num_lt_ref_pic = syn->pp.num_long_term_ref_pics_sps; in vepu540c_h265_set_slice_regs() [all …]
|
| H A D | hal_h265e_vepu580.c | 211 static void vepu580_h265_set_me_ram(H265eSyntax_new *syn, hevc_vepu580_base *regs, RK_U32 index) in vepu580_h265_set_me_ram() argument 220 if (!syn->pp.tiles_enabled_flag) { in vepu580_h265_set_me_ram() 234 RK_S32 tile_ctu_stax = index * pic_wd64 / (syn->pp.num_tile_columns_minus1 + 1); in vepu580_h265_set_me_ram() 237 if (index == syn->pp.num_tile_columns_minus1) { in vepu580_h265_set_me_ram() 240 tile_ctu_endx = (index + 1) * pic_wd64 / (syn->pp.num_tile_columns_minus1 + 1) - 1; in vepu580_h265_set_me_ram() 1553 vepu580_h265_set_patch_info(MppDevRegOffCfgs *cfgs, H265eSyntax_new *syn, in vepu580_h265_set_patch_info() argument 1557 RK_U32 hor_stride = syn->pp.hor_stride; in vepu580_h265_set_patch_info() 1558 RK_U32 ver_stride = syn->pp.ver_stride ? syn->pp.ver_stride : syn->pp.pic_height; in vepu580_h265_set_patch_info() 1811 H265eSyntax_new *syn = (H265eSyntax_new *)task->syntax.data; in vepu580_h265_set_rc_regs() local 1821 mb_wd64 = (syn->pp.pic_width + 63) / 64; in vepu580_h265_set_rc_regs() [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/common/ |
| H A D | vepu540c_common.c | 97 static MPP_RET vepu540c_jpeg_set_patch_info(MppDev dev, JpegeSyntax *syn, in vepu540c_jpeg_set_patch_info() argument 101 RK_U32 hor_stride = syn->hor_stride; in vepu540c_jpeg_set_patch_info() 102 RK_U32 ver_stride = syn->ver_stride ? syn->ver_stride : syn->height; in vepu540c_jpeg_set_patch_info() 160 JpegeSyntax *syn = (JpegeSyntax *)task->syntax.data; in vepu540c_set_jpeg_reg() local 167 pic_width_align8 = (syn->width + 7) & (~7); in vepu540c_set_jpeg_reg() 168 pic_height_align8 = (syn->height + 7) & (~7); in vepu540c_set_jpeg_reg() 174 vepu540c_jpeg_set_patch_info(cfg->dev, syn, (Vepu541Fmt) fmt->format, task); in vepu540c_set_jpeg_reg() 185 regs->reg0273_src_fill.pic_wfill = (syn->width & 0x7) in vepu540c_set_jpeg_reg() 186 ? (8 - (syn->width & 0x7)) : 0; in vepu540c_set_jpeg_reg() 188 regs->reg0273_src_fill.pic_hfill = (syn->height & 0x7) in vepu540c_set_jpeg_reg() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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;
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 405 unsigned int *syn) in compute_syndromes() argument 418 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 427 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 435 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 444 const unsigned int *syn) in compute_error_locator_polynomial() argument 448 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 486 d = syn[2*i+2]; in compute_error_locator_polynomial() 488 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 985 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 995 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 378 unsigned int *syn) in compute_syndromes() argument 391 memset(syn, 0, 2*t*sizeof(*syn)); in compute_syndromes() 400 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 408 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 417 const unsigned int *syn) in compute_error_locator_polynomial() argument 421 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() 459 d = syn[2*i+2]; in compute_error_locator_polynomial() 461 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 958 unsigned int i, j, syn, syn0, count = 0; in chien_search() local 968 for (j = 1, syn = syn0; j <= p->deg; j++) { in chien_search() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_comp.c | 214 u8 syn; in check_ack() local 253 syn = aeth_syn(pkt); in check_ack() 255 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 271 syn = aeth_syn(pkt); in check_ack() 273 if ((syn & AETH_TYPE_MASK) != AETH_ACK) in check_ack() 283 syn = aeth_syn(pkt); in check_ack() 284 switch (syn & AETH_TYPE_MASK) { in check_ack() 294 switch (syn) { in check_ack() 323 pr_warn("unexpected nak %x\n", syn); in check_ack()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_fastopen.c | 135 struct sk_buff *syn, in __tcp_fastopen_cookie_gen_cipher() argument 142 const struct iphdr *iph = ip_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 153 const struct ipv6hdr *ip6h = ipv6_hdr(syn); in __tcp_fastopen_cookie_gen_cipher() 171 struct sk_buff *syn, in tcp_fastopen_cookie_gen() argument 179 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[0], foc); in tcp_fastopen_cookie_gen() 229 struct sk_buff *syn, in tcp_fastopen_cookie_gen_check() argument 243 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[i], foc); in tcp_fastopen_cookie_gen_check()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 697 static void update_stream_buffer(MppBuffer streambuf, HalTaskInfo *syn) in update_stream_buffer() argument 700 (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in update_stream_buffer() 745 MPP_RET hal_h265d_rkv_gen_regs(void *hal, HalTaskInfo *syn) in hal_h265d_rkv_gen_regs() argument 760 if (syn->dec.flags.parse_err || in hal_h265d_rkv_gen_regs() 761 syn->dec.flags.ref_err) { in hal_h265d_rkv_gen_regs() 767 (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in hal_h265d_rkv_gen_regs() 774 syn->dec.reg_index = i; in hal_h265d_rkv_gen_regs() 797 if (syn->dec.syntax.data == NULL) { in hal_h265d_rkv_gen_regs() 804 hal_h265d_v345_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_rkv_gen_regs() 806 hal_h265d_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_rkv_gen_regs() [all …]
|
| H A D | hal_h265d_vdpu34x.c | 834 static MPP_RET hal_h265d_vdpu34x_gen_regs(void *hal, HalTaskInfo *syn) in hal_h265d_vdpu34x_gen_regs() argument 851 (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in hal_h265d_vdpu34x_gen_regs() 856 if (syn->dec.flags.parse_err || in hal_h265d_vdpu34x_gen_regs() 857 syn->dec.flags.ref_err) { in hal_h265d_vdpu34x_gen_regs() 865 syn->dec.reg_index = i; in hal_h265d_vdpu34x_gen_regs() 889 if (syn->dec.syntax.data == NULL) { in hal_h265d_vdpu34x_gen_regs() 899 hal_h265d_v345_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_vdpu34x_gen_regs() 901 hal_h265d_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_vdpu34x_gen_regs() 989 mpp_buf_slot_get_prop(reg_ctx->packet_slots, syn->dec.input, SLOT_BUFFER, in hal_h265d_vdpu34x_gen_regs() 998 … hal_h265d_slice_hw_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_vdpu34x_gen_regs() [all …]
|
| H A D | hal_h265d_vdpu382.c | 629 static MPP_RET hal_h265d_vdpu382_gen_regs(void *hal, HalTaskInfo *syn) in hal_h265d_vdpu382_gen_regs() argument 646 (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in hal_h265d_vdpu382_gen_regs() 651 if (syn->dec.flags.parse_err || in hal_h265d_vdpu382_gen_regs() 652 syn->dec.flags.ref_err) { in hal_h265d_vdpu382_gen_regs() 660 syn->dec.reg_index = i; in hal_h265d_vdpu382_gen_regs() 684 if (syn->dec.syntax.data == NULL) { in hal_h265d_vdpu382_gen_regs() 693 hal_h265d_v382_output_pps_packet(hal, syn->dec.syntax.data); in hal_h265d_vdpu382_gen_regs() 778 mpp_buf_slot_get_prop(reg_ctx->packet_slots, syn->dec.input, SLOT_BUFFER, in hal_h265d_vdpu382_gen_regs() 785 hal_h265d_slice_hw_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_vdpu382_gen_regs() 788 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu382_gen_regs() [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | bch.h | 51 unsigned int *syn; member 66 const unsigned int *syn, unsigned int *errloc);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bch.h | 51 unsigned int *syn; member 68 const unsigned int *syn, unsigned int *errloc);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/ |
| H A D | h263d_parser.c | 454 h263d_dxva2_picture_context_t *syn = p->syntax; in mpp_h263_parser_setup_syntax() local 458 h263d_fill_picture_parameters(p, &syn->pp); in mpp_h263_parser_setup_syntax() 461 syn->data[1]->DataSize = p->bit_ctx->buf_len; in mpp_h263_parser_setup_syntax() 462 syn->data[1]->DataOffset = p->hdr_curr.hdr_bits; in mpp_h263_parser_setup_syntax() 463 syn->data[1]->pvPVPState = p->bit_ctx->buf; in mpp_h263_parser_setup_syntax() 466 syntax->data = syn->data; in mpp_h263_parser_setup_syntax()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.h | 227 AvsdSyntax_t *syn; member 253 MPP_RET avsd_commit_syntaxs(AvsdSyntax_t *syn, HalDecTask *task); 254 MPP_RET avsd_fill_parameters(AvsdCtx_t *p_dec, AvsdSyntax_t *syn);
|
| H A D | avsd_api.c | 87 p_dec->syn = &p_dec->mem->syntax; in avsd_init() 309 avsd_fill_parameters(p_dec, p_dec->syn); in avsd_parse() 312 avsd_commit_syntaxs(p_dec->syn, task); in avsd_parse()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/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()
|