| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | compress.c | 53 int (*init_decompress_ctx)(struct decompress_io_ctx *dic); 54 void (*destroy_decompress_ctx)(struct decompress_io_ctx *dic); 55 int (*decompress_pages)(struct decompress_io_ctx *dic); 204 static int lzo_decompress_pages(struct decompress_io_ctx *dic) in lzo_decompress_pages() argument 208 ret = lzo1x_decompress_safe(dic->cbuf->cdata, dic->clen, in lzo_decompress_pages() 209 dic->rbuf, &dic->rlen); in lzo_decompress_pages() 212 KERN_ERR, F2FS_I_SB(dic->inode)->sb->s_id, ret); in lzo_decompress_pages() 216 if (dic->rlen != PAGE_SIZE << dic->log_cluster_size) { in lzo_decompress_pages() 219 F2FS_I_SB(dic->inode)->sb->s_id, in lzo_decompress_pages() 220 dic->rlen, in lzo_decompress_pages() [all …]
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | inode.c | 26 struct erofs_inode_compact *dic; in erofs_read_inode() local 44 dic = page_address(page) + *ofs; in erofs_read_inode() 45 ifmt = le16_to_cpu(dic->i_format); in erofs_read_inode() 68 die = (struct erofs_inode_extended *)dic; in erofs_read_inode() 77 memcpy(copied, dic, gotten); in erofs_read_inode() 132 vi->xattr_isize = erofs_xattr_ibody_size(dic->i_xattr_icount); in erofs_read_inode() 134 inode->i_mode = le16_to_cpu(dic->i_mode); in erofs_read_inode() 139 vi->raw_blkaddr = le32_to_cpu(dic->i_u.raw_blkaddr); in erofs_read_inode() 144 new_decode_dev(le32_to_cpu(dic->i_u.rdev)); in erofs_read_inode() 153 i_uid_write(inode, le16_to_cpu(dic->i_uid)); in erofs_read_inode() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
| H A D | not_build_elc.patch | 8 @@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth 10 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i 11 bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer 12 -ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc… 13 +#ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.el…
|
| H A D | target-helpers.patch | 72 CLEANFILES = anthy.dic 82 -anthy.dic : mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info .… 84 +anthy.dic : ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info ../calctran…
|
| H A D | native-helpers.patch | 11 CLEANFILES = anthy.dic
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | LzmaDec.c | 144 Byte *dic = p->dic; in LzmaDec_DecodeReal() local 173 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal() 186 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal() 204 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal() 231 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal() 407 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal() 425 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal() 458 Byte *dic = p->dic; in LzmaDec_WriteRem() local 473 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_WriteRem() 539 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy() [all …]
|
| H A D | LzmaDec.h | 50 Byte *dic; member 67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_itable.c | 61 struct xfs_icdinode *dic; /* dinode core info pointer */ in xfs_bulkstat_one_int() local 82 dic = &ip->i_d; in xfs_bulkstat_one_int() 91 buf->bs_size = dic->di_size; in xfs_bulkstat_one_int() 100 buf->bs_btime = dic->di_crtime.tv_sec; in xfs_bulkstat_one_int() 101 buf->bs_btime_nsec = dic->di_crtime.tv_nsec; in xfs_bulkstat_one_int() 106 buf->bs_extsize_blks = dic->di_extsize; in xfs_bulkstat_one_int() 114 if (dic->di_flags2 & XFS_DIFLAG2_COWEXTSIZE) in xfs_bulkstat_one_int() 115 buf->bs_cowextsize_blks = dic->di_cowextsize; in xfs_bulkstat_one_int() 133 buf->bs_blocks = dic->di_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
|
| H A D | xfs_inode_item.c | 401 struct xfs_log_dinode *dic; in xfs_inode_item_format_core() local 403 dic = xlog_prepare_iovec(lv, vecp, XLOG_REG_TYPE_ICORE); in xfs_inode_item_format_core() 404 xfs_inode_to_log_dinode(ip, dic, ip->i_itemp->ili_item.li_lsn); in xfs_inode_item_format_core()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tvaudio.c | 1098 int dic,sic; /* device id. and software id. codes */ in tda9874a_checkit() local 1100 dic = chip_read2(chip, TDA9874A_DIC); in tda9874a_checkit() 1101 if (dic < 0) in tda9874a_checkit() 1107 v4l2_dbg(1, debug, sd, "tda9874a_checkit(): DIC=0x%X, SIC=0x%X.\n", dic, sic); in tda9874a_checkit() 1109 if((dic == 0x11)||(dic == 0x07)) { in tda9874a_checkit() 1110 v4l2_info(sd, "found tda9874%s.\n", (dic == 0x11) ? "a" : "h"); in tda9874a_checkit() 1111 tda9874a_dic = dic; /* remember device id. */ in tda9874a_checkit() 1241 int dic, rev; in tda9875_checkit() local 1243 dic = chip_read2(chip, 254); in tda9875_checkit() 1244 if (dic < 0) in tda9875_checkit() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-lmcx-defs.h | 894 uint64_t dic:2; member 896 uint64_t dic:2; 938 uint64_t dic:2; member 940 uint64_t dic:2; 982 uint64_t dic:2; member 984 uint64_t dic:2; 1026 uint64_t dic:2; member 1028 uint64_t dic:2; 1070 uint64_t dic:2; member 1072 uint64_t dic:2; [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | ctrl_regs.c | 1336 unsigned int dic = 0; /* Output driver impedance, 40ohm */ in set_ddr_sdram_mode() local 1369 dic = 1; /* output driver impedance 240/7 ohm */ in set_ddr_sdram_mode() 1384 | ((dic & 0x3) << 1) /* DIC field is split */ in set_ddr_sdram_mode() 1507 unsigned int dic = 0; /* Output driver impedance, 40ohm */ in set_ddr_sdram_mode() local 1540 dic = 1; /* output driver impedance 240/7 ohm */ in set_ddr_sdram_mode() 1555 | ((dic & 0x2) << 4) /* DIC field is split */ in set_ddr_sdram_mode() 1558 | ((dic & 0x1) << 1) /* DIC field is split */ in set_ddr_sdram_mode()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hunspell/ |
| H A D | hunspell-dictionaries.bb | 145 install -D -m0644 $LANGUAGE/index.dic ${D}${datadir}/hunspell/$LANGUAGE_DIR.dic
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | it_CH | 85 "nov";"dic"
|
| H A D | es_VE | 105 "nov";"dic"
|
| H A D | es_GT | 106 "nov";"dic"
|
| H A D | es_AR | 106 "nov";"dic"
|
| H A D | nhn_MX | 97 "nov";"dic"
|
| H A D | es_DO | 106 "nov";"dic"
|
| H A D | es_BO | 104 "nov";"dic"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | it_CH | 85 "nov";"dic"
|
| H A D | es_PY | 104 "nov";"dic"
|
| H A D | es_PE | 104 "nov";"dic"
|
| H A D | es_US | 104 "nov";"dic"
|
| H A D | es_BO | 104 "nov";"dic"
|