Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcmru.c170 FT_UInt max_nodes, in FTC_MruList_Init() argument
175 list->max_nodes = max_nodes; in FTC_MruList_Init()
244 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/icing/icing/legacy/index/
Dicing-dynamic-trie.h153 uint32_t max_nodes; member
202 : max_nodes(1U << 20), in Options()
208 : max_nodes(max_nodes_in), in Options()
213 uint32_t max_nodes; member
Dicing-dynamic-trie.cc243 return max_nodes <= kMaxNodes && max_nodes > 0 && max_nexts <= kMaxNexts && in is_valid()
510 hdr_.hdr.max_nodes(), &crcs_->array_crcs[NODE], in Init()
872 hdr.set_max_nodes(options.max_nodes); in Init()
926 if (hdr.num_nodes() > hdr.max_nodes() || hdr.num_nexts() > hdr.max_nexts() || in Verify()
950 return hdr_.hdr.max_nodes() - hdr_.hdr.num_nodes(); in nodes_left()
1406 stats->max_nodes = storage_->hdr().max_nodes(); in CollectStats()
1438 num_keys, num_nodes, max_nodes, in DumpStats()
1439 100. * math_util::SafeDivide(num_nodes, max_nodes), num_nexts, max_nexts, in DumpStats()
1478 max_nodes * sizeof(Node) + max_nexts * sizeof(Next) + max_suffixes_size); in DumpStats()
2298 storage_->hdr().max_nodes(), in min_free_fraction()
/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/icing/icing/store/
Dkey-mapper.h199 options.max_nodes = maximum_size_bytes / (3 * sizeof(IcingDynamicTrie::Node)); in Initialize()
200 options.max_nexts = options.max_nodes; in Initialize()
202 sizeof(IcingDynamicTrie::Node) * options.max_nodes; in Initialize()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h94 const HloInstruction& to, int64 max_nodes,
Dhlo_graph_dumper.cc1416 const HloInstruction* to, int64 max_nodes, in MakeNodeFromToFilter() argument
1430 while (!queue.empty() && to_display.size() < max_nodes) { in MakeNodeFromToFilter()
1440 for (; it != path.end() && to_display.size() < max_nodes; ++it) { in MakeNodeFromToFilter()
1779 const HloInstruction& to, int64 max_nodes, in RenderAllPathsFromTo() argument
1792 NodeFilter filter = MakeNodeFromToFilter(&from, &to, max_nodes, &hit_limit); in RenderAllPathsFromTo()
1797 label = StrCat(max_nodes, " nodes on the shortest paths from ", from.name(), in RenderAllPathsFromTo()
/external/icing/proto/icing/legacy/index/proto/
Dicing-dynamic-trie-header.proto27 optional uint32 max_nodes = 3; field
/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()