HomeSort by relevance Sort by last modified time
    Searched refs:tm0 (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/posix/
date.c 62 struct tm tm0 = *tm; local
67 tm0.tm_sec != tm1.tm_sec || tm0.tm_min != tm1.tm_min ||
68 tm0.tm_hour != tm1.tm_hour || tm0.tm_mday != tm1.tm_mday ||
69 tm0.tm_mon != tm1.tm_mon) {
72 strftime(toybuf, sizeof(toybuf), fmt, &tm0);
  /external/skia/gm/
shadertext3.cpp 96 for (size_t tm0 = 0; tm0 < SK_ARRAY_COUNT(kTileModes); ++tm0) {
104 kTileModes[tm0],
  /external/toybox/toys/pending/
last.c 72 static void seize_duration(time_t tm0, time_t tm1)
75 double diff = difftime(tm1, tm0);
77 diff = (diff > 0) ? (tm1 - tm0) : 0;
79 strncpy(toybuf, ctime(&tm0), 16); // Login Time.

Completed in 84 milliseconds