Home | History | Annotate | Download | only in engine

Lines Matching defs:dic_freq

133 static NJ_HINDO calculate_hindo(NJ_DIC_HANDLE handle, NJ_INT32 freq, NJ_DIC_FREQ *dic_freq, NJ_INT16 freq_max, NJ_INT16 freq_min);
1656 static NJ_HINDO calculate_hindo(NJ_DIC_HANDLE handle, NJ_INT32 freq, NJ_DIC_FREQ *dic_freq, NJ_INT16 freq_max, NJ_INT16 freq_min) {
1668 hindo = (NJ_INT16)dic_freq->base;
1673 hindo = CALCULATE_HINDO(freq, dic_freq->base, dic_freq->high, (max-1));
1676 hindo = (NJ_INT16)dic_freq->high;
1687 NJ_INT32 dic_freq;
1711 dic_freq = que_id - oldest;
1713 dic_freq = que_id - oldest + max;
1717 return calculate_hindo(loctset->loct.handle, dic_freq, &(loctset->dic_freq), 1000, 0);