Home
last modified time | relevance | path

Searched refs:this_ts (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/csuite/timestamp_abort/
H A Dmain.c125 uint64_t i, last_ts, oldest_ts, this_ts; in thread_ts_run() local
149 this_ts = th_ts[i]; in thread_ts_run()
150 if (this_ts == 0) in thread_ts_run()
152 else if (this_ts < oldest_ts) in thread_ts_run()
153 oldest_ts = this_ts; in thread_ts_run()
/dports/multimedia/msdl/msdl-1.2.7-r2/src/
H A Dreal.c1083 uint32_t last_ts = 0,this_ts = 0; in real_get_last_npt_of_file() local
1133 this_ts = ph.timestamp; in real_get_last_npt_of_file()
1141 if(this_ts > last_ts) { /* renew ts */ in real_get_last_npt_of_file()
1142 last_ts = this_ts; in real_get_last_npt_of_file()
1144 this_ts = 0; in real_get_last_npt_of_file()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/csuite/schema_abort/
H A Dmain.c474 uint64_t i, last_ts, oldest_ts, this_ts; in thread_ts_run() local
498 this_ts = th_ts[i].ts; in thread_ts_run()
499 if (this_ts == 0) in thread_ts_run()
501 else if (this_ts < oldest_ts) in thread_ts_run()
502 oldest_ts = this_ts; in thread_ts_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c8235 uint32_t this_ts = 0; in rtp_common_write() local
8396 this_ts = rtp_session->ts_norm.ts; in rtp_common_write()
8522 this_ts = ntohl(send_msg->header.ts); in rtp_common_write()
8524 ts_delta = abs((int32_t)(this_ts - rtp_session->last_write_ts)); in rtp_common_write()
8530 …H_LOG_ERROR, "WRITE TS LAST:%u THIS:%u DELTA:%u\n", rtp_session->last_write_ts, this_ts, ts_delta); in rtp_common_write()
8729 rtp_session->last_write_ts = this_ts; in rtp_common_write()