MIN 635 jcmaster.c cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L); MIN 144 jcprepct.c numrows = (int) MIN((JDIMENSION) numrows, inrows); MIN 213 jcprepct.c numrows = (int) MIN((JDIMENSION) numrows, inrows); MIN 423 jmemmgr.c rowsperchunk = MIN(rowsperchunk, numrows - currow); MIN 471 jmemmgr.c rowsperchunk = MIN(rowsperchunk, numrows - currow); MIN 700 jmemmgr.c rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i); MIN 703 jmemmgr.c rows = MIN(rows, (long) ptr->first_undef_row - thisrow); MIN 705 jmemmgr.c rows = MIN(rows, (long) ptr->rows_in_array - thisrow); MIN 733 jmemmgr.c rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i); MIN 736 jmemmgr.c rows = MIN(rows, (long) ptr->first_undef_row - thisrow); MIN 738 jmemmgr.c rows = MIN(rows, (long) ptr->rows_in_array - thisrow);