• Home
  • Raw
  • Download

Lines Matching refs:storebuff

2029                         psrhCache->storebuff[abIdx].top    = from;  in get_cand_by_evaluate2()
2030 psrhCache->storebuff[abIdx].bottom = to; in get_cand_by_evaluate2()
2031 psrhCache->storebuff[abIdx].idx_no = (NJ_INT8)tmp_len; in get_cand_by_evaluate2()
2062 psrhCache->storebuff[abIdx].top = from; in get_cand_by_evaluate2()
2063 psrhCache->storebuff[abIdx].bottom = to; in get_cand_by_evaluate2()
2064 psrhCache->storebuff[abIdx].idx_no = (NJ_INT8)tmp_len; in get_cand_by_evaluate2()
2103 p = ptr + (psrhCache->storebuff[m].top * NJ_INDEX_SIZE); in get_cand_by_evaluate2()
2114 nj_strncpy(char_tmp, str, psrhCache->storebuff[m].idx_no); in get_cand_by_evaluate2()
2115 char_tmp[psrhCache->storebuff[m].idx_no] = NJ_CHAR_NUL; in get_cand_by_evaluate2()
2117 pchar_tmp = &char_tmp[psrhCache->storebuff[m].idx_no]; in get_cand_by_evaluate2()
2124 (NJ_UINT16)(psrhCache->storebuff[m].top), in get_cand_by_evaluate2()
2125 (NJ_UINT16)(psrhCache->storebuff[m].bottom), in get_cand_by_evaluate2()
2140 psrhCache->storebuff[abIdx].top = from; in get_cand_by_evaluate2()
2141 psrhCache->storebuff[abIdx].bottom = to; in get_cand_by_evaluate2()
2142 psrhCache->storebuff[abIdx].idx_no = (NJ_INT8)tmp_len; in get_cand_by_evaluate2()
2166 … (NJ_UINT16)(psrhCache->storebuff[m].top), in get_cand_by_evaluate2()
2167 … (NJ_UINT16)(psrhCache->storebuff[m].bottom), in get_cand_by_evaluate2()
2182 psrhCache->storebuff[abIdx].top = from; in get_cand_by_evaluate2()
2183 psrhCache->storebuff[abIdx].bottom = to; in get_cand_by_evaluate2()
2184 psrhCache->storebuff[abIdx].idx_no = (NJ_INT8)tmp_len; in get_cand_by_evaluate2()
2232 p = ptr + (psrhCache->storebuff[abIdx].top * NJ_INDEX_SIZE); in get_cand_by_evaluate2()
2245 p = ptr + (psrhCache->storebuff[m].top * NJ_INDEX_SIZE); in get_cand_by_evaluate2()
2249 …for (i = (NJ_UINT16)psrhCache->storebuff[m].top; i <= (NJ_UINT16)psrhCache->storebuff[m].bottom; i… in get_cand_by_evaluate2()