Searched refs:his_len (Results 1 – 8 of 8) sorted by relevance
149 if ((static_cast<const NPredictItem*>(p1))->his_len < in cmp_npre_by_hislen_score()150 (static_cast<const NPredictItem*>(p2))->his_len) in cmp_npre_by_hislen_score()153 if ((static_cast<const NPredictItem*>(p1))->his_len > in cmp_npre_by_hislen_score()154 (static_cast<const NPredictItem*>(p2))->his_len) in cmp_npre_by_hislen_score()
913 size_t DictTrie::predict_top_lmas(size_t his_len, NPredictItem *npre_items, in predict_top_lmas() argument930 npre_items[item_num].his_len = his_len; in predict_top_lmas()
260 npre_items[item_num].his_len = hzs_len; in predict()
705 npre_items[new_added].his_len = hzs_len; in _get_lpis()
51 uint16 his_len; // The length of the history used to do the prediction. member
228 size_t predict_top_lmas(size_t his_len, NPredictItem *npre_items,