Searched refs:max_nodes (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/cache/ |
| H A D | ftcmru.c | 170 FT_UInt max_nodes, 175 list->max_nodes = max_nodes; 244 if ( list->num_nodes >= list->max_nodes && list->max_nodes > 0 ) 168 FTC_MruList_Init(FTC_MruList list,FTC_MruListClass clazz,FT_UInt max_nodes,FT_Pointer data,FT_Memory memory) argument
|
| H A D | ftcmru.h | 123 FT_UInt max_nodes; member in struct:FTC_MruListRec_ 135 FT_UInt max_nodes,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_ra.c | 135 unsigned max_nodes = impl->ssa_alloc + impl->reg_alloc; local in function:etna_ra_assign 136 unsigned *live_map = ralloc_array(NULL, unsigned, max_nodes); 137 memset(live_map, 0xff, sizeof(unsigned) * max_nodes); 138 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes);
|
Completed in 5 milliseconds