Home
last modified time | relevance | path

Searched refs:tim (Results 1 - 25 of 67) sorted by relevance

123

/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp175 const struct tm tim = { .tm_year = 2023 - 1900, .tm_mon = 9, .tm_mday = 16 }; in HWTEST_F() local
177 strftime(buf, sizeof(buf), "<%s>", &tim); in HWTEST_F()
181 strftime(buf, sizeof(buf), "<%s>", &tim); in HWTEST_F()
210 time_t tim = 2000000000; in HWTEST_F() local
211 struct tm* time = gmtime(&tim); in HWTEST_F()
229 time_t tim = 2000000000; in HWTEST_F() local
232 struct tm* tmC = localtime(&tim); in HWTEST_F()
237 struct tm* tmA = localtime(&tim); in HWTEST_F()
266 const time_t tim = 0; in HWTEST_F() local
267 char* result = ctime(&tim); in HWTEST_F()
319 time_t tim = 2000000000; HWTEST_F() local
339 time_t tim = 2000000000; HWTEST_F() local
355 time_t tim = 2000000000; HWTEST_F() local
370 time_t tim = 2000000000; HWTEST_F() local
385 time_t tim = 2000000000; HWTEST_F() local
400 time_t tim = 2000000000; HWTEST_F() local
415 time_t tim = 2000000000; HWTEST_F() local
448 const time_t tim = 0; HWTEST_F() local
497 struct tm tim; HWTEST_F() local
521 struct tm tim = {}; HWTEST_F() local
539 struct tm tim = { .tm_year = 2023 - 1900, .tm_mon = 9, .tm_mday = 16, .tm_isdst = -1 }; HWTEST_F() local
577 struct tm tim = { .tm_hour = 12 }; HWTEST_F() local
604 struct tm tim = {}; HWTEST_F() local
619 struct tm tim = {}; HWTEST_F() local
635 struct tm tim; HWTEST_F() local
649 struct tm tim; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_afirdsp.h46 const float tim = t[2 * n + 1]; in fcmul_add_c() local
48 sum[2 * n ] += tre * cre - tim * cim; in fcmul_add_c()
49 sum[2 * n + 1] += tre * cim + tim * cre; in fcmul_add_c()
63 const double tim = t[2 * n + 1]; in dcmul_add_c() local
65 sum[2 * n ] += tre * cre - tim * cim; in dcmul_add_c()
66 sum[2 * n + 1] += tre * cim + tim * cre; in dcmul_add_c()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dclock_settime.c31 struct tm tim = { in clock_settime_0100() local
38 ts.tv_sec = mktime(&tim); in clock_settime_0100()
54 struct tm tim = { in clock_settime64_0100() local
61 ts.tv_sec = mktime(&tim); in clock_settime64_0100()
/third_party/ffmpeg/tests/checkasm/
H A Daf_afir.c61 float tim = src1[idx + 1]; in test_fcmul_add() local
63 fabs(tre) + fabs(tim) + fabs(cre) + fabs(cim) + in test_fcmul_add()
64 fabs(tre * cre) + fabs(tim * cim) + in test_fcmul_add()
65 fabs(tre * cim) + fabs(tim * cre) + in test_fcmul_add()
66 fabs(tre * cre - tim * cim) + in test_fcmul_add()
67 fabs(tre * cim + tim * cre) + in test_fcmul_add()
/third_party/ffmpeg/libavcodec/
H A Dav1_metadata_bsf.c53 AV1RawTimingInfo *tim = &seq->timing_info; in av1_metadata_update_sequence_header() local
94 tim->time_scale = num; in av1_metadata_update_sequence_header()
95 tim->num_units_in_display_tick = den; in av1_metadata_update_sequence_header()
99 tim->equal_picture_interval = 1; in av1_metadata_update_sequence_header()
100 tim->num_ticks_per_picture_minus_1 = in av1_metadata_update_sequence_header()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_ext.c360 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim) in OCSP_crlID_new() argument
379 if (tim) { in OCSP_crlID_new()
382 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) in OCSP_crlID_new()
413 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim) in OCSP_archive_cutoff_new() argument
420 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) in OCSP_archive_cutoff_new()
/third_party/openssl/crypto/ocsp/
H A Docsp_ext.c360 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim) in OCSP_crlID_new() argument
379 if (tim) { in OCSP_crlID_new()
382 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim))) in OCSP_crlID_new()
413 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim) in OCSP_archive_cutoff_new() argument
420 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) in OCSP_archive_cutoff_new()
/third_party/openssl/ohos_lite/include/openssl/
H A Docsp.h260 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
264 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/ltp/testcases/kdump/lib/lkdtm/
H A Dlkdtm.c172 int jp_hrtimer_start(struct hrtimer *timer, ktime_t tim, in jp_hrtimer_start() argument
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Docsp.h391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
395 X509_EXTENSION *OCSP_archive_cutoff_new(char *tim);

Completed in 24 milliseconds

123