Home
last modified time | relevance | path

Searched refs:w_time (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/samba412/samba-4.12.15/source4/libcli/
H A Dclitrans2.c70 time_t *w_time, size_t *size, uint16_t *mode, in smbcli_qpathinfo2() argument
97 if (w_time) { in smbcli_qpathinfo2()
98 *w_time = nt_time_to_unix(parms.all_info.out.write_time); in smbcli_qpathinfo2()
147 time_t *w_time, ino_t *ino) in smbcli_qfileinfo() argument
175 if (w_time) { in smbcli_qfileinfo()
176 *w_time = nt_time_to_unix(parms.all_info.out.write_time); in smbcli_qfileinfo()
H A Dlibcli.h314 time_t *w_time, size_t *size, uint16_t *mode,
328 time_t *w_time, ino_t *ino);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/libcli/
H A Dclitrans2.c70 time_t *w_time, size_t *size, uint16_t *mode, in smbcli_qpathinfo2() argument
97 if (w_time) { in smbcli_qpathinfo2()
98 *w_time = nt_time_to_unix(parms.all_info.out.write_time); in smbcli_qpathinfo2()
147 time_t *w_time, ino_t *ino) in smbcli_qfileinfo() argument
175 if (w_time) { in smbcli_qfileinfo()
176 *w_time = nt_time_to_unix(parms.all_info.out.write_time); in smbcli_qfileinfo()
/dports/net/ryu/ryu-4.26/ryu/tests/integrated/common/
H A Dryubgp.py205 def run(self, wait=False, w_time=WAIT_FOR_BOOT): argument
206 w_time = super(RyuBGPContainer,
207 self).run(wait=wait, w_time=self.WAIT_FOR_BOOT)
208 return w_time
H A Dquagga.py43 def run(self, wait=False, w_time=WAIT_FOR_BOOT): argument
44 w_time = super(QuaggaBGPContainer,
45 self).run(wait=wait, w_time=self.WAIT_FOR_BOOT)
46 return w_time
H A Ddocker_base.py639 def run(self, wait=False, w_time=WAIT_FOR_BOOT): argument
643 time.sleep(w_time)
644 return w_time
/dports/games/xsoldier/xsoldier-1.8/
H A Dmain.c55 static int w_time = -1; variable
194 w_time = a; in arginit()
195 if (w_time > WAIT) in arginit()
389 if (w_time < 0) in init()
392 waittime = w_time; in init()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dfm4op.c182 p->w_time[0] = p->w_time[1] = p->w_time[2] = p->w_time[3] = FL(0.0); in FM4Op_loadWaves()
226 Wave_tick(&p->w_time[1], (int32_t)p->waves[1]->flen, p->waves[1]->ftable, in FM4Alg5_tick()
232 Wave_tick(&p->w_time[3], (int32_t)p->waves[3]->flen, p->waves[3]->ftable, in FM4Alg5_tick()
238 Wave_tick(&p->w_time[0], (int32_t)p->waves[0]->flen, p->waves[0]->ftable, in FM4Alg5_tick()
241 Wave_tick(&p->w_time[2], (int32_t)p->waves[2]->flen, p->waves[2]->ftable, in FM4Alg5_tick()
483 Wave_tick(&p->w_time[2], (int32_t)p->waves[2]->flen, p->waves[2]->ftable, in FM4Alg3_tick()
488 Wave_tick(&p->w_time[3], (int32_t)p->waves[3]->flen, p->waves[3]->ftable, in FM4Alg3_tick()
493 Wave_tick(&p->w_time[1], (int32_t)p->waves[1]->flen, p->waves[1]->ftable, in FM4Alg3_tick()
499 Wave_tick(&p->w_time[0], (int32_t)p->waves[0]->flen, p->waves[0]->ftable, in FM4Alg3_tick()
592 Wave_tick(&p->w_time[3], (int32_t)p->waves[3]->flen, p->waves[3]->ftable, in FM4Alg8_tick()
[all …]
H A Dfm4op.h72 MYFLT w_time[4]; member
95 MYFLT w_time[4]; member
H A Dmodal4.c123 m->w_time = FL(0.0); in Modal4_strike()
156 m->w_time += m->w_rate; /* Update current time */ in Modal4_tick()
157 if (m->w_time >= length) { /* Check for end of sound */ in Modal4_tick()
158 m->w_time = (MYFLT)(length-1); /* stick at end */ in Modal4_tick()
161 else if (m->w_time < FL(0.0)) /* Check for end of sound */ in Modal4_tick()
162 m->w_time = FL(0.0); /* stick at beg */ in Modal4_tick()
164 temp_time = m->w_time; in Modal4_tick()
339 p->m4.w_time = FL(0.0); in marimba()
H A Dmodal4.h44 MYFLT w_time; member
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_timer.c233 struct timespec w_time; in _cs_timer_wall_clock_gettime() local
234 (void)clock_gettime(CLOCK_REALTIME, &w_time); in _cs_timer_wall_clock_gettime()
235 timer->sec = w_time.tv_sec; in _cs_timer_wall_clock_gettime()
236 timer->nsec = w_time.tv_nsec; in _cs_timer_wall_clock_gettime()
/dports/math/libocas/libocas_v096/
H A Dmsvmocas_light_mex.c282 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
304 mxSetField(plhs[1],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
H A Dmsvmocas_mex.c273 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
295 mxSetField(plhs[1],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
H A Dsvmocas_bool_mex.c276 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
306 mxSetField(plhs[2],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
H A Dsvmocas_lbp_mex.c351 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
381 mxSetField(plhs[2],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
H A Dsvmocas_light_mex.c321 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
349 mxSetField(plhs[2],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
H A Dsvmocas_parseout.m104 i = strmatch('w_time',lines);
108 timing.w_time = str2num(l(b+length(':'):b+e-2));
H A Dlibocas.c103 ocas.w_time = 0; in svm_ocas_solver_nnw()
313 ocas.w_time += get_time() - start_time; in svm_ocas_solver_nnw()
561 ocas.w_time = 0; in svm_ocas_solver()
739 ocas.w_time += get_time() - start_time; in svm_ocas_solver()
986 ocas.w_time = 0; in svm_ocas_solver_difC()
1174 ocas.w_time += get_time() - start_time; in svm_ocas_solver_difC()
1495 ocas.w_time = 0; in msvm_ocas_solver()
1697 ocas.w_time += get_time() - start_time; in msvm_ocas_solver()
H A Dlibocas.h53 double w_time; /* time spent in computing parameter vector */ member
H A Dsvmocas_nnw_mex.c375 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
448 mxSetField(plhs[2],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
H A Dsvmocas_mex.c383 ocas.add_time, ocas.w_time, ocas.print_time, ocas.ocas_time, total_time); in mexFunction()
463 mxSetField(plhs[2],0,"w_time",mxCreateDoubleScalar(ocas.w_time)); in mexFunction()
/dports/net/samba412/samba-4.12.15/source4/torture/basic/
H A Dbase.c236 time_t c_time, a_time, m_time, w_time, m_time2; in run_trans2test() local
309 …if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, fname, &c_time, &a_time, &m_time, &w_time, &size… in run_trans2test()
313 if (w_time < 60*60*24*2) { in run_trans2test()
314 torture_comment(tctx, "write time=%s", ctime(&w_time)); in run_trans2test()
330 …if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, "\\trans2\\", &c_time, &a_time, &m_time, &w_time in run_trans2test()
339 …(smbcli_qpathinfo2(cli->tree, "\\trans2\\", &c_time, &a_time, &m_time2, &w_time, &size, NULL, NULL… in run_trans2test()
1838 time_t c_time, a_time, m_time, w_time, c_time1; in run_birthtimetest() local
1874 &a_time, &m_time, &w_time, &size, NULL, NULL))) { in run_birthtimetest()
1900 &c_time,&a_time,&m_time,&w_time, &size, NULL, NULL))){ in run_birthtimetest()
1918 &c_time1, &a_time, &m_time,&w_time,&size,NULL,NULL))){ in run_birthtimetest()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/fat/
H A Dfat_fs.h114 uint16_t w_time; member
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/basic/
H A Dbase.c224 time_t c_time, a_time, m_time, w_time, m_time2; in run_trans2test() local
295 …if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, fname, &c_time, &a_time, &m_time, &w_time, &size… in run_trans2test()
299 if (w_time < 60*60*24*2) { in run_trans2test()
300 torture_comment(tctx, "write time=%s", ctime(&w_time)); in run_trans2test()
316 …if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, "\\trans2\\", &c_time, &a_time, &m_time, &w_time in run_trans2test()
325 …(smbcli_qpathinfo2(cli->tree, "\\trans2\\", &c_time, &a_time, &m_time2, &w_time, &size, NULL, NULL… in run_trans2test()

12