Home
last modified time | relevance | path

Searched refs:cached_tm_mday (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/weston/weston-1.9.0/src/
H A Dlog.c43 static int cached_tm_mday = -1; variable
57 if (brokendown_time->tm_mday != cached_tm_mday) { in weston_log_timestamp()
61 cached_tm_mday = brokendown_time->tm_mday; in weston_log_timestamp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/compositor/
H A Dmain.c130 static int cached_tm_mday = -1; variable
144 if (brokendown_time->tm_mday != cached_tm_mday) { in weston_log_timestamp()
148 cached_tm_mday = brokendown_time->tm_mday; in weston_log_timestamp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/compositor/
H A Dmain.c130 static int cached_tm_mday = -1; variable
144 if (brokendown_time->tm_mday != cached_tm_mday) { in weston_log_timestamp()
148 cached_tm_mday = brokendown_time->tm_mday; in weston_log_timestamp()