Home
last modified time | relevance | path

Searched refs:ftime (Results 1 – 25 of 2589) sorted by relevance

12345678910>>...104

/dports/sysutils/fcron/fcron-3.2.1/
H A Ddatabase.c648 max = get_nb_mdays(ftime->tm_year, ftime->tm_mon); in goto_beginning_next_period_periodical()
769 (ftime->tm_mon + 1), ftime->tm_mday, ftime->tm_wday, in goto_beginning_next_period_periodical()
955 (ftime->tm_year + 1900), (ftime->tm_mon + 1), ftime->tm_mday, in move_time_to()
956 ftime->tm_wday, ftime->tm_hour, ftime->tm_min, in move_time_to()
1165 (ftime.tm_year + 1900), (ftime.tm_mon + 1), ftime.tm_mday, in set_next_exe()
1166 ftime.tm_wday, ftime.tm_hour, ftime.tm_min, in set_next_exe()
1194 memcpy(&ftime, ft, sizeof(ftime)); in set_next_exe()
1200 (ftime.tm_mon + 1), ftime.tm_mday, ftime.tm_wday, in set_next_exe()
1201 ftime.tm_hour, ftime.tm_min, ftime.tm_sec, in set_next_exe()
1266 ftime.tm_mday, ftime.tm_wday, ftime.tm_hour, in set_next_exe()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/
H A Dhealth_check_test.go124 ftime = []time.Time{}
125 ftime = append(ftime, now.Add(-HealthCheckDeactivationWindow/10*2))
126 ftime = append(ftime, now.Add(-HealthCheckDeactivationWindow/10))
127 ftime = append(ftime, now)
133 ftime = []time.Time{}
134 ftime = append(ftime, now.Add(-HealthCheckDeactivationWindow*2))
135 ftime = append(ftime, now.Add(-HealthCheckDeactivationWindow*1))
136 ftime = append(ftime, now)
142 ftime = []time.Time{}
143 ftime = append(ftime, now.Add(-HealthCheckDeactivationWindow/10))
[all …]
/dports/benchmarks/fio/fio-3.29/tools/
H A Dfiologparser.py38 ftime = 0
40 if ftime == 0 or ts.last.end < ftime:
42 return ftime
49 while (start < ftime):
50 end = ftime if ftime < end else end
61 while (start < ftime):
62 end = ftime if ftime < end else end
73 while (start < ftime):
74 end = ftime if ftime < end else end
101 end = ftime if ftime < end else end
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/zthread/share/
H A Dftime.m422 dnl the right ftime()/_ftime() function
27 dnl is defined to be the ftime function
41 AC_ARG_WITH(ftime,
42 AC_HELP_STRING([--with-ftime],
43 [select an ftime() [default=detect]]),
50 echo "detecting for ftime() function"
58 echo "verifying POSIX ftime() function"
70 [Defined if ftime()/_ftime() is usable])
83 [ AC_MSG_CHECKING([for ftime()])
88 [Defined if ftime()/_ftime() is usable])
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/timer/wince/
H A DSDL_systimer.c46 FILETIME ftime; in wce_date() member
48 } ftime; in wce_date() local
52 SystemTimeToFileTime(&stime,&ftime.ftime); in wce_date()
53 ftime.itime/=10000; // Convert 100ns intervals to 1ms intervals in wce_date()
55 ftime.itime -= (ftime.itime % 1000); in wce_date()
56 return(ftime.itime); in wce_date()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/tests/
H A Dtest_common.py23 ftime,
72 self.assertEqual(ftime(0), '')
73 self.assertEqual(ftime(5), '5s')
74 self.assertEqual(ftime(100), '1m 40s')
75 self.assertEqual(ftime(3789), '1h 3m')
76 self.assertEqual(ftime(23011), '6h 23m')
77 self.assertEqual(ftime(391187), '4d 12h')
78 self.assertEqual(ftime(604800), '1w 0d')
79 self.assertEqual(ftime(13893086), '22w 6d')
81 self.assertEqual(ftime(61.25), '1m 1s')
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/input/tests/
H A Dtimeanimtest3.cfdg5 SQUARE[r (ftime() - 45)
6 s (sqrt(0.5)/max(sin(ftime()),
7 sin(ftime() + 90),
8 sin(ftime() + 180),
9 sin(ftime() + 270)))
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/autodiff/output/
H A Dex16opt_ic_1.out1 mu 1., steps 0, ftime 0.5
2 mu 1., steps 7, ftime 0.5
3 mu 1.000000, steps 75, ftime 0.5
5 mu 1.000000, steps 68, ftime 0.5
7 mu 1.000000, steps 68, ftime 0.5
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dgrid_soa_intersector1.h28 float ftime; variable
114 static __forceinline void intersect(RayHit& ray, const float ftime, in intersect() argument
134 Vec3<vfloat> v0 = lerp(a0,b0,vfloat(ftime)); in intersect()
135 Vec3<vfloat> v1 = lerp(a1,b1,vfloat(ftime)); in intersect()
136 Vec3<vfloat> v2 = lerp(a2,b2,vfloat(ftime)); in intersect()
144 static __forceinline bool occluded(Ray& ray, const float ftime, in occluded() argument
164 Vec3<vfloat> v0 = lerp(a0,b0,vfloat(ftime)); in occluded()
165 Vec3<vfloat> v1 = lerp(a1,b1,vfloat(ftime)); in occluded()
166 Vec3<vfloat> v2 = lerp(a2,b2,vfloat(ftime)); in occluded()
181 intersect<GridSOA::Gather3x3>( ray, pre.ftime, context, grid_x, line_offset, lines, pre); in intersect()
[all …]
H A Dsubgrid.h100 return lerp(v0,v1,ftime); in getVertexMB()
111 const float ftime) const in gatherMB()
116 const vfloat4 vtx00 = getVertexMB<vfloat4>(mesh,vtxID00,itime,ftime); in gatherMB()
117 const vfloat4 vtx01 = getVertexMB<vfloat4>(mesh,vtxID01,itime,ftime); in gatherMB()
120 const vfloat4 vtx10 = getVertexMB<vfloat4>(mesh,vtxID10,itime,ftime); in gatherMB()
121 const vfloat4 vtx11 = getVertexMB<vfloat4>(mesh,vtxID11,itime,ftime); in gatherMB()
126 const vfloat4 vtx02 = getVertexMB<vfloat4>(mesh,vtxID02,itime,ftime); in gatherMB()
128 const vfloat4 vtx12 = getVertexMB<vfloat4>(mesh,vtxID12,itime,ftime); in gatherMB()
134 const vfloat4 vtx20 = getVertexMB<vfloat4>(mesh,vtxID20,itime,ftime); in gatherMB()
168 const float ftime) const in gatherMB()
[all …]
/dports/www/pmwiki/pmwiki-2.2.141/wikilib.d/
H A DPmWiki.MarkupExpressions9ftime|ftime]]'', ''[[#strlen|strlen]]'', ''[[#rand|rand]]'', ''[[#mod|mod]]'', ''[[#to|toupper / t…
/dports/science/R-cran-cmprsk/cmprsk/R/
H A Dcmprsk.R30 function(ftime,fstatus,cov1,cov2,tf,cengroup,failcode=1,cencode=0, argument
42 d <- data.frame(ftime=ftime,fstatus=fstatus, nameattr
62 d <- d[order(d$ftime),]
63 ftime <- d$ftime
69 uuu <- matrix(0,nrow=ncg,ncol=length(ftime))
72 data.frame(ftime,cenind,cengroup),subset=cengroup==k))
83 uft <- sort(unique(ftime[fstatus==1]))
156 v <- .Fortran('crrvv',as.double(ftime),as.integer(fstatus),
183 nobs <- length(ftime)
185 fb0 <- .Fortran('crrf',as.double(ftime),as.integer(fstatus),
[all …]
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/lib/tf/
H A Dat.tf14 /let year=%{P1-$[ftime("%Y")/100]}%{P2-$[ftime("%y")]}%; \
21 /let year=$[ftime("%Y")]%; \
22 /let mon=$[ftime("%m")]%; \
23 /let day=$[ftime("%d")]%; \
44 /if (opt_v) /echo -e %% /%0: $[ftime("%F %T.%.", t)]%; /endif%; \
/dports/net/tinyfugue/tf-50b8/tf-lib/
H A Dat.tf14 /let year=%{P1-$[ftime("%Y")/100]}%{P2-$[ftime("%y")]}%; \
21 /let year=$[ftime("%Y")]%; \
22 /let mon=$[ftime("%m")]%; \
23 /let day=$[ftime("%d")]%; \
44 /if (opt_v) /echo -e %% /%0: $[ftime("%F %T.%.", t)]%; /endif%; \
/dports/devel/gnulib/gnulib-20140202-stable/doc/pastposix-functions/
H A Dftime.texi1 @node ftime
2 @section @code{ftime}
3 @findex ftime
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/ftime.html}
20 or @code{clock_gettime} instead, and use @code{ftime} only as a fallback for
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/pastposix-functions/
H A Dftime.texi1 @node ftime
2 @section @code{ftime}
3 @findex ftime
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/ftime.html}
23 or @code{clock_gettime} instead, and use @code{ftime} only as a fallback for
/dports/devel/libmba/libmba-0.9.1/src/
H A Dtime.c35 FILETIME ftime; in time_current_millis() local
38 GetSystemTimeAsFileTime(&ftime); in time_current_millis()
40 ret = ftime.dwHighDateTime; in time_current_millis()
42 ret |= ftime.dwLowDateTime; in time_current_millis()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/windows/sys/
H A Dtime.h27 FILETIME ftime; in gettimeofday() local
31 SystemTimeToFileTime(&stime, &ftime); in gettimeofday()
32 utime = (((uint64_t)ftime.dwHighDateTime) << 32) + ((uint64_t)ftime.dwLowDateTime); in gettimeofday()
/dports/textproc/domc/domc-0.8.0/src/
H A Dtimestamp.c9 FILETIME ftime; in timestamp() local
12 GetSystemTimeAsFileTime(&ftime); in timestamp()
14 ret = ftime.dwHighDateTime; in timestamp()
16 ret |= ftime.dwLowDateTime; in timestamp()
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dscene_instance.h135 float ftime; const unsigned int itime = timeSegment(t, ftime); in getLocal2World() local
137 return slerp(local2world[itime+0],local2world[itime+1],ftime); in getLocal2World()
138 return lerp(local2world[itime+0],local2world[itime+1],ftime); in getLocal2World()
162 vfloat<K> ftime; in getWorld2LocalSlerp() local
163 const vint<K> itime_k = timeSegment<K>(t, ftime); in getWorld2LocalSlerp()
170 ftime)); in getWorld2LocalSlerp()
181 return rcp(slerp(space0, space1, ftime)); in getWorld2LocalSlerp()
188 vfloat<K> ftime; in getWorld2LocalLerp() local
189 const vint<K> itime_k = timeSegment<K>(t, ftime); in getWorld2LocalLerp()
196 ftime)); in getWorld2LocalLerp()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dstimebh.inc12 function ftime(__timebuf:Ptimeb):longint;cdecl;external clib name 'ftime';
19 function ftime(var __timebuf:timeb):longint;cdecl;external clib name 'ftime';
/dports/devel/stlink/stlink-1.7.0/src/win32/
H A Dsys_time.c9 FILETIME ftime; in gettimeofday() local
14 GetSystemTimeAsFileTime(&ftime); in gettimeofday()
15 ulint.LowPart = ftime.dwLowDateTime; in gettimeofday()
16 ulint.HighPart = ftime.dwHighDateTime; in gettimeofday()
/dports/lang/ruby26/ruby-2.6.9/
H A Dstrftime.c173 rb_str_set_len(ftime, len); in resize_buffer()
175 s = RSTRING_PTR(ftime); in resize_buffer()
232 size_t len = RSTRING_LEN(ftime); in rb_strftime_with_timespec()
233 char *s = RSTRING_PTR(ftime); in rb_strftime_with_timespec()
309 rb_str_set_len(ftime, len); \ in rb_strftime_with_timespec()
319 rb_str_set_len(ftime, len); \ in rb_strftime_with_timespec()
323 s = RSTRING_PTR(ftime); \ in rb_strftime_with_timespec()
354 rb_str_append(ftime, tmp); \ in rb_strftime_with_timespec()
906 rb_str_set_len(ftime, len); in rb_strftime_with_timespec()
907 rb_str_resize(ftime, len); in rb_strftime_with_timespec()
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twflow/
H A Dautoflow.c202 INT ftime ; /* time file was modified */ local
222 ftime = YgetFileTime( filename ) ;
223 if( ftime == ERROR ){
226 input_time = MAX( ftime, input_time ) ;
257 ftime = YgetFileTime( filename ) ;
258 if( ftime == ERROR ){
261 output_time = MIN( ftime, output_time ) ;
/dports/math/nfft/nfft-3.5.2/applications/mri/mri2d/
H A Dconstruct_data_inh_3d.c49 FILE *fp,*fout,*fi,*finh,*ftime; in construct() local
60 ftime=fopen("readout_time.dat","r"); in construct()
66 fscanf(ftime,"%le ",&time); in construct()
73 fclose(ftime); in construct()
100 ftime=fopen("readout_time.dat","r"); in construct()
106 fscanf(ftime,"%le ",&my_plan.plan.x[3*j+2]); in construct()
110 fclose(ftime); in construct()

12345678910>>...104