Home
last modified time | relevance | path

Searched refs:firsttime (Results 1 – 25 of 1155) sorted by relevance

12345678910>>...47

/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dbootgraph.pl58 my $firsttime = 99999;
75 if ($1 < $firsttime) {
76 $firsttime = $1;
98 if ($1 < $firsttime) {
99 $firsttime = $1;
165 my $mult = 1950.0 / ($maxtime - $firsttime);
184 $s = ($start{$key} - $firsttime) * $mult;
187 $e = ($end{$key} - $firsttime) * $mult;
215 my $time = $firsttime;
216 my $step = ($maxtime - $firsttime) / 15;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dbootgraph.pl58 my $firsttime = 99999;
75 if ($1 < $firsttime) {
76 $firsttime = $1;
98 if ($1 < $firsttime) {
99 $firsttime = $1;
165 my $mult = 1950.0 / ($maxtime - $firsttime);
184 $s = ($start{$key} - $firsttime) * $mult;
187 $e = ($end{$key} - $firsttime) * $mult;
215 my $time = $firsttime;
216 my $step = ($maxtime - $firsttime) / 15;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dbootgraph.pl58 my $firsttime = 99999;
75 if ($1 < $firsttime) {
76 $firsttime = $1;
98 if ($1 < $firsttime) {
99 $firsttime = $1;
165 my $mult = 1950.0 / ($maxtime - $firsttime);
184 $s = ($start{$key} - $firsttime) * $mult;
187 $e = ($end{$key} - $firsttime) * $mult;
215 my $time = $firsttime;
216 my $step = ($maxtime - $firsttime) / 15;
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/mrpt/fci/
H A Dfci_tinit.F118 double precision firsttime
122 data firstcall /.true./, firsttime/0.0d0/
125 firsttime = dble(mclock())*0.01d0
128 fci_time = dble(mclock())*0.01d0 - firsttime
132 data firstcall /.true./, firsttime/0.0d0/
134 firsttime = linux_cputime()
138 fci_time = linux_cputime() - firsttime
143 data firstcall /.true./, firsttime/0.0d0/
146 firsttime = etime(tarray)
150 fci_time = etime(tarray) - firsttime
/dports/science/nwchem-data/nwchem-7.0.2-release/src/mrpt/fci/
H A Dfci_tinit.F118 double precision firsttime
122 data firstcall /.true./, firsttime/0.0d0/
125 firsttime = dfloat(mclock())*0.01d0
128 fci_time = dfloat(mclock())*0.01d0 - firsttime
132 data firstcall /.true./, firsttime/0.0d0/
134 firsttime = linux_cputime()
138 fci_time = linux_cputime() - firsttime
143 data firstcall /.true./, firsttime/0.0d0/
146 firsttime = etime(tarray)
150 fci_time = etime(tarray) - firsttime
/dports/science/madness/madness-ebb3fd7/src/apps/moldft/fci/
H A Dfci_tinit.F118 double precision firsttime
122 data firstcall /.true./, firsttime/0.0d0/
125 firsttime = dfloat(mclock())*0.01d0
128 fci_time = dfloat(mclock())*0.01d0 - firsttime
132 data firstcall /.true./, firsttime/0.0d0/
134 firsttime = linux_cputime()
138 fci_time = linux_cputime() - firsttime
143 data firstcall /.true./, firsttime/0.0d0/
146 firsttime = etime(tarray)
150 fci_time = etime(tarray) - firsttime
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php157 if ($firsttime && $orig_srcpath) {
181 return $this->imageError($file, $firsttime, '');
297 if ($firsttime) {
362 if ($firsttime) {
655 if ($firsttime) {
716 if ($firsttime) {
814 if ($firsttime) {
865 if ($firsttime) {
924 if ($firsttime) {
941 if ($firsttime) {
[all …]
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv4.0/
H A Dmtime.c64 static double firsttime = 0; variable
91 return KSRTime() - firsttime; in TCGTIME_()
96 firsttime = KSRTime(); in MtimeReset()
105 struct hrcval firsttime; variable
109 hrcstamp(&firsttime); in MtimeReset()
127 low = (double) (current.hv_low>>1) - (double) (firsttime.hv_low>>1); in TCGTIME_()
129 high = (double) (current.hv_high - firsttime.hv_high); in TCGTIME_()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dallo.c878 if (ISPRESENT(stat) && *firsttime) in ENTF90()
940 if (ISPRESENT(stat) && *firsttime) in ENTF90()
1035 if (ISPRESENT(stat) && *firsttime) in ENTF90()
1063 if (ISPRESENT(stat) && *firsttime) in ENTF90()
1127 if (ISPRESENT(stat) && *firsttime) in ENTF90()
1153 if (ISPRESENT(stat) && *firsttime) in ENTF90()
1200 if (ISPRESENT(stat) && firsttime && *firsttime) in ENTF90()
1240 if (ISPRESENT(stat) && firsttime && *firsttime) in ENTF90()
1280 if (ISPRESENT(stat) && firsttime && *firsttime) in ENTF90()
1328 if (ISPRESENT(stat) && firsttime && *firsttime) in ENTF90()
[all …]
H A Df90alloc.h27 __INT_T *firsttime, DCHAR(errmsg) DCLEN(errmsg));
32 __POINT_T *offset, __INT_T *firsttime,
36 __INT_T *firsttime,
40 __INT_T *firsttime,
/dports/biology/infernal/infernal-1.1.3/src/
H A Dlogsum.c76 static int firsttime = TRUE; in init_ilogsum() local
77 if (!firsttime) return; in init_ilogsum()
78 firsttime = FALSE; in init_ilogsum()
140 static int firsttime = TRUE; in FLogsumInit() local
141 if (!firsttime) return; in FLogsumInit()
142 firsttime = FALSE; in FLogsumInit()
202 static int firsttime = 1;
203 if (firsttime) return;
204 firsttime = FALSE;
/dports/misc/visp/visp-3.4.0/modules/visual_features/src/visual-feature/
H A DvpFeatureLuminance.cpp301 static int firsttime = 0; in print() local
303 if (firsttime == 0) { in print()
304 firsttime = 1; in print()
319 static int firsttime = 0; in display() local
321 if (firsttime == 0) { in display()
322 firsttime = 1; in display()
337 static int firsttime = 0; in display() local
339 if (firsttime == 0) { in display()
340 firsttime = 1; in display()
H A DvpFeatureDepth.cpp423 static int firsttime = 0; in display() local
425 if (firsttime == 0) { in display()
426 firsttime = 1; in display()
440 static int firsttime = 0; in display() local
442 if (firsttime == 0) { in display()
443 firsttime = 1; in display()
H A DvpFeaturePoint3D.cpp533 static int firsttime = 0; in display() local
535 if (firsttime == 0) { in display()
536 firsttime = 1; in display()
550 static int firsttime = 0; in display() local
552 if (firsttime == 0) { in display()
553 firsttime = 1; in display()
/dports/games/tuxkart/tuxkart-0.4.0/src/
H A Dgfx.cxx55 static int firsttime = 1 ; in GFX() local
57 if ( firsttime ) in GFX()
59 firsttime = 0 ; in GFX()
143 static int firsttime = TRUE ; in done()
145 if ( firsttime ) in done()
147 firsttime = FALSE ; in done()
/dports/devel/apitrace/apitrace-9.0/helpers/
H A Dd3dshader.cpp51 static BOOL firsttime = TRUE; in DisassembleShader() local
61 if (firsttime) { in DisassembleShader()
86 firsttime = FALSE; in DisassembleShader()
139 static bool firsttime = true; in DisassembleShader() local
141 if (firsttime) { in DisassembleShader()
172 firsttime = false; in DisassembleShader()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DXawInit.c43 static int firsttime = 1; in XawInitializeWidgetSet() local
45 if (firsttime) { in XawInitializeWidgetSet()
46 firsttime = 0; in XawInitializeWidgetSet()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DXawInit.c43 static int firsttime = 1; in XawInitializeWidgetSet() local
45 if (firsttime) { in XawInitializeWidgetSet()
46 firsttime = 0; in XawInitializeWidgetSet()
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DXawInit.c45 static int firsttime = 1; in XawInitializeWidgetSet() local
47 if (firsttime) { in XawInitializeWidgetSet()
48 firsttime = 0; in XawInitializeWidgetSet()
/dports/graphics/Coin/coin-Coin-4.0.0/src/bundles/
H A DSoMaterialBundle.cpp69 this->firsttime = TRUE; // other members will be set in setUpElements in SoMaterialBundle()
122 if (this->firsttime) this->setupElements(betweenbeginend); in send()
141 if (this->firsttime) this->setupElements(FALSE); in forceSend()
179 this->firsttime = FALSE; in setupElements()
/dports/net/libtrace/libtrace-3.0.19/tools/tracesplit/
H A Dtracesplit.c20 double firsttime=0; variable
101 if (firsttime==0) { in per_packet()
104 firsttime=now-((now - starttime)%interval); in per_packet()
107 firsttime=now; in per_packet()
111 if (output && trace_get_seconds(packet)>firsttime+interval) { in per_packet()
114 firsttime+=interval; in per_packet()
138 buffer=strdupcati(buffer,(uint64_t)firsttime); in per_packet()
163 time_t filetime = firsttime; in per_packet()
/dports/sysutils/heirloom/heirloom-070715/mail/
H A Dclr_hinfo.c55 static int firsttime = 1; in clr_hinfo() local
59 if (firsttime) { in clr_hinfo()
60 firsttime = 0; in clr_hinfo()
/dports/ftp/profxp/profxp/
H A Dprofxpv3.pl9 $firsttime = 0;
25 $firsttime = 1;
39 if ($firsttime) {
/dports/cad/magic/magic-8.3.245/utils/
H A Drunstats.c174 static struct timeval firsttime, lasttime; in RunStatsRealTime() local
184 firsttime = curtime; in RunStatsRealTime()
192 totm = (curtime.tv_sec - firsttime.tv_sec) / 60; in RunStatsRealTime()
193 tots = (curtime.tv_sec - firsttime.tv_sec) % 60; in RunStatsRealTime()
194 tott = curtime.tv_usec - firsttime.tv_usec; in RunStatsRealTime()
/dports/games/xnethack/xNetHack-xnh6.1/dat/
H A Dquest.lua447 firsttime = {
712 firsttime = {
968 firsttime = {
1197 firsttime = {
1434 firsttime = {
1651 firsttime = {
1877 firsttime = {
2100 firsttime = {
2320 firsttime = {
2536 firsttime = {
[all …]

12345678910>>...47