/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 55 int (*init_decompress_ctx)(struct decompress_io_ctx *dic); 56 void (*destroy_decompress_ctx)(struct decompress_io_ctx *dic); 57 int (*decompress_pages)(struct decompress_io_ctx *dic); 208 static int lzo_decompress_pages(struct decompress_io_ctx *dic) in lzo_decompress_pages() argument 212 ret = lzo1x_decompress_safe(dic->cbuf->cdata, dic->clen, in lzo_decompress_pages() 213 dic->rbuf, &dic->rlen); in lzo_decompress_pages() 215 f2fs_err_ratelimited(F2FS_I_SB(dic->inode), in lzo_decompress_pages() 220 if (dic->rlen != PAGE_SIZE << dic->log_cluster_size) { in lzo_decompress_pages() 221 f2fs_err_ratelimited(F2FS_I_SB(dic->inode), in lzo_decompress_pages() 223 dic->rlen, PAGE_SIZE << dic->log_cluster_size); in lzo_decompress_pages() [all …]
|
H A D | data.c | 2154 struct decompress_io_ctx *dic = NULL; in f2fs_read_multi_pages() local 2233 dic = f2fs_alloc_dic(cc); in f2fs_read_multi_pages() 2234 if (IS_ERR(dic)) { in f2fs_read_multi_pages() 2235 ret = PTR_ERR(dic); in f2fs_read_multi_pages() 2240 struct page *page = dic->cpages[i]; in f2fs_read_multi_pages() 2251 if (atomic_dec_and_test(&dic->remaining_pages)) { in f2fs_read_multi_pages() 2252 f2fs_decompress_cluster(dic, true); in f2fs_read_multi_pages() 2272 f2fs_decompress_end_io(dic, ret, true); in f2fs_read_multi_pages() 2284 refcount_inc(&dic->refcnt); in f2fs_read_multi_pages()
|
H A D | f2fs.h | 4283 void f2fs_decompress_cluster(struct decompress_io_ctx *dic, bool in_task); 4305 void f2fs_decompress_end_io(struct decompress_io_ctx *dic, bool failed, 4355 static inline void f2fs_decompress_cluster(struct decompress_io_ctx *dic, in f2fs_decompress_cluster() argument
|
/openbmc/linux/fs/erofs/ |
H A D | inode.c | 21 struct erofs_inode_compact *dic; in erofs_read_inode() local 36 dic = kaddr + *ofs; in erofs_read_inode() 37 ifmt = le16_to_cpu(dic->i_format); in erofs_read_inode() 60 die = (struct erofs_inode_extended *)dic; in erofs_read_inode() 69 memcpy(copied, dic, gotten); in erofs_read_inode() 125 vi->xattr_isize = erofs_xattr_ibody_size(dic->i_xattr_icount); in erofs_read_inode() 127 inode->i_mode = le16_to_cpu(dic->i_mode); in erofs_read_inode() 132 vi->raw_blkaddr = le32_to_cpu(dic->i_u.raw_blkaddr); in erofs_read_inode() 137 new_decode_dev(le32_to_cpu(dic->i_u.rdev)); in erofs_read_inode() 146 i_uid_write(inode, le16_to_cpu(dic->i_uid)); in erofs_read_inode() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
H A D | not_build_elc.patch | 10 @@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth 12 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i 13 bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer 14 -ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc… 15 +#ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.el…
|
H A D | target-helpers.patch | 74 CLEANFILES = anthy.dic 84 -anthy.dic : mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info .… 86 +anthy.dic : ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info ../calctran…
|
H A D | native-helpers.patch | 13 CLEANFILES = anthy.dic
|
/openbmc/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; }
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | mv_ddr_topology.c | 336 unsigned int dic = tm->edata.mem_edata.dic; in mv_ddr_dic_get() local 338 if (dic >= MV_DDR_DIC_RZQ_LAST) { in mv_ddr_dic_get() 340 dic = PARAM_UNDEFINED; in mv_ddr_dic_get() 343 return dic; in mv_ddr_dic_get()
|
H A D | ddr_topology_def.h | 74 enum mv_ddr_dic_evalue dic; member
|
/openbmc/linux/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 …]
|
/openbmc/linux/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 …]
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | ctrl_regs.c | 1365 unsigned int dic = 0; /* Output driver impedance, 40ohm */ in set_ddr_sdram_mode() local 1398 dic = 1; /* output driver impedance 240/7 ohm */ in set_ddr_sdram_mode() 1413 | ((dic & 0x3) << 1) /* DIC field is split */ in set_ddr_sdram_mode() 1536 unsigned int dic = 0; /* Output driver impedance, 40ohm */ in set_ddr_sdram_mode() local 1569 dic = 1; /* output driver impedance 240/7 ohm */ in set_ddr_sdram_mode() 1584 | ((dic & 0x2) << 4) /* DIC field is split */ in set_ddr_sdram_mode() 1587 | ((dic & 0x1) << 1) /* DIC field is split */ in set_ddr_sdram_mode()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/ |
H A D | hunspell-dictionaries.bb | 148 install -D -m0644 $LANGUAGE/index.dic ${D}${datadir}/hunspell/$LANGUAGE_DIR.dic
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode_item.c | 614 struct xfs_log_dinode *dic; in xfs_inode_item_format_core() local 616 dic = xlog_prepare_iovec(lv, vecp, XLOG_REG_TYPE_ICORE); in xfs_inode_item_format_core() 617 xfs_inode_to_log_dinode(ip, dic, ip->i_itemp->ili_item.li_lsn); in xfs_inode_item_format_core()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 9936 u8 dic[0x1]; member
|