Searched refs:notfirst (Results 1 - 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) && (notlast) && (X) == '-') )
/external/iproute2/lib/
H A Dutils.c560 static int notfirst; local
586 if (++notfirst == 1)
/external/iproute2/misc/
H A Dss.c569 static int notfirst; local
571 if (!notfirst) {
573 notfirst = 1;
966 static int notfirst; local
971 if (!notfirst) {
973 notfirst = 1;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1075 boolean notfirst; local
1111 notfirst = FALSE;
1116 if (notfirst)
1167 if (notfirst)
1208 notfirst = TRUE;
/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 812 milliseconds