@ @ requires 0 <= seconds2 <= 31; @ terminates \true; @ ensures 0 <= \result <= 62; @ assigns \nothing; @*/
| 326 | @ assigns \nothing; |
| 327 | @*/ |
| 328 | static unsigned long int _date_get_seconds(const unsigned long int seconds2) |
| 329 | { |
| 330 | return seconds2 << 1; |
| 331 | } |
| 332 | |
| 333 | /*@ |
| 334 | @ requires 0 <= m <= 0x3f; |