Home
last modified time | relevance | path

Searched refs:dic (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/
H A Dnot_build_elc.patch10 @@ -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 Dtarget-helpers.patch74 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 Dnative-helpers.patch13 CLEANFILES = anthy.dic
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c144 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 DLzmaDec.h50 Byte *dic; member
67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_topology.c336 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 Dddr_topology_def.h74 enum mv_ddr_dic_evalue dic; member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c1365 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 Dhunspell-dictionaries.bb148 install -D -m0644 $LANGUAGE/index.dic ${D}${datadir}/hunspell/$LANGUAGE_DIR.dic