Searched refs:hourSec (Results 1 – 1 of 1) sorted by relevance
37 static const uint64_t hourSec = 60 * 60; variable38 static const uint64_t monthSec = 31 * 24 * hourSec;157 if (diff.tv_sec > hourSec) { in Add()160 if ((diff > stamp) && ((diff - stamp).tv_sec < hourSec)) { in Add()