Home
last modified time | relevance | path

Searched refs:time_p (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dports/games/atanks/atanks-6.5/src/
H A Ddebug.h41 # define atanks_localtime(tm_p, time_p) localtime_s(tm_p, time_p) argument
46 # define atanks_localtime(tm_p, time_p) localtime_r(time_p, tm_p) argument
/dports/devel/distcc/distcc-3.3.5/src/
H A Dstats.c196 struct timeval time_p; in dcc_stats_calc_kid_avg() local
213 time_p.tv_usec = now.tv_usec; in dcc_stats_calc_kid_avg()
214 time_p.tv_sec = now.tv_sec - t; in dcc_stats_calc_kid_avg()
219 if ((dcc_timecmp(curr_sd->start, time_p) <= 0) && in dcc_stats_calc_kid_avg()
220 (dcc_timecmp(curr_sd->stop, time_p) >= 0)) { in dcc_stats_calc_kid_avg()
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dapp_stat.py75 time_p = self.time_result.update(
82 return time_p, moves_p, total_moves_p, score_p, score_casino_p
/dports/devel/opendht/opendht-1.10.1/src/indexation/
H A Dpht.cpp332 … Prefix& kp, IndexEntry entry, std::shared_ptr<int> lo, std::shared_ptr<int> hi, time_point time_p, in insert() argument
335 if (time_p + ValueType::USER_DATA.expiration < clock::now()) return; in insert()
352 checkPhtUpdate(p, entry, time_p); in insert()
354 dht_->put(p.hash(), std::move(entry), done_cb , time_p); in insert()
498 void Pht::checkPhtUpdate(Prefix p, IndexEntry entry, time_point time_p) { in checkPhtUpdate() argument
508 …(full, entry, std::make_shared<int>(0), std::make_shared<int>(full.size_), time_p, false, nullptr); in checkPhtUpdate()
/dports/devel/py-opendht/opendht-1.10.1/src/indexation/
H A Dpht.cpp332 … Prefix& kp, IndexEntry entry, std::shared_ptr<int> lo, std::shared_ptr<int> hi, time_point time_p, in insert() argument
335 if (time_p + ValueType::USER_DATA.expiration < clock::now()) return; in insert()
352 checkPhtUpdate(p, entry, time_p); in insert()
354 dht_->put(p.hash(), std::move(entry), done_cb , time_p); in insert()
498 void Pht::checkPhtUpdate(Prefix p, IndexEntry entry, time_point time_p) { in checkPhtUpdate() argument
508 …(full, entry, std::make_shared<int>(0), std::make_shared<int>(full.size_), time_p, false, nullptr); in checkPhtUpdate()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcDataFile.cc154 time_t time_p = time(0); in WriteTimeStamp() local
155 m_descr += cStringUtil::Stringf("# %s", ctime(&time_p)); in WriteTimeStamp()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/sdp/sipcc/
H A Dsdp_main.c1250 sdp_timespec_t *time_p, *next_time_p; in sdp_free_description() local
1266 time_p = sdp_p->timespec_p; in sdp_free_description()
1267 while (time_p != NULL) { in sdp_free_description()
1268 next_time_p = time_p->next_p; in sdp_free_description()
1269 SDP_FREE(time_p); in sdp_free_description()
1270 time_p = next_time_p; in sdp_free_description()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sipcc/
H A Dsdp_main.c1276 sdp_timespec_t *time_p, *next_time_p; in sdp_free_description() local
1292 time_p = sdp_p->timespec_p; in sdp_free_description()
1293 while (time_p != NULL) { in sdp_free_description()
1294 next_time_p = time_p->next_p; in sdp_free_description()
1295 SDP_FREE(time_p); in sdp_free_description()
1296 time_p = next_time_p; in sdp_free_description()
/dports/www/firefox/firefox-99.0/third_party/sipcc/
H A Dsdp_main.c1276 sdp_timespec_t *time_p, *next_time_p; in sdp_free_description() local
1292 time_p = sdp_p->timespec_p; in sdp_free_description()
1293 while (time_p != NULL) { in sdp_free_description()
1294 next_time_p = time_p->next_p; in sdp_free_description()
1295 SDP_FREE(time_p); in sdp_free_description()
1296 time_p = next_time_p; in sdp_free_description()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/sdp/sipcc/
H A Dsdp_main.c1244 sdp_timespec_t *time_p, *next_time_p; in sdp_free_description() local
1260 time_p = sdp_p->timespec_p; in sdp_free_description()
1261 while (time_p != NULL) { in sdp_free_description()
1262 next_time_p = time_p->next_p; in sdp_free_description()
1263 SDP_FREE(time_p); in sdp_free_description()
1264 time_p = next_time_p; in sdp_free_description()
/dports/www/firefox-esr/firefox-91.8.0/third_party/sipcc/
H A Dsdp_main.c1276 sdp_timespec_t *time_p, *next_time_p; in sdp_free_description() local
1292 time_p = sdp_p->timespec_p; in sdp_free_description()
1293 while (time_p != NULL) { in sdp_free_description()
1294 next_time_p = time_p->next_p; in sdp_free_description()
1295 SDP_FREE(time_p); in sdp_free_description()
1296 time_p = next_time_p; in sdp_free_description()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/sdp/sipcc/
H A Dsdp_main.c1274 sdp_timespec_t *time_p, *next_time_p; in sdp_free_description() local
1290 time_p = sdp_p->timespec_p; in sdp_free_description()
1291 while (time_p != NULL) { in sdp_free_description()
1292 next_time_p = time_p->next_p; in sdp_free_description()
1293 SDP_FREE(time_p); in sdp_free_description()
1294 time_p = next_time_p; in sdp_free_description()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/
H A Dpolsel_params.sage12 time_p=1.2 # P-collision for each P=2e6 take about 1.2s
117 global time_p
142 exp_time = (time_p*admax/incr + time_q*(admax/incr)*nq)*p/time_base
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Derror.h147 char *_dmalloc_ptime(const TIME_TYPE *time_p, char *buf, const int buf_size,
H A Derror.c404 char *_dmalloc_ptime(const TIME_TYPE *time_p, char *buf, const int buf_size, in _dmalloc_ptime() argument
409 secs = *time_p; in _dmalloc_ptime()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-bcm-kona.c125 uint8_t time_p; /* Timing coefficient */ member
139 uint8_t time_p; /* Timing coefficient */ member
525 (dev->std_cfg->time_p << TIM_P_SHIFT) | in bcm_kona_i2c_config_timing()
539 (dev->hs_cfg->time_p << TIM_P_SHIFT) | in bcm_kona_i2c_config_timing_hs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-bcm-kona.c125 uint8_t time_p; /* Timing coefficient */ member
139 uint8_t time_p; /* Timing coefficient */ member
525 (dev->std_cfg->time_p << TIM_P_SHIFT) | in bcm_kona_i2c_config_timing()
539 (dev->hs_cfg->time_p << TIM_P_SHIFT) | in bcm_kona_i2c_config_timing_hs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-bcm-kona.c125 uint8_t time_p; /* Timing coefficient */ member
139 uint8_t time_p; /* Timing coefficient */ member
525 (dev->std_cfg->time_p << TIM_P_SHIFT) | in bcm_kona_i2c_config_timing()
539 (dev->hs_cfg->time_p << TIM_P_SHIFT) | in bcm_kona_i2c_config_timing_hs()
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_parametric_setup.py550 time_p = ret[2]
551 if time_p <= restart_time:
552 dt = restart_time - time_p
/dports/cad/nvc/nvc-r1.5.3/src/vhpi/
H A Dvhpi_impl.c1286 void vhpi_get_time(vhpiTimeT *time_p, long *cycles) in vhpi_get_time() argument
1290 VHPI_TRACE("time_p=%p cycles=%p", time_p, cycles); in vhpi_get_time()
1295 if (time_p != NULL) { in vhpi_get_time()
1296 time_p->high = now >> 32; in vhpi_get_time()
1297 time_p->low = now & 0xffffffff; in vhpi_get_time()
1304 int vhpi_get_next_time(vhpiTimeT *time_p) in vhpi_get_next_time() argument
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/tests/cxx/parser/built-in/
H A Ddriver.cxx464 xml_schema::time_pimpl time_p; in main() local
510 time_p, in main()
/dports/devel/opendht/opendht-1.10.1/include/opendht/indexation/
H A Dpht.h376 … Prefix& kp, IndexEntry entry, std::shared_ptr<int> lo, std::shared_ptr<int> hi, time_point time_p,
479 void checkPhtUpdate(Prefix p, IndexEntry entry, time_point time_p);
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/indexation/
H A Dpht.h376 … Prefix& kp, IndexEntry entry, std::shared_ptr<int> lo, std::shared_ptr<int> hi, time_point time_p,
479 void checkPhtUpdate(Prefix p, IndexEntry entry, time_point time_p);
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_vpi.cpp2153 void vpi_get_time(vpiHandle object, p_vpi_time time_p) { in vpi_get_time() argument
2157 if (VL_UNLIKELY(!time_p)) { in vpi_get_time()
2161 if (time_p->type == vpiSimTime) { in vpi_get_time()
2165 time_p->low = itime[0]; in vpi_get_time()
2166 time_p->high = itime[1]; in vpi_get_time()
2168 } else if (time_p->type == vpiScaledRealTime) { in vpi_get_time()
2176 time_p->real = dtime; in vpi_get_time()
2179 VL_VPI_ERROR_(__FILE__, __LINE__, "%s: Unsupported type (%d)", __func__, time_p->type); in vpi_get_time()
/dports/cad/gplcver/gplcver-2.12a.src/pli_incs/
H A Dvpi_user.h734 p_vpi_time time_p,
739 p_vpi_time time_p));

12345678910>>...22