Home
last modified time | relevance | path

Searched defs:tm1 (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dstrftime.c20 static struct tm tm1 = { variable
Dstrptime.c53 static struct tm tm1 = { variable
Dtime.c13 int tm_cmp(struct tm tm1, struct tm tm2) in tm_cmp()
/third_party/openssl/test/
Dgmdifftest.c24 struct tm tm1, tm2, o1; in check_time() local
/third_party/toybox/toys/pending/
Dlast.c72 static void seize_duration(time_t tm0, time_t tm1) in seize_duration()
/third_party/flutter/skia/gm/
Dshadertext3.cpp111 for (size_t tm1 = 0; tm1 < SK_ARRAY_COUNT(kTileModes); ++tm1) { in onDraw() local
/third_party/skia/gm/
Dshadertext3.cpp111 for (size_t tm1 = 0; tm1 < SK_ARRAY_COUNT(kTileModes); ++tm1) { in onDraw() local
/third_party/libwebsockets/lib/abstract/transports/
Draw-skt.c355 const lws_token_map_t *tm1, *tm2; in lws_atcrs_compare() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_win32.c65 struct tm tm, *tm1; in os_mktime() local
Dos_unix.c137 struct tm tm, *tm1; in os_mktime() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_win32.c65 struct tm tm, *tm1; in os_mktime() local
Dos_unix.c131 struct tm tm, *tm1; in os_mktime() local
/third_party/typescript/tests/baselines/reference/
DvariadicTuples1.js471 var tm1 = fm1([['abc'], [42], [true], ['def']]); // [boolean, string] variable