Searched refs:scores_ (Results 1 – 3 of 3) sorted by relevance
258 scores_(NULL), in UserDict()341 free(scores_); in close_dict()356 scores_ = NULL; in close_dict()623 lpi_items[lpi_current].psb = translate_score(scores_[middle]); in _get_lpis()931 return scores_[off]; in _get_lpis()944 return scores_[off]; in _get_lpis()1239 scores_ = scores; in _get_lpis()1332 write(fd, scores_, dict_info_.lemma_count << 2); in _get_lpis()1348 write(fd, scores_, dict_info_.lemma_count << 2); in _get_lpis()1371 write(fd, scores_, dict_info_.lemma_count << 2); in _get_lpis()[all …]
181 uint32 * scores_; variable