Searched refs:max_nodes (Results 1 – 2 of 2) sorted by relevance
171 FT_UInt max_nodes, in FTC_MruList_Init() argument176 list->max_nodes = max_nodes; in FTC_MruList_Init()245 if ( list->num_nodes >= list->max_nodes && list->max_nodes > 0 ) in FTC_MruList_New()
183 size_t max_nodes = 1; in GetNodeForValues() local184 while (count > max_nodes) { in GetNodeForValues()186 max_nodes *= kMaxInputCount; in GetNodeForValues()