Searched refs:longest_path (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c93 static int longest_path = 0;
173 if (len > longest_path)
174 longest_path = len;
343 return longest_path;
92 static int longest_path = 0; variable
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c92 static int longest_path = 0;
167 if (len > longest_path)
168 longest_path = len;
517 return longest_path;
91 static int longest_path = 0; variable

Completed in 41 milliseconds