Home | History | Annotate | Download | only in engine

Lines Matching full:hindo

74     NJ_HINDO hindo;             
236 stem_set->hindo = GET_BITFIELD_16(data, j, BIT_HINDO_LEN(hdl));
239 stem_set->hindo = 0;
242 stem_set->hindo_jitu = (NJ_UINT16)(*(HINDO_NO_TOP_ADDR(hdl) + stem_set->hindo));
576 NJ_UINT16 hindo, hindo_max;
958 hindo = (NJ_UINT16) *((NJ_UINT8*)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
961 hindo_max = hindo;
974 hindo = (NJ_UINT16) *((NJ_UINT8*)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
978 if (hindo > hindo_max) {
979 hindo_max = hindo;
1002 NJ_UINT16 hindo;
1037 hindo = (NJ_UINT16) *((NJ_UINT8*)(HINDO_NO_TOP_ADDR(loctset->loct.handle) +
1039 loctset->cache_freq = CALCULATE_HINDO(hindo, loctset->dic_freq.base,
1052 NJ_INT16 hindo = 0;
1130 hindo = (NJ_INT16) *((NJ_UINT8*)(HINDO_NO_TOP_ADDR(loctset->loct.handle) + get_stem_hindo(loctset->loct.handle, data)));
1132 hindo = CALCULATE_HINDO(hindo, loctset->dic_freq.base,
1136 if (hindo == loctset->cache_freq) {
1143 if (hindo < loctset->cache_freq) {
1144 if (((hindo == hindo_max) && (current < hindo_data)) ||
1145 (hindo > hindo_max)) {
1146 hindo_max = hindo;
1167 hindo = (NJ_INT16) *((NJ_UINT8*)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
1169 loctset->cache_freq = CALCULATE_HINDO(hindo, loctset->dic_freq.base,
1381 word->stem.hindo = CALCULATE_HINDO(stem_set.hindo_jitu, loctset->dic_freq.base,
1552 NJ_UINT16 hindo, hindo_max, hindo_tmp;
1911 hindo = (NJ_UINT16) *((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle) +
1921 if (hindo > hindo_tmp) {
1922 hindo_tmp = hindo;
1932 hindo = (NJ_UINT16) *((NJ_UINT8 *) (HINDO_NO_TOP_ADDR(loctset->loct.handle) +
1952 hindo = (NJ_UINT16) *((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
1955 hindo_max = hindo;
2381 NJ_INT16 hindo = 0;
2441 hindo = (NJ_UINT16) *((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle) +
2451 if (hindo > hindo_tmp) {
2452 hindo_tmp = hindo;
2462 hindo = (NJ_UINT16) *((NJ_UINT8 *) (HINDO_NO_TOP_ADDR(loctset->loct.handle) +
2484 hindo = (NJ_UINT16) *((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
2487 hindo_max = hindo;
2506 hindo = (NJ_UINT16) *((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle) +
2509 hindo_max = hindo;
2523 hindo = (NJ_UINT16)*((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle) +
2527 if (hindo > hindo_max) {
2528 hindo_max = hindo;
2708 hindo = (NJ_INT16)*((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
2710 loctset->cache_freq = CALCULATE_HINDO(hindo, loctset->dic_freq.base,
2729 NJ_INT16 hindo = 0;
2784 hindo = (NJ_INT16)*((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
2787 hindo = CALCULATE_HINDO(hindo, loctset->dic_freq.base, loctset->dic_freq.high, COMP_DIC_FREQ_DIV);
2790 if (hindo == freq_org) {
2792 return hindo;
2795 if (hindo < freq_org) {
2796 if ((hindo > hindo_max) || ((hindo == hindo_max) && (current < hindo_data))) {
2797 hindo_max = hindo;
2812 NJ_INT16 hindo = 0;
2820 hindo = (NJ_INT16)*((NJ_UINT8 *)(HINDO_NO_TOP_ADDR(loctset->loct.handle)
2823 hindo = CALCULATE_HINDO(hindo, loctset->dic_freq.base, loctset->dic_freq.high, COMP_DIC_FREQ_DIV);
2827 hindo = -1;
2830 return hindo;