Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/third_party/musl/porting/uniproton/kernel/include/
Dtime.h39 struct tm { struct
40 int tm_sec; argument
41 int tm_min; argument
42 int tm_hour; argument
43 int tm_mday; argument
44 int tm_mon; argument
45 int tm_year; argument
46 int tm_wday; argument
47 int tm_yday; argument
48 int tm_isdst; argument
[all …]
/third_party/musl/include/
Dtime.h38 struct tm { struct
39 int tm_sec; argument
40 int tm_min; argument
41 int tm_hour; argument
42 int tm_mday; argument
43 int tm_mon; argument
44 int tm_year; argument
45 int tm_wday; argument
46 int tm_yday; argument
47 int tm_isdst; argument
[all …]
/third_party/musl/porting/liteos_m/user/include/
Dtime.h38 struct tm { struct
39 int tm_sec; argument
40 int tm_min; argument
41 int tm_hour; argument
42 int tm_mday; argument
43 int tm_mon; argument
44 int tm_year; argument
45 int tm_wday; argument
46 int tm_yday; argument
47 int tm_isdst; argument
[all …]
/third_party/musl/ndk_musl_include/
Dtime.h38 struct tm { struct
39 int tm_sec; argument
40 int tm_min; argument
41 int tm_hour; argument
42 int tm_mday; argument
43 int tm_mon; argument
44 int tm_year; argument
45 int tm_wday; argument
46 int tm_yday; argument
47 int tm_isdst; argument
[all …]
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h39 struct tm { struct
40 int tm_sec; argument
41 int tm_min; argument
42 int tm_hour; argument
43 int tm_mday; argument
44 int tm_mon; argument
45 int tm_year; argument
46 int tm_wday; argument
47 int tm_yday; argument
48 int tm_isdst; argument
[all …]
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h41 struct tm { struct
42 int tm_sec; argument
43 int tm_min; argument
44 int tm_hour; argument
45 int tm_mday; argument
46 int tm_mon; argument
47 int tm_year; argument
48 int tm_wday; argument
49 int tm_yday; argument
50 int tm_isdst; argument
[all …]
/third_party/boost/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp46 tms tm; in now() local
72 tms tm; in now() local
123 tms tm; in now() local
148 tms tm; in now() local
199 tms tm; in now() local
225 tms tm; in now() local
276 tms tm; in now() local
305 tms tm; in now() local
/third_party/boost/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp52 tms tm; in now() local
94 tms tm; in now() local
170 tms tm; in now() local
209 tms tm; in now() local
230 tms tm; in now() local
253 tms tm; in now() local
292 tms tm; in now() local
318 tms tm; in now() local
/third_party/flutter/skia/gm/
Dgradients_2pt_conical.cpp54 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside()
65 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip()
75 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip()
86 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside()
99 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip()
112 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter()
123 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed()
134 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad()
147 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip()
160 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter()
[all …]
/third_party/skia/gm/
Dgradients_2pt_conical.cpp54 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside()
65 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip()
75 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip()
86 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside()
99 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip()
112 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter()
123 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed()
134 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad()
147 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip()
160 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter()
[all …]
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c30 struct tm { struct
31 int tm_sec; // seconds [0,61] argument
32 int tm_min; // minutes [0,59] argument
33 int tm_hour; // hour [0,23] argument
34 int tm_mday; // day of month [1,31] argument
35 int tm_mon; // month of year [0,11] argument
36 int tm_year; // years since 1900 argument
37 int tm_wday; // day of week [0,6] (Sunday = 0) argument
38 int tm_yday; // day of year [0,365] argument
39 int tm_isdst; // daylight savings flag argument
/third_party/libwebsockets/lib/roles/http/
Ddate.c38 lws_http_date_render(char *buf, size_t len, const struct tm *tm) in lws_http_date_render()
58 struct tm *tm = gmtime_r(t, &tmp); in lws_http_date_render_from_unix() local
72 lws_http_date_parse(const char *b, size_t len, struct tm *tm) in lws_http_date_parse()
137 struct tm tm; in lws_http_date_parse_unix() local
/third_party/flutter/skia/samplecode/
DSampleGradients.cpp64 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear()
68 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial()
76 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep()
83 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in Make2Conical()
96 SkTileMode tm) { in Make2ConicalConcentric()
135 for (int tm = 0; tm < kSkTileModeCount; ++tm) { in onDrawContent() local
/third_party/skia/samplecode/
DSampleGradients.cpp63 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear()
67 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial()
75 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep()
82 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in Make2Conical()
95 SkTileMode tm) { in Make2ConicalConcentric()
134 for (int tm = 0; tm < kSkTileModeCount; ++tm) { in onDrawContent() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DGradient.java18 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
23 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
28 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
46 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
DRadialGradient.java14 public RadialGradient(float x, float y, float r, int[] colors, float[] pos, TileMode tm, in RadialGradient()
21 float[] pos, TileMode tm) throws IllegalArgumentException { in RadialGradient()
25 public RadialGradient(float x, float y, float r, float[] colors, float[] pos, TileMode tm, in RadialGradient()
32 float[] pos, TileMode tm) throws IllegalArgumentException { in RadialGradient()
DLinearGradient.java15 float[] pos, TileMode tm, in LinearGradient()
22 float[] pos, TileMode tm) throws IllegalArgumentException { in LinearGradient()
27 float[] pos, TileMode tm, in LinearGradient()
34 float[] pos, TileMode tm) throws IllegalArgumentException { in LinearGradient()
/third_party/musl/porting/uniproton/kernel/src/time/
Dstrftime.c19 static int week_num(const struct tm *tm) in week_num()
45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
215 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/src/time/
Dstrftime.c19 static int week_num(const struct tm *tm) in week_num()
45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
215 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dstrftime.c19 static int week_num(const struct tm *tm) in week_num()
45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
215 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dstrftime.c19 static int week_num(const struct tm *tm) in week_num()
45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
215 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/flutter/skia/bench/
DGradientBench.cpp53 SkTileMode tm, float scale) { in MakeLinear()
58 SkTileMode tm, float scale) { in MakeRadial()
68 SkTileMode tm, float scale) { in MakeSweep()
77 SkTileMode tm, float scale) { in MakeConical()
90 SkTileMode tm, float scale) { in MakeConicalZeroRad()
103 SkTileMode tm, float scale) { in MakeConicalOutside()
117 SkTileMode tm, float scale) { in MakeConicalOutsideZeroRad()
178 SkTileMode tm = SkTileMode::kClamp, in GradientBench()
243 SkTileMode tm, float scale) { in MakeShader()
/third_party/skia/bench/
DGradientBench.cpp53 SkTileMode tm, float scale) { in MakeLinear()
58 SkTileMode tm, float scale) { in MakeRadial()
68 SkTileMode tm, float scale) { in MakeSweep()
77 SkTileMode tm, float scale) { in MakeConical()
90 SkTileMode tm, float scale) { in MakeConicalZeroRad()
103 SkTileMode tm, float scale) { in MakeConicalOutside()
117 SkTileMode tm, float scale) { in MakeConicalOutsideZeroRad()
178 SkTileMode tm = SkTileMode::kClamp, in GradientBench()
243 SkTileMode tm, float scale) { in MakeShader()
/third_party/libnl/src/lib/
Dtc.c100 struct nl_cli_tc_module *tm; in __nl_cli_tc_lookup() local
111 struct nl_cli_tc_module *tm; in nl_cli_tc_lookup() local
141 void nl_cli_tc_register(struct nl_cli_tc_module *tm) in nl_cli_tc_register()
160 void nl_cli_tc_unregister(struct nl_cli_tc_module *tm) in nl_cli_tc_unregister()
/third_party/musl/porting/linux/user/src/time/
Dstrftime.c47 static int week_num(const struct tm *tm) in week_num()
73 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
285 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
365 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()

12345678910>>...14