Searched defs:tm (Results 1 - 25 of 263) sorted by last modified time

1234567891011

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_shared.c432 struct os_tm tm; local
438 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
456 WPA_PUT_LE16(pos, tm.year); /* Year */
458 *pos++ = tm.month; /* Month */
459 *pos++ = tm.day; /* Day of month */
460 *pos++ = tm.hour; /* Hours */
461 *pos++ = tm.min; /* Minutes */
462 *pos++ = tm.sec; /* Seconds */
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c58 struct tm tm; local
65 os_memset(&tm, 0, sizeof(tm));
66 tm.tm_year = year - 1900;
67 tm.tm_mon = month - 1;
68 tm.tm_mday = day;
69 tm.tm_hour = hour;
70 tm.tm_min = min;
71 tm
78 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) argument
H A Dos_unix.c104 struct tm tm, *tm1; local
113 memset(&tm, 0, sizeof(tm));
114 tm.tm_year = year - 1900;
115 tm.tm_mon = month - 1;
116 tm.tm_mday = day;
117 tm.tm_hour = hour;
118 tm.tm_min = min;
119 tm
141 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c21 struct tm *tm; local
24 tm = localtime(&t);
27 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday,
28 tm->tm_hour, tm->tm_min, tm->tm_sec);
H A Dspp_server.c534 struct tm tm; local
537 gmtime_r(&now, &tm);
539 tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
540 tm.tm_hour, tm.tm_min, tm.tm_sec);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_shared.c432 struct os_tm tm; local
438 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
456 WPA_PUT_LE16(pos, tm.year); /* Year */
458 *pos++ = tm.month; /* Month */
459 *pos++ = tm.day; /* Day of month */
460 *pos++ = tm.hour; /* Hours */
461 *pos++ = tm.min; /* Minutes */
462 *pos++ = tm.sec; /* Seconds */
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c58 struct tm tm; local
65 os_memset(&tm, 0, sizeof(tm));
66 tm.tm_year = year - 1900;
67 tm.tm_mon = month - 1;
68 tm.tm_mday = day;
69 tm.tm_hour = hour;
70 tm.tm_min = min;
71 tm
78 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) argument
H A Dos_unix.c104 struct tm tm, *tm1; local
113 memset(&tm, 0, sizeof(tm));
114 tm.tm_year = year - 1900;
115 tm.tm_mon = month - 1;
116 tm.tm_mday = day;
117 tm.tm_hour = hour;
118 tm.tm_min = min;
119 tm
141 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_shared.c432 struct os_tm tm; local
438 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
456 WPA_PUT_LE16(pos, tm.year); /* Year */
458 *pos++ = tm.month; /* Month */
459 *pos++ = tm.day; /* Day of month */
460 *pos++ = tm.hour; /* Hours */
461 *pos++ = tm.min; /* Minutes */
462 *pos++ = tm.sec; /* Seconds */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c58 struct tm tm; local
65 os_memset(&tm, 0, sizeof(tm));
66 tm.tm_year = year - 1900;
67 tm.tm_mon = month - 1;
68 tm.tm_mday = day;
69 tm.tm_hour = hour;
70 tm.tm_min = min;
71 tm
78 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
H A Dos_none.c41 int os_gmtime(os_time_t t, struct os_tm *tm) argument
H A Dos_unix.c104 struct tm tm, *tm1; local
113 memset(&tm, 0, sizeof(tm));
114 tm.tm_year = year - 1900;
115 tm.tm_mon = month - 1;
116 tm.tm_mday = day;
117 tm.tm_hour = hour;
118 tm.tm_min = min;
119 tm
141 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtm.c44 void tm(void) function
50 asm volatile( "tm %[v],15\n\t" : : [v] "R"(v) : "cc");
55 asm volatile( "tm %[v],0\n\t" : : [v] "R"(v) : "cc");
60 asm volatile( "tm %[v],0xf0\n\t" : : [v] "R"(v) : "cc");
65 asm volatile( "tm %[v],0x70\n\t" : : [v] "R"(v) : "cc");
70 asm volatile( "tm %[v],0x81\n\t" : : [v] "R"(v) : "cc");
76 tm();
/external/valgrind/main/perf/
H A Dtinycc.c9718 struct tm *tm;
9721 tm = localtime(&ti);
9724 ab_month_name[tm->tm_mon], tm->tm_mday, tm->tm_year + 1900);
9727 tm->tm_hour, tm->tm_min, tm->tm_sec);
9716 struct tm *tm; local
/external/tcpdump/
H A Dprint-ntp.c243 struct tm *tm; local
246 tm = localtime(&seconds);
247 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
H A Dutil.c163 struct tm *tm; local
213 tm = gmtime (&Time);
214 if (!tm)
218 tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday,
/external/stlport/stlport/stl/config/
H A D_evc.h279 // Struct tm is not defined in evc3 headers
281 struct tm { struct
/external/skia/samplecode/
H A DSampleGradients.cpp66 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
67 return SkGradientShader::CreateLinear(pts, data.fColors, data.fPos, data.fCount, tm);
70 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
75 data.fPos, data.fCount, tm);
78 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
85 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
94 data.fColors, data.fPos, data.fCount, tm);
98 SkShader::TileMode tm) {
105 data.fColors, data.fPos, data.fCount, tm);
108 typedef SkShader* (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);
97 Make2RadialConcentric(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) argument
[all...]
H A DSampleRepeatTile.cpp36 static void make_paint(SkPaint* paint, SkShader::TileMode tm) { argument
40 SkShader* shader = SkShader::CreateBitmapShader(bm, tm, tm);
H A DSampleShaderText.cpp56 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
57 return SkGradientShader::CreateLinear(pts, data.fColors, data.fPos, data.fCount, tm);
60 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
65 data.fPos, data.fCount, tm);
68 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
75 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm) { argument
84 data.fColors, data.fPos, data.fCount, tm);
87 typedef SkShader* (*GradMaker)(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm);

Completed in 324 milliseconds

1234567891011