Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 7 of 7) 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()
Dftcmru.h123 FT_UInt max_nodes; member
135 FT_UInt max_nodes,
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c134 unsigned max_nodes = impl->ssa_alloc + impl->reg_alloc; in etna_ra_assign() local
135 unsigned *live_map = ralloc_array(NULL, unsigned, max_nodes); in etna_ra_assign()
136 memset(live_map, 0xff, sizeof(unsigned) * max_nodes); in etna_ra_assign()
137 struct live_def *defs = rzalloc_array(NULL, struct live_def, max_nodes); in etna_ra_assign()
/external/grpc-grpc/test/core/channel/
Dchannel_trace_test.cc98 size_t expected_num_event_logged, size_t max_nodes) { in ValidateChannelTrace() argument
99 if (!max_nodes) return; in ValidateChannelTrace()
107 GPR_MIN(expected_num_event_logged, max_nodes)); in ValidateChannelTrace()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h83 const HloInstruction& to, int64 max_nodes,
Dhlo_graph_dumper.cc1396 const HloInstruction* to, int64 max_nodes, in MakeNodeFromToFilter() argument
1410 while (!queue.empty() && to_display.size() < max_nodes) { in MakeNodeFromToFilter()
1420 for (; it != path.end() && to_display.size() < max_nodes; ++it) { in MakeNodeFromToFilter()
/external/libhevc/encoder/
Dihevce_lap_interface.c126 WORD32 max_nodes = MAX_SUB_GOP_SIZE - 1; in ihevce_lap_get_mem_recs() local
133 ps_mem_tab[LAP_NODE_MEM].i4_mem_size = (max_nodes * sizeof(ihevce_encode_node_t)); in ihevce_lap_get_mem_recs()