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

/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dhdb.cpp295 int iscale = 1, jscale = 1; /* x = i/scale, y=j/jscale */ local
334 jscale *= 10;
341 *yp = (double) j / (double) jscale;
342 return (SUNFILE || i != -iscale || j != -jscale);
/macosx-10.10/hfs-285/newfs_hfs/
H A Dnewfs_hfs.c1026 UInt32 jscale; local
1029 jscale = (sectorCount * sectorSize) / ((UInt64)100 * 1024 * 1024 * 1024);
1030 if (jscale > 64) {
1031 jscale = 64;
1034 target_size = JOURNAL_DEFAULT_SIZE * (jscale + 1);

Completed in 186 milliseconds