Searched refs:max_homobuf_len_ (Results 1 – 3 of 3) sorted by relevance
901 if (homo_num > max_homobuf_len_[level]) in construct_subset()902 max_homobuf_len_[level] = homo_num; in construct_subset()970 if (homo_num > max_homobuf_len_[level]) in construct_subset()971 max_homobuf_len_[level] = homo_num; in construct_subset()1006 memset(max_homobuf_len_, 0, sizeof(size_t) * kMaxLemmaSize); in stat_init()1029 printf("%d, ", max_homobuf_len_[i]); in stat_print()
74 size_t max_homobuf_len_[kMaxLemmaSize]; variable