Searched defs:notfirst (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/lib/
H A Dutils.c555 static int notfirst; local
581 if (++notfirst == 1)
/external/iproute2/misc/
H A Dss.c560 static int notfirst; local
562 if (!notfirst) {
564 notfirst = 1;
957 static int notfirst; local
962 if (!notfirst) {
964 notfirst = 1;
/external/valgrind/main/perf/
H A Dtinycc.c9596 int *st, last_tok, t, notfirst;
9617 notfirst = 0;
9619 if (notfirst)
9623 notfirst = 1;
13850 int notfirst, index, index_last, align, l, nb_elems, elem_size;
13853 notfirst = 0;
13878 if (!notfirst)
13886 notfirst = 1;
13906 if (!notfirst)
13914 notfirst
9594 int *st, last_tok, t, notfirst; local
13848 int notfirst, index, index_last, align, l, nb_elems, elem_size; local
[all...]

Completed in 172 milliseconds