@ @ requires 0 <= m <= 0x3f; @ terminates \true; @ ensures 0 <= \result <= 0x3f * SECS_PER_MIN; @ assigns \nothing; @*/
| 337 | @ assigns \nothing; |
| 338 | @*/ |
| 339 | static unsigned long int _date_min_to_seconds(const unsigned long int m) |
| 340 | { |
| 341 | return m * SECS_PER_MIN; |
| 342 | } |
| 343 | |
| 344 | /*@ |
| 345 | @ requires 0 <= h <= 0x3f; |