Home
last modified time | relevance | path

Searched refs:tm2 (Results 476 – 500 of 1533) sorted by relevance

1...<<11121314151617181920>>...62

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/boot/dts/exynos/
H A DMakefile3 exynos5433-tm2.dtb \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/boot/dts/exynos/
H A DMakefile3 exynos5433-tm2.dtb \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/boot/dts/exynos/
H A DMakefile3 exynos5433-tm2.dtb \
/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dtypemap.c194 Hash *tm2; in typemap_register() local
231 tm2 = Getattr(tm, tm_method); in typemap_register()
232 if (!tm2) { in typemap_register()
233 tm2 = NewHash(); in typemap_register()
234 Setattr(tm, tm_method, tm2); in typemap_register()
235 Delete(tm2); in typemap_register()
275 Setfile(tm2, Getfile(code)); in typemap_register()
276 Setline(tm2, Getline(code)); in typemap_register()
277 Setattr(tm2, "code", code); in typemap_register()
278 Setattr(tm2, "type", type); in typemap_register()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/arm/
H A Dconvolution_3x3_pack8_fp16s.h374 Mat tm2 = bottom_blob_tm2.channel(r); in conv3x3s1_winograd64_pack8_fp16sa_neon() local
380 __fp16* tm2p = tm2.row<__fp16>(i / 12); in conv3x3s1_winograd64_pack8_fp16sa_neon()
424 __fp16* tmpptr = tm2.row<__fp16>(i / 12 + (i % 12) / 8); in conv3x3s1_winograd64_pack8_fp16sa_neon()
461 __fp16* tmpptr = tm2.row<__fp16>(i / 12 + (i % 12) / 8 + (i % 12 % 8) / 4); in conv3x3s1_winograd64_pack8_fp16sa_neon()
484 … __fp16* tmpptr = tm2.row<__fp16>(i / 12 + (i % 12) / 8 + (i % 12 % 8) / 4 + (i % 12 % 4) / 2); in conv3x3s1_winograd64_pack8_fp16sa_neon()
507 …__fp16* tmpptr = tm2.row<__fp16>(i / 12 + (i % 12) / 8 + (i % 12 % 8) / 4 + (i % 12 % 4) / 2 + i %… in conv3x3s1_winograd64_pack8_fp16sa_neon()
1471 Mat tm2 = bottom_blob_tm2.channel(r); in conv3x3s1_winograd42_pack8_fp16sa_neon() local
1477 __fp16* tm2p = tm2.row<__fp16>(i / 12); in conv3x3s1_winograd42_pack8_fp16sa_neon()
1521 __fp16* tmpptr = tm2.row<__fp16>(i / 12 + (i % 12) / 8); in conv3x3s1_winograd42_pack8_fp16sa_neon()
1558 __fp16* tmpptr = tm2.row<__fp16>(i / 12 + (i % 12) / 8 + (i % 12 % 8) / 4); in conv3x3s1_winograd42_pack8_fp16sa_neon()
[all …]
/dports/math/R/R-4.1.2/src/main/
H A Ddatetime.c608 stm tm2; in glibc_fix() local
609 tm0 = localtime_r(&t, &tm2); in glibc_fix()
1048 stm tm, tm2, *ptm = &tm; in do_strptime() local
1145 memcpy(&tm2, &tm, sizeof(stm)); in do_strptime()
1146 t0 = mktime0(&tm2, 0); in do_strptime()
1149 ptm = localtime0(&t0, 1-isgmt, &tm2); in do_strptime()
1154 memcpy(&tm2, &tm, sizeof(stm)); in do_strptime()
1155 mktime0(&tm2, !isgmt); /* set wday, yday, isdst */ in do_strptime()
1156 tm.tm_wday = tm2.tm_wday; in do_strptime()
1157 tm.tm_yday = tm2.tm_yday; in do_strptime()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Ddatetime.c608 stm tm2; in glibc_fix() local
609 tm0 = localtime_r(&t, &tm2); in glibc_fix()
1048 stm tm, tm2, *ptm = &tm; in do_strptime() local
1145 memcpy(&tm2, &tm, sizeof(stm)); in do_strptime()
1146 t0 = mktime0(&tm2, 0); in do_strptime()
1149 ptm = localtime0(&t0, 1-isgmt, &tm2); in do_strptime()
1154 memcpy(&tm2, &tm, sizeof(stm)); in do_strptime()
1155 mktime0(&tm2, !isgmt); /* set wday, yday, isdst */ in do_strptime()
1156 tm.tm_wday = tm2.tm_wday; in do_strptime()
1157 tm.tm_yday = tm2.tm_yday; in do_strptime()
[all …]
/dports/net/yconalyzer/yconalyzer-1.0.4/
H A Dyconalyzer.cc299 struct tm tm1, tm2, *tmp; in set_start_time() local
303 memset(&tm2, 0, sizeof (tm2)); in set_start_time()
304 (void) str_2_tm(&tm2); in set_start_time()
305 if (tm2.tm_mday) { in set_start_time()
306 tm1.tm_mday = tm2.tm_mday; in set_start_time()
307 tm1.tm_mon = tm2.tm_mon; in set_start_time()
308 tm1.tm_year = tm2.tm_year; in set_start_time()
310 tm1.tm_sec = tm2.tm_sec; in set_start_time()
311 tm1.tm_min = tm2.tm_min; in set_start_time()
312 tm1.tm_hour = tm2.tm_hour; in set_start_time()
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dpdc.c1258 struct tm tm2; in valid_pil_validity_window() local
1293 tm2 = tm; in valid_pil_validity_window()
1304 tm2.tm_mday += 1; in valid_pil_validity_window()
1305 tm2.tm_hour = 4; in valid_pil_validity_window()
1307 stop = mktime (&tm2); in valid_pil_validity_window()
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/inc/
H A Dalign_test.c576 struct tms tm2; local
580 times(&tm2);
583 fprintf(stderr, "t1: %ld\n", (long) tm2.tms_utime-tm1.tms_utime);
586 return ((int) tm2.tms_utime-tm1.tms_utime);
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dfsearch.c289 struct timeval tm2;
290 gettimeofday(&tm2, NULL);
292 unsigned long long t = 1000 * (tm2.tv_sec - tm1.tv_sec) + (tm2.tv_usec - tm1.tv_usec) / 1000;
/dports/devel/py-repoze.tm2/repoze.tm2-2.1/docs/
H A Dapi.rst1 :mod:`repoze.tm2` API
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dbppseeder.cpp137 struct timespec tm2; in operator ()() local
320 clock_gettime(CLOCK_MONOTONIC, &tm2); in operator ()()
321 timespec_sub(tm, tm2, tm3); in operator ()()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/primproc/
H A Dbppseeder.cpp137 struct timespec tm2; in operator ()() local
320 clock_gettime(CLOCK_MONOTONIC, &tm2); in operator ()()
321 timespec_sub(tm, tm2, tm3); in operator ()()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/StructChecker/
H A DAtomSymbolMatch.cpp168 static const char *tm2[] = /* pseudosymbol "tm2" */ variable
269 if (IsInStringTable(atsym, tm2)) return true; in AtomSymbolMatch()
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipastat_time.h38 ipa_tm tm2; /* Till date. */ member
/dports/science/siesta/siesta-4.1.5/Util/Optimizer/Examples/Pseudo-Optim-Constrained/
H A DPSGEN.TEMPLATE7 tm2 2.60
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp1377 struct tm tm2(tm); in Set() local
1378 time_t timet = mktime(&tm2); in Set()
1384 if ( tm2.tm_year == 70 && tm2.tm_mon == 0 && tm2.tm_mday == 1 ) in Set()
1390 tm2.tm_sec)); in Set()
1433 struct tm tm2(tm1); in Set() local
1434 mktime(&tm2); in Set()
1436 tm1.tm_isdst = tm2.tm_isdst; in Set()
1672 Tm tm2(*tm, tz); in GetTm() local
1675 return tm2; in GetTm()
3727 tm.mon = tm2.mon; in ParseFormat()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp1377 struct tm tm2(tm); in Set() local
1378 time_t timet = mktime(&tm2); in Set()
1384 if ( tm2.tm_year == 70 && tm2.tm_mon == 0 && tm2.tm_mday == 1 ) in Set()
1390 tm2.tm_sec)); in Set()
1433 struct tm tm2(tm1); in Set() local
1434 mktime(&tm2); in Set()
1436 tm1.tm_isdst = tm2.tm_isdst; in Set()
1672 Tm tm2(*tm, tz); in GetTm() local
1675 return tm2; in GetTm()
3727 tm.mon = tm2.mon; in ParseFormat()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp1377 struct tm tm2(tm); in Set() local
1378 time_t timet = mktime(&tm2); in Set()
1384 if ( tm2.tm_year == 70 && tm2.tm_mon == 0 && tm2.tm_mday == 1 ) in Set()
1390 tm2.tm_sec)); in Set()
1433 struct tm tm2(tm1); in Set() local
1434 mktime(&tm2); in Set()
1436 tm1.tm_isdst = tm2.tm_isdst; in Set()
1672 Tm tm2(*tm, tz); in GetTm() local
1675 return tm2; in GetTm()
3727 tm.mon = tm2.mon; in ParseFormat()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Ddatetime.cpp1377 struct tm tm2(tm); in Set() local
1378 time_t timet = mktime(&tm2); in Set()
1384 if ( tm2.tm_year == 70 && tm2.tm_mon == 0 && tm2.tm_mday == 1 ) in Set()
1390 tm2.tm_sec)); in Set()
1433 struct tm tm2(tm1); in Set() local
1434 mktime(&tm2); in Set()
1436 tm1.tm_isdst = tm2.tm_isdst; in Set()
1672 Tm tm2(*tm, tz); in GetTm() local
1675 return tm2; in GetTm()
3727 tm.mon = tm2.mon; in ParseFormat()
[all …]
/dports/science/siesta/siesta-4.1.5/Tests/Pseudos/
H A DC.vdw.inp5 tm2 3.00
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/gss-threads/
H A Dgss-server.c347 struct timeval tm1, tm2; in test_import_export_context() local
356 gettimeofday(&tm2, NULL); in test_import_export_context()
359 (int)context_token.length, timeval_subtract(&tm2, &tm1)); in test_import_export_context()
380 timeval_subtract(&tm1, &tm2)); in test_import_export_context()
/dports/security/krb5/krb5-1.19.2/src/tests/gss-threads/
H A Dgss-server.c347 struct timeval tm1, tm2; in test_import_export_context() local
356 gettimeofday(&tm2, NULL); in test_import_export_context()
359 (int)context_token.length, timeval_subtract(&tm2, &tm1)); in test_import_export_context()
380 timeval_subtract(&tm1, &tm2)); in test_import_export_context()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Dclip.h427 TriangleMesh& tm2, in generic_clip_impl() argument
448 get_property_map(boost::vertex_point, tm2)); in generic_clip_impl()
450 if (&tm1==&tm2) in generic_clip_impl()
503 Ecm_in ecm_in(tm1,tm2,ecm1,ecm2); in generic_clip_impl()
504 Ob ob(tm1, tm2, vpm1, vpm2, algo_ecm1, fid_map1, use_compact_clipper); in generic_clip_impl()
507 functor(tm1, tm2, vpm1, vpm2, Algo_visitor(uv,ob,ecm_in,&tm2)); in generic_clip_impl()

1...<<11121314151617181920>>...62