Searched refs:n_children (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c546 // n_children and max_children are 32-bit integers. 16-bit integers
549 UInt n_children; // number of children member in struct:_XPt
570 UInt n_children; member in struct:_SXPt::__anon33000::__anon33001
601 xpt->n_children = 0;
614 tl_assert(parent->n_children <= parent->max_children);
615 if (parent->n_children == parent->max_children) {
631 parent->children[ parent->n_children++ ] = child;
678 for (i = 0; i < xpt->n_children; i++) {
683 n_insig_children = xpt->n_children - n_sig_children;
692 sxpt->Sig.n_children
[all...]
H A Dms_print197 my $n_children = $1;
218 for (my $i = 0; $i < $n_children; $i++) {
220 my $child_midfix2 = ( $i+1 == $n_children ? " " : "| " );
242 if (0 == $n_children) {
H A Dms_print.in197 my $n_children = $1;
218 for (my $i = 0; $i < $n_children; $i++) {
220 my $child_midfix2 = ( $i+1 == $n_children ? " " : "| " );
242 if (0 == $n_children) {
/external/ppp/pppd/
H A Dmain.c193 static int n_children; /* # child processes still running */ variable
624 if (n_children > 0) {
629 dbglog("Waiting for %d child processes...", n_children);
633 while (n_children > 0 && !childwait_done) {
1755 ++n_children;
1798 if (n_children == 0)
1803 --n_children;
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h338 long* n_children);
H A Dbrowser_accessibility_win.cc1434 long* n_children) {
1438 if (!children || !n_children)
1442 *n_children = 0;
1432 get_selectedChildren(long max_children, long** children, long* n_children) argument

Completed in 454 milliseconds