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

/openjdk10/make/scripts/
H A Dupdate_copyright_year.sh107 fcount=`cat ${files}| wc -l`
114 printf " UPDATED year on %d of %d files.\n" ${count} ${fcount}
117 printf " None of the %d files were changed.\n" ${fcount}
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp166 int fcount = 0; local
171 if (fcount++ == fnum) {
172 fcount = 0;

Completed in 111 milliseconds