Home
last modified time | relevance | path

Searched refs:start_m (Results 1 – 25 of 75) sorted by relevance

123

/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A DDatabase.cpp417 auto start_m = range.start.month (); in segmentRange() local
429 (start_y == end_y && start_m <= end_m)) in segmentRange()
432 Datetime segmentStart (start_y, start_m, 1); in segmentRange()
435 start_m += 1; in segmentRange()
436 if (start_m > 12) in segmentRange()
439 start_m = 1; in segmentRange()
443 Datetime segmentEnd (start_y, start_m, 1); in segmentRange()
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_classify.c273 pkt_timeval start_m; in ndpi_merge_splt_arrays() local
280 ndpi_timer_sub(&tmp, &start_time, &start_m); in ndpi_merge_splt_arrays()
284 ndpi_timer_sub(&tmp, &start_time_twin, &start_m); in ndpi_merge_splt_arrays()
289 ndpi_timer_sub(&tmp, &start_time, &start_m); in ndpi_merge_splt_arrays()
293 ndpi_timer_sub(&tmp, &start_time_twin, &start_m); in ndpi_merge_splt_arrays()
338 merged_times[0] = ndpi_timeval_to_milliseconds(start_m); in ndpi_merge_splt_arrays()
340 merged_times[0] = ndpi_timeval_to_microseconds(start_m); in ndpi_merge_splt_arrays()
/dports/devel/pthreadpool/pthreadpool-0.1-126-gb8374f8/src/
H A Dfastpath.c972 task(argument, i, j, k, l, start_m, min(range_m - start_m, tile_m)); in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
973 start_m += tile_m; in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
974 if (start_m >= range_m) { in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
975 start_m = 0; in pthreadpool_thread_parallelize_5d_tile_1d_fastpath()
1047 start_m += tile_m; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1048 if (start_m >= range_m) { in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1049 start_m = 0; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1080 start_l, start_m, min(range_l - start_l, tile_l), min(range_m - start_m, tile_m)); in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1287 start_m += tile_m; in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()
1288 if (start_m >= range_m) { in pthreadpool_thread_parallelize_6d_tile_2d_fastpath()
[all …]
H A Dportable-api.c893 task(argument, i, j, k, l, start_m, min(range_m - start_m, tile_m)); in thread_parallelize_5d_tile_1d()
894 start_m += tile_m; in thread_parallelize_5d_tile_1d()
895 if (start_m >= range_m) { in thread_parallelize_5d_tile_1d()
896 start_m = 0; in thread_parallelize_5d_tile_1d()
963 start_m += tile_m; in thread_parallelize_5d_tile_2d()
964 if (start_m >= range_m) { in thread_parallelize_5d_tile_2d()
965 start_m = 0; in thread_parallelize_5d_tile_2d()
997 start_l, start_m, min(range_l - start_l, tile_l), min(range_m - start_m, tile_m)); in thread_parallelize_5d_tile_2d()
1188 start_m += tile_m; in thread_parallelize_6d_tile_2d()
1189 if (start_m >= range_m) { in thread_parallelize_6d_tile_2d()
[all …]
/dports/deskutils/egroupware/egroupware/calendar/js/
H A Det2_widget_event.ts377 hour: event.start_m / 60,
378 minute: event.start_m % 60,
732 hour: event.start_m / 60,
733 minute: event.start_m % 60,
759 (event.end_m - event.start_m);
766 hour: event.start_m / 60,
767 minute: event.start_m % 60,
819 if(typeof event.start_m === 'undefined')
821 event.start_m = event.start.getUTCHours() * 60 + event.start.getUTCMinutes();
/dports/multimedia/musikcube/musikcube-0.96.7/script/
H A Dbuild-win.bat26 for /f %options% %%a in ("%start%") do set start_h=%%a&set /a start_m=100%%b %% 100&set /a start_s=…
29 set /a mins=%end_m%-%start_m%
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dcdrom.FreeBSD.c109 msf.start_m = toc_buffer[1].addr.msf.minute; in get_cd_entry()
171 msf.start_m = toc_buffer[trk - 1].addr.msf.minute; in cdrom_start()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DmtlPatchLegacy.metal256 int start_m = OsdReadQuadOffset(primitiveID, im, osdBuffers.quadOffsetBuffer) & 0xff;
298 int j = (nm + start_m - v[im].zerothNeighbor) % nm;
301 Ep_im = v[im].P + v[im].e0*cosfn(nm, start_m) + v[im].e1*sinfn(nm, start_m);
362 float3 Ep_im = v[im].P + v[im].e0*cosfn(nm, start_m) + v[im].e1*sinfn(nm, start_m);
H A DhlslPatchLegacy.hlsl286 int start_m = OsdReadQuadOffset(primitiveID, im) & 0xff;
328 int j = (nm + start_m - v[im].zerothNeighbor) % nm;
331 Ep_im = v[im].P + v[im].e0*cosfn(nm, start_m) + v[im].e1*sinfn(nm, start_m);
392 float3 Ep_im = v[im].P + v[im].e0*cosfn(nm, start_m) + v[im].e1*sinfn(nm, start_m);
H A DglslPatchLegacy.glsl286 int start_m = OsdReadQuadOffset(primitiveID, im) & 0xff;
328 int j = (nm + start_m - v[im].zerothNeighbor) % nm;
331 Ep_im = v[im].P + v[im].e0*cosfn(nm, start_m) + v[im].e1*sinfn(nm, start_m);
392 vec3 Ep_im = v[im].P + v[im].e0 * cosfn(nm, start_m) + v[im].e1*sinfn(nm, start_m);
/dports/biology/py-biopython/biopython-1.79/Bio/
H A Dpairwise2.py1367 start_m = begin # Begin of match line (how many spaces to include)
1374 start_m = max(len(start1), len(start2))
1376 start_m = 0
1386 s1_line = ["{:>{width}}".format(start1, width=start_m)] # seq1 line
1387 m_line = [" " * start_m] # match line
1388 s2_line = ["{:>{width}}".format(start2, width=start_m)] # seq2 line
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dalignmgr.c3188 Uint4 start_m; in AlnMgrGetNextAlnBit() local
3224 start_m = amp->prev; in AlnMgrGetNextAlnBit()
3246 if ((stop_m - start_m) > 0) in AlnMgrGetNextAlnBit()
3268 amp->prev = start_m + 1; in AlnMgrGetNextAlnBit()
3314 start_m = amp->prev_sap; in AlnMgrGetNextAlnBit()
3410 start_m = amp->prev; in AlnMgrGetNextAlnBit()
3415 amp->prev = start_m; in AlnMgrGetNextAlnBit()
3483 start_m = amp->prev; in AlnMgrGetNextAlnBit()
3488 amp->prev = start_m; in AlnMgrGetNextAlnBit()
3571 amp->prev = start_m; in AlnMgrGetNextAlnBit()
[all …]
/dports/audio/xcd/xcd/
H A Dcdplayer.cc397 play_msf (int start_m, int start_s, int start_f) in play_msf() argument
402 a.start_m = start_m; in play_msf()
/dports/devel/pthreadpool/pthreadpool-0.1-126-gb8374f8/test/
H A Dpthreadpool.cc5560 EXPECT_LT(start_m, kParallelize5DTile1DRangeM); in CheckBounds5DTile1D()
5632 for (size_t m = start_m; m < start_m + tile_m; m++) { in SetTrue5DTile1D()
5701 for (size_t m = start_m; m < start_m + tile_m; m++) { in Increment5DTile1D()
5842 for (size_t m = start_m; m < start_m + tile_m; m++) { in IncrementSame5DTile1D()
5934 EXPECT_LT(start_m, kParallelize5DTile2DRangeM); in CheckBounds5DTile2D()
6013 for (size_t m = start_m; m < start_m + tile_m; m++) { in SetTrue5DTile2D()
6084 for (size_t m = start_m; m < start_m + tile_m; m++) { in Increment5DTile2D()
6227 for (size_t m = start_m; m < start_m + tile_m; m++) { in IncrementSame5DTile2D()
7117 for (size_t m = start_m; m < start_m + tile_m; m++) { in SetTrue6DTile2D()
7192 for (size_t m = start_m; m < start_m + tile_m; m++) { in Increment6DTile2D()
[all …]
/dports/mail/exim-mysql/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/mail/exim/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dspam.c64 unsigned int start_h = 0, start_m = 0, start_s = 0; in spamd_param() local
75 || sscanf(CS s, "%u.%u.%u", &start_h, &start_m, &start_s) == 0 in spamd_param()
89 time_start = start_h*3600 + start_m*60 + start_s; in spamd_param()
/dports/accessibility/gammy/gammy-0.9.64/src/
H A Dgammactl.cpp245 const auto start_m = time_str.substr(3, 2); in adjustTemperature() local
246 t = QTime(std::stoi(start_h), std::stoi(start_m)); in adjustTemperature()
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dstructure.h124 unsigned char start_m; member
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/actions/
H A Drange.c215 Marker * start_m = in check_start_end_markers() local
218 (ArrangerObject *) start_m; in check_start_end_markers()
223 g_assert_nonnull (start_m); in check_start_end_markers()
/dports/sysutils/cdrkit/cdrkit-1.1.11/icedax/
H A Dmycdrom.h119 #define cdmsf_min0 start_m

123