M_RST0           1213 3rdparty/libjpeg/jdmarker.c     case M_RST0:		/* these are all parameterless */
M_RST0           1268 3rdparty/libjpeg/jdmarker.c       ((int) M_RST0 + cinfo->marker->next_restart_num)) {
M_RST0           1349 3rdparty/libjpeg/jdmarker.c     else if (marker < (int) M_RST0 || marker > (int) M_RST7)
M_RST0           1352 3rdparty/libjpeg/jdmarker.c       if (marker == ((int) M_RST0 + ((desired+1) & 7)) ||
M_RST0           1353 3rdparty/libjpeg/jdmarker.c           marker == ((int) M_RST0 + ((desired+2) & 7)))
M_RST0           1355 3rdparty/libjpeg/jdmarker.c       else if (marker == ((int) M_RST0 + ((desired-1) & 7)) ||
M_RST0           1356 3rdparty/libjpeg/jdmarker.c                marker == ((int) M_RST0 + ((desired-2) & 7)))