Home
last modified time | relevance | path

Searched refs:next_sec (Results 1 – 25 of 52) sorted by relevance

123

/dports/misc/libemos/libemos-4.5.9-Source/pbio/
H A Dreadprod_alpha.c299 fortint next, next_sec = 4; in lentotal() local
303 if ( section2 ) next_sec--; in lentotal()
304 if ( section3 ) next_sec--; in lentotal()
321 for ( next = next_sec; next < 5 ; next++ ) { in lentotal()
359 fortint next, next_len, next_sec = 3; in bufrsize() local
401 if ( hold[11] & WMOBIT1 ) next_sec = 2; in bufrsize()
405 for ( next = next_sec; next < 5 ; next++ ) { in bufrsize()
445 fortint next, next_len, next_sec = 3; in tide_budg_size() local
H A Dreadprod.c452 fortint next, next_sec = 4; in lentotal() local
456 if ( section2 ) next_sec--; in lentotal()
457 if ( section3 ) next_sec--; in lentotal()
474 for ( next = next_sec; next < 5 ; next++ ) { in lentotal()
512 fortint next, next_sec = 3; in bufrsize() local
554 if ( hold[11] & WMOBIT1 ) next_sec = 2; in bufrsize()
558 for ( next = next_sec; next < 5 ; next++ ) { in bufrsize()
/dports/audio/rioutil/rioutil-1.5.0/librioutil/
H A Dsong_management.c662 int next_sec; in build_database_rio() local
703 next_sec = 0x14; in build_database_rio()
705 next_sec = build_db_sec_rio (rio, buf, num_tracks, taxi_buf, i, next_sec); in build_database_rio()
707 memset (&buf[next_sec * 3], 0xff, 6); in build_database_rio()
708 next_sec += 2; in build_database_rio()
711 next_sec += 2; in build_database_rio()
714 set_uint24 (buf, 3, next_sec++); in build_database_rio()
716 taxi_offset = next_sec; in build_database_rio()
722 set_uint24 (buf, 2, next_sec); in build_database_rio()
723 num_tracks_block = next_sec++; in build_database_rio()
[all …]
/dports/net/p5-Net-NBsocket/Net-NBsocket-0.24/t/
H A Dopen_udpNB.t33 sub next_sec {
91 my $now = &next_sec; # sync actions
108 $now = &next_sec($now);
133 $now = &next_sec; # sync actions
150 $now = &next_sec($now);
H A Dopen6_udpNB.t52 sub next_sec {
113 my $now = &next_sec; # sync actions
128 $now = &next_sec($now);
151 $now = &next_sec; # sync actions
168 $now = &next_sec($now);
/dports/dns/p5-Net-DNSBL-MultiDaemon/Net-DNSBL-MultiDaemon-0.39/t/
H A Dopen_udpNB.t33 sub next_sec {
91 my $now = &next_sec; # sync actions
108 $now = &next_sec($now);
133 $now = &next_sec; # sync actions
150 $now = &next_sec($now);
H A Dstatscount.t49 sub next_sec {
99 my $now = &next_sec();
125 $now = &next_sec();
181 $now = &next_sec();
219 $now = next_sec();
H A Drun_goodrcv.t66 sub next_sec {
244 $now = &next_sec();
348 &next_sec();
468 &next_sec();
643 &next_sec();
817 &next_sec();
831 &next_sec();
869 &next_sec();
1043 &next_sec();
1052 &next_sec();
[all …]
H A Dbl_lookup.t40 sub next_sec {
96 my $aval = next_sec() + $alarm;
H A Drun_timer.t66 sub next_sec {
252 &next_sec();
373 &next_sec();
H A Drun_exceptions.t65 sub next_sec {
330 my $now = &next_sec();
352 $now = &next_sec();
H A Din-addr.arpa-timeout.t74 sub next_sec {
265 &next_sec();
441 &next_sec();
/dports/dns/p5-Net-DNSBL-Statistics/Net-DNSBL-Statistics-0.14/t/
H A Drun.t64 sub next_sec {
396 next_sec();
446 next_sec();
468 next_sec();
512 next_sec();
558 next_sec();
580 next_sec();
604 next_sec();
H A Ddnsbls.t31 sub next_sec {
/dports/dns/p5-Net-DNS-ToolKit/Net-DNS-ToolKit-0.48/t/
H A Dss_id.t31 sub next_sec {
41 my $now = next_sec();
/dports/games/xjig/xjig-2.4/
H A Dxjig.C442 unsigned long next_sec=0; in main() local
691 if ((unsigned long)current_time>next_sec) { in main()
693 next_sec = (unsigned long)current_time; in main()
696 next_sec / 60, next_sec % 60 ); in main()
701 next_sec / 60, next_sec % 60 ); in main()
705 next_sec=1000000; in main()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/writer2/
H A Dindexer.py372 next_sec = sections[i+1]
374 next_sec = None
379 if False and i == 0 and next_sec is not None:
383 extra[0b0001] = next_sec.offset - data['offset']
387 if next_sec is not None:
388 buf.write(encode_tbs(last_article.index-next_sec.index,
805 next_sec = normalized_sections[s+1][0]
811 if next_sec.offset != sec.next_offset or sec.length == 0:
/dports/net/samba412/samba-4.12.15/auth/gensec/
H A Dspnego.c337 const struct gensec_security_ops_wrapper *next_sec = NULL; in gensec_spnego_create_negTokenInit_step() local
344 next_sec = &cur_sec[1]; in gensec_spnego_create_negTokenInit_step()
347 if (next_sec != NULL) { in gensec_spnego_create_negTokenInit_step()
348 next = next_sec->op->name; in gensec_spnego_create_negTokenInit_step()
553 const struct gensec_security_ops_wrapper *next_sec = NULL; in gensec_spnego_client_negTokenInit_step() local
561 next_sec = &cur_sec[1]; in gensec_spnego_client_negTokenInit_step()
579 if (allow_fallback && next_sec != NULL) { in gensec_spnego_client_negTokenInit_step()
580 next = next_sec->op->name; in gensec_spnego_client_negTokenInit_step()
1224 next_sec = &n->all_sec[i]; in gensec_spnego_server_negTokenInit_step()
1234 if (allow_fallback && next_sec != NULL) { in gensec_spnego_server_negTokenInit_step()
[all …]
/dports/security/p5-Crypt-License/Crypt-License-2.04/Notice/
H A DChanges7 update test so next_sec uses select 0.1
/dports/games/xmemory/xmemory-3.7/
H A Dport.C111 static unsigned long next_sec; variable
491 if (!next||next>next_sec) next=next_sec; in wait_event()
504 if (current_time>next_sec) { in wait_event()
505 next_sec = ((current_time/100)+1)*100; in wait_event()
509 (next_sec/100) / 60, (next_sec/100) % 60 ); in wait_event()
/dports/security/p5-Crypt-License/Crypt-License-2.04/Notice/t/
H A Dnotice.t139 $prev = &next_sec(time);
155 sub next_sec {
169 do { $tmp = &next_sec(time) } while ( $tmp < $prev + $ptr->{expires});
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c128 u64 next_sec, next_sec_in_nsec, cycles; in mlxsw_sp1_ptp_phc_settime() local
133 next_sec = div_u64(nsec, NSEC_PER_SEC) + 1; in mlxsw_sp1_ptp_phc_settime()
134 next_sec_in_nsec = next_sec * NSEC_PER_SEC; in mlxsw_sp1_ptp_phc_settime()
147 0, next_sec); in mlxsw_sp1_ptp_phc_settime()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c128 u64 next_sec, next_sec_in_nsec, cycles; in mlxsw_sp1_ptp_phc_settime() local
133 next_sec = div_u64(nsec, NSEC_PER_SEC) + 1; in mlxsw_sp1_ptp_phc_settime()
134 next_sec_in_nsec = next_sec * NSEC_PER_SEC; in mlxsw_sp1_ptp_phc_settime()
147 0, next_sec); in mlxsw_sp1_ptp_phc_settime()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c128 u64 next_sec, next_sec_in_nsec, cycles; in mlxsw_sp1_ptp_phc_settime() local
133 next_sec = div_u64(nsec, NSEC_PER_SEC) + 1; in mlxsw_sp1_ptp_phc_settime()
134 next_sec_in_nsec = next_sec * NSEC_PER_SEC; in mlxsw_sp1_ptp_phc_settime()
147 0, next_sec); in mlxsw_sp1_ptp_phc_settime()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/layout/
H A Dtree.py209 next_sec = self.children[idx - 1]
212 next_sec.children.extend(sec.children)
214 i.parent = next_sec

123