Home
last modified time | relevance | path

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

/aosp12/build/soong/finder/
H A Dfinder.go478 approximateNumDescendents int member
483 approximateNumDescendents: 1}
534 count += child.approximateNumDescendents
536 m.approximateNumDescendents = count
1505 totalWork += child.approximateNumDescendents
1513 numChildThreads := approxNumThreads * child.approximateNumDescendents / totalWork