Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/cache/
Dftcmru.c171 FT_UInt max_nodes, in FTC_MruList_Init() argument
176 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()
/external/v8/src/compiler/
Dstate-values-utils.cc183 size_t max_nodes = 1; in GetNodeForValues() local
184 while (count > max_nodes) { in GetNodeForValues()
186 max_nodes *= kMaxInputCount; in GetNodeForValues()