rest              294 core/gps.c         double rest= eta - now;                                                 // Time = arrival time - now
rest              296 core/gps.c         if (abs(regressionChange (&deltareg))<0.5 || rest < 5.0) rest = 0.0;
rest              310 core/gps.c                 int s = (int)rest;
rest              145 core/ptp.c                 int rest = size_left % rs->buf_size;
rest              148 core/ptp.c                 if(rs->buf_size >= 0x800 && rest > 0x1f4 && rest < 0x3f4) {