OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_children
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/massif/
ms_main.c
546
//
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::__anon36717::__anon36718
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
= n_child_sxpts
[
all
...]
ms_print
197
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
) {
ms_print.in
197
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/
main.c
193
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) {
[
all
...]
/external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h
338
long*
n_children
);
browser_accessibility_win.cc
[
all
...]
Completed in 241 milliseconds