Home
last modified time | relevance | path

Searched refs:maxsec (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_wrapper.py42 print(utils.benchmark(python, maxsec=.5))
43 print(utils.benchmark(pycfunc, maxsec=.5))
44 print(utils.benchmark(overloaded, maxsec=.5))
70 print(utils.benchmark(python, maxsec=.5))
71 print(utils.benchmark(pycfunc, maxsec=.5))
72 print(utils.benchmark(overloaded, maxsec=.5))
97 print(utils.benchmark(python, maxsec=.5))
98 print(utils.benchmark(pycfunc, maxsec=.5))
99 print(utils.benchmark(overloaded, maxsec=.5))
/dports/net/openmpi3/openmpi-3.1.6/orte/test/mpi/
H A Dziaprobe.c32 unsigned long maxsec, maxusec, minutes, seconds; in main() local
155 maxsec = start_sec; in main()
159 if (timestamps[i] < maxsec) { in main()
162 if (timestamps[i] == maxsec && in main()
166 maxsec = timestamps[i]; in main()
172 maxsec = maxsec - start_sec; in main()
176 maxsec--; in main()
180 seconds = maxsec + (maxusec / 1000000l); in main()
184 fsecs = ((float)(maxsec)*1000000.0 + (float)maxusec) / 1000.0; in main()
/dports/net/openmpi/openmpi-4.1.1/orte/test/mpi/
H A Dziaprobe.c32 unsigned long maxsec, maxusec, minutes, seconds; in main() local
155 maxsec = start_sec; in main()
159 if (timestamps[i] < maxsec) { in main()
162 if (timestamps[i] == maxsec && in main()
166 maxsec = timestamps[i]; in main()
172 maxsec = maxsec - start_sec; in main()
176 maxsec--; in main()
180 seconds = maxsec + (maxusec / 1000000l); in main()
184 fsecs = ((float)(maxsec)*1000000.0 + (float)maxusec) / 1000.0; in main()
/dports/math/R-cran-influenceR/influenceR/src/
H A Dkeyplayer.c27 int keyplayer_driver(graph_t *g, int n, int k, double p, double tol, long maxsec, int *KP) in keyplayer_driver() argument
61 } while(difftime(time(0), start) < maxsec); in keyplayer_driver()
76 int keyplayer_driver_omp(graph_t *g, int n, int k, double p, double tol, long maxsec, long sec, int… in keyplayer_driver_omp() argument
79 int ret = keyplayer_driver(g, n, k, p, tol, maxsec, KP); in keyplayer_driver_omp()
160 if (max - oldfit < tol || (difftime(time(0), fullstart) > maxsec)) { in keyplayer_driver_omp()
H A Dkeyplayer.h6 int keyplayer_driver(graph_t *g, int n, int k, double p, double tol, long maxsec, int *KP);
7 int keyplayer_driver_omp(graph_t *g, int n, int k, double p, double tol, long sec, long maxsec, int…
/dports/astro/p5-Astro-Catalog/Astro-Catalog-4.36/t/
H A Dhelper.pl111 my $maxsec = 1;
120 ok($assep < $maxsec, "compare distance between stars ($assep<$maxsec arcsec)");
209 my $maxsec = 120;
218 ok($assep < $maxsec, "compare distance between stars ($assep<$maxsec arcsec)");
/dports/multimedia/xawtv/xawtv-3.107/console/
H A Drecord.c565 int sec,maxhour,maxmin,maxsec; in main() local
572 maxsec = 0; in main()
616 if (3 != sscanf(optarg,"%d:%d:%d",&maxhour,&maxmin,&maxsec)) { in main()
618 if (2 != sscanf(optarg,"%d:%d",&maxmin,&maxsec)) { in main()
623 maxsec += maxmin * 60; in main()
624 maxsec += maxhour * 60 * 60; in main()
798 if (maxsec && sec >= maxsec) in main()
811 if (maxsec) in main()
812 printf("/%d:%02d",maxsec/60,maxsec%60); in main()
/dports/math/R-cran-influenceR/influenceR/R/
H A Dgraph_metrics.R133 keyplayer <- function(g, k, prob = 0.0, tol = 0.0001, maxsec = 120, roundsec = 30) { argument
138 if (roundsec > maxsec)
139 roundsec <- maxsec
148 …s <- .Call("snap_keyplayer_R", el_i, n, m, as.integer(k), prob, tol, as.integer(maxsec), as.intege…
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Ddrvcpcem.c437 int maxsec = self->cpc_trkhead[0x15]; in sector_offset() local
452 if (self->cpc_sector >= 0 && self->cpc_sector < maxsec) in sector_offset()
467 for (n = 0; n < maxsec; n++) in sector_offset()
477 if (self->cpc_sector >= 0 && self->cpc_sector < maxsec) in sector_offset()
487 for (n = 0; n < maxsec; n++) in sector_offset()
993 int maxsec;
1015 maxsec = cpc_self->cpc_trkhead[0x15];
1026 for (n = 0; n < maxsec; n++)
1037 for (n = 0; n < maxsec; n++)
1047 *count = maxsec;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dclockchips.h193 clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 maxsec) in clockevents_calc_mult_shift() argument
195 return clocks_calc_mult_shift(&ce->mult, &ce->shift, NSEC_PER_SEC, freq, maxsec); in clockevents_calc_mult_shift()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dclockchips.h193 clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 maxsec) in clockevents_calc_mult_shift() argument
195 return clocks_calc_mult_shift(&ce->mult, &ce->shift, NSEC_PER_SEC, freq, maxsec); in clockevents_calc_mult_shift()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dclockchips.h193 clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 maxsec) in clockevents_calc_mult_shift() argument
195 return clocks_calc_mult_shift(&ce->mult, &ce->shift, NSEC_PER_SEC, freq, maxsec); in clockevents_calc_mult_shift()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/ocsp/
H A Docsp_cl.c313 …heck_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
334 if (maxsec >= 0) in OCSP_check_validity()
336 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/ocsp/
H A Docsp_cl.c333 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
353 if (maxsec >= 0) { in OCSP_check_validity()
354 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/ocsp/
H A Docsp_cl.c333 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
353 if (maxsec >= 0) { in OCSP_check_validity()
354 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/ocsp/
H A Docsp_cl.c333 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
353 if (maxsec >= 0) { in OCSP_check_validity()
354 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/ocsp/
H A Docsp_cl.c333 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
353 if (maxsec >= 0) { in OCSP_check_validity()
354 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/ocsp/
H A Docsp_cl.c333 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
353 if (maxsec >= 0) { in OCSP_check_validity()
354 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/emulators/lisaem/lisaem-1.2.6.2/lisa/
H A Dfloppy.c496 case 3 : if (track>F->maxtrk || sec>F->maxsec || side>F->maxside ) return -1; in getsectornum()
497 return side*(F->maxtrk*F->maxsec)+(track*F->maxsec)+sec; in getsectornum()
694 …if (floppy_ram[SECTOR]>F->maxsec) { DEBUG_LOG(0,"SRC:sect:%d>max %d\n", floppy_ram[SECTOR],F->maxs… in do_floppy_read()
775 …if (floppy_ram[SECTOR]>F->maxsec) { DEBUG_LOG(0,"SRC:sect:%d>max %d\n",floppy_ram[SECTOR],F->maxse… in do_floppy_write()
1000 …if (floppy_ram[SECTOR]>F->maxsec) { DEBUG_LOG(0,"SRC:sect:%d>max %d\n",floppy_ram[SECTOR],F->maxse… in floppy_go6504()
1056 …if (floppy_ram[SECTOR]>F->maxsec) { DEBUG_LOG(0,"SRC:sect:%d>max %d\n",floppy_ram[SECTOR],F->maxse… in floppy_go6504()
/dports/security/libressl-static/libressl-3.3.5/crypto/ocsp/
H A Docsp_cl.c326 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
357 if (maxsec >= 0) { in OCSP_check_validity()
358 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/security/libressl/libressl-3.4.3/crypto/ocsp/
H A Docsp_cl.c326 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
357 if (maxsec >= 0) { in OCSP_check_validity()
358 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/ocsp/
H A Docsp_cl.c325 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
356 if (maxsec >= 0) { in OCSP_check_validity()
357 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/ocsp/
H A Docsp_cl.c325 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
356 if (maxsec >= 0) { in OCSP_check_validity()
357 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/www/obhttpd/libressl-3.4.1/crypto/ocsp/
H A Docsp_cl.c326 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
357 if (maxsec >= 0) { in OCSP_check_validity()
358 t_tmp = t_now - maxsec; in OCSP_check_validity()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man3/
H A DOCSP_resp_find_status.pod52 long sec, long maxsec);
112 leeway should be allowed in the check. If I<maxsec> is positive it indicates
176 if I<maxsec> >= 0, the current time - I<maxsec> is not past I<nextupd>.
190 account for clock skew the I<maxsec> field can be set to nonzero in
193 I<maxsec> parameter to OCSP_check_validity() can be used to limit the permitted

12345678910>>...13