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

/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp151 int jmax = int(10 / lt.dash_width); local
163 double phi = j * 2 * M_PI / jmax;
204 int jmax = int(10 / lt.dash_width); local
215 double phi = j * 2 * M_PI / jmax;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2693 int elferr, i, is_dynamic, j, jmax, nentries; local
2715 if (!get_ent_count(s, &jmax))
2717 for (j = 0; j < jmax; j++) {

Completed in 137 milliseconds