Searched refs:dic (Results 1 – 9 of 9) sorted by relevance
10 @@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth12 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i13 bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer14 -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…
74 CLEANFILES = anthy.dic84 -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…
13 CLEANFILES = anthy.dic
144 Byte *dic = p->dic; in LzmaDec_DecodeReal() local173 (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() local473 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 …]
50 Byte *dic; member67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
336 unsigned int dic = tm->edata.mem_edata.dic; in mv_ddr_dic_get() local338 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()
74 enum mv_ddr_dic_evalue dic; member
1365 unsigned int dic = 0; /* Output driver impedance, 40ohm */ in set_ddr_sdram_mode() local1398 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() local1569 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()
148 install -D -m0644 $LANGUAGE/index.dic ${D}${datadir}/hunspell/$LANGUAGE_DIR.dic