Home
last modified time | relevance | path

Searched refs:get_ts (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dvpar.cpp107 static const char *get_ts(void) in get_ts() function
227 get_ts(), what, data[0], data[1], pctl, pdat, in vpar_write_state()
269 get_ts(), data[0], data[1], pctl, pdat, decode_ctl(pctl,"ack")); in vpar_read_state()
274 get_ts(), pctl, pdat, decode_ctl(pctl,"ack")); in vpar_read_state()
300 printf("%s th: ACK done. delta=%llu\n",get_ts(), delta); in vpar_update()
325 printf("%s th: ACK req\n",get_ts()); in vpar_thread()
416 printf("%s wr: ctl=%02x dir=%02x %s\n", get_ts(), val, pdir, decode_ctl(val ,NULL)); in vpar_direct_write_status()
437 printf("%s RD: ctl=%02x\n", get_ts(), last_v); in vpar_direct_read_status()
447 printf("%s wr: dat=%02x dir=%02x\n", get_ts(), val, dir); in vpar_direct_write_data()
467 printf("%s RD: dat=%02x\n", get_ts(), last_v); in vpar_direct_read_data()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/services/
H A Dmessage.py23 from boto.utils import get_ts
42 self['FileAccessedDate'] = get_ts(t)
44 self['FileModifiedDate'] = get_ts(t)
46 self['FileCreateDate'] = get_ts(t)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/services/
H A Dmessage.py23 from boto.utils import get_ts
42 self['FileAccessedDate'] = get_ts(t)
44 self['FileModifiedDate'] = get_ts(t)
46 self['FileCreateDate'] = get_ts(t)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/services/
H A Dmessage.py23 from boto.utils import get_ts
42 self['FileAccessedDate'] = get_ts(t)
44 self['FileModifiedDate'] = get_ts(t)
46 self['FileCreateDate'] = get_ts(t)
/dports/devel/py-boto/boto-2.49.0/boto/services/
H A Dmessage.py23 from boto.utils import get_ts
42 self['FileAccessedDate'] = get_ts(t)
44 self['FileModifiedDate'] = get_ts(t)
46 self['FileCreateDate'] = get_ts(t)
/dports/net/httping/httping-2.5/
H A Dmssl.c69 double end = get_ts() + timeout; in READ_SSL()
76 double now = get_ts(), left = end - now; in READ_SSL()
131 double end = get_ts() + timeout; in WRITE_SSL()
138 double now = get_ts(), left = end - now; in WRITE_SSL()
190 double dstart = get_ts(); in connect_ssl()
191 double end = get_ts() + timeout; in connect_ssl()
231 double left = end - get_ts(); in connect_ssl()
262 *ssl_handshake = get_ts() - dstart; in connect_ssl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zxcvbn-cpp/data-scripts/
H A Dcount_wikipedia.py123 def get_ts(self): member in TopTokenCounter
127 ts = self.get_ts()
132 print counter.get_ts(), 'starting...'
158 print counter.get_ts(), 'sorting...'
160 print counter.get_ts(), 'done'
/dports/net/openmpi3/openmpi-3.1.6/ompi/util/
H A Dtimings.h39 opal_timing_ts_func_t get_ts; member
48 OMPI_TIMING.get_ts = opal_timing_ts_func(OPAL_TIMING_AUTOMATIC_TIMER); \
51 OMPI_TIMING.ts = OMPI_TIMING.get_ts(); \
110 OMPI_TIMING.get_ts() - OMPI_TIMING.ts; \
112 OMPI_TIMING.ts = OMPI_TIMING.get_ts(); \
176 OMPI_TIMING.ts = OMPI_TIMING.get_ts(); \
210 OMPI_TIMING.get_ts() - OMPI_TIMING.ts); \
/dports/games/banihstypos/banihstypos-0.2/
H A Dbanihstypos.c32 double get_ts(void) in get_ts() function
183 start_ts = get_ts(); in game_loop()
190 double cur_delay = delay - (get_ts() - start_ts); in game_loop()
219 if ((start_ts + delay) < get_ts()) in game_loop()
237 start_ts = get_ts(); in game_loop()
421 srand48(get_ts() + (get_ts() * 1000000) + getpid()); in main()
/dports/devel/apitrace/apitrace-9.0/wrappers/
H A Dgltrace_state.cpp59 static ThreadState *get_ts(void) in get_ts() function
131 ThreadState *ts = get_ts(); in setContext()
182 ThreadState *ts = get_ts(); in clearContext()
189 return get_ts()->current_context.get(); in getContext()
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/test/smtlib/
H A Dtest_parser_extensibility.py62 def get_ts(self, script): member in TSSmtLibParser
78 return self.get_ts(script)
96 self.ts_parser.get_ts(cStringIO(txt))
110 ts = self.ts_parser.get_ts(cStringIO(txt))
/dports/net/openmpi/openmpi-4.1.1/ompi/util/
H A Dtimings.h41 opal_timing_ts_func_t get_ts; member
53 OMPI_TIMING.get_ts = opal_timing_ts_func(OPAL_TIMING_AUTOMATIC_TIMER); \
56 OMPI_TIMING.ts = OMPI_TIMING.get_ts(); \
117 OMPI_TIMING.get_ts() - OMPI_TIMING.ts; \
119 OMPI_TIMING.ts = OMPI_TIMING.get_ts(); \
193 OMPI_TIMING.ts = OMPI_TIMING.get_ts(); \
259 OMPI_TIMING.get_ts() - OMPI_TIMING.ts); \
/dports/net/openmpi/openmpi-4.1.1/opal/util/
H A Dtimings.h38 opal_timing_ts_func_t get_ts; member
64 (_nm)->get_ts = opal_timing_ts_func(type); \
74 (_nm)->ts = (_nm)->get_ts(); \
100 time = h->get_ts() - h->ts; \
136 h->ts = h->get_ts(); \
/dports/net/openmpi3/openmpi-3.1.6/opal/util/
H A Dtimings.h38 opal_timing_ts_func_t get_ts; member
64 (_nm)->get_ts = opal_timing_ts_func(type); \
74 (_nm)->ts = (_nm)->get_ts(); \
105 time = h->get_ts() - h->ts; \
140 h->ts = h->get_ts(); \
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/logging/
H A Dlog_pipe.test.py31 def get_ts(logging_config): function
62 ts = get_ts(
122 ts = get_ts(
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Ddpa400.c53 static void get_ts(struct dpa400_header *hdr, nstime_t *ts) in get_ts() function
106 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
123 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
152 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Ddpa400.c53 static void get_ts(struct dpa400_header *hdr, nstime_t *ts) in get_ts() function
106 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
123 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
152 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Ddpa400.c53 static void get_ts(struct dpa400_header *hdr, nstime_t *ts) in get_ts() function
106 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
123 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
152 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Ddpa400.c53 static void get_ts(struct dpa400_header *hdr, nstime_t *ts) in get_ts() function
106 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
123 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
152 get_ts(&hdr, &rec->ts); in dpa400_read_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/pyami/
H A Dscriptbase.py3 from boto.utils import ShellCommand, get_ts
12 self.ts = get_ts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/pyami/
H A Dscriptbase.py3 from boto.utils import ShellCommand, get_ts
12 self.ts = get_ts()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/pyami/
H A Dscriptbase.py3 from boto.utils import ShellCommand, get_ts
12 self.ts = get_ts()
/dports/devel/py-boto/boto-2.49.0/boto/pyami/
H A Dscriptbase.py3 from boto.utils import ShellCommand, get_ts
12 self.ts = get_ts()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/util/
H A Dtimings.c92 double alloc_begin = t->get_ts(); in pmix_timing_event_alloc()
100 double alloc_end = t->get_ts(); in pmix_timing_event_alloc()
125 t->get_ts = _init_timestamping(); in pmix_timing_init()
137 ev->ts = t->get_ts(); in pmix_timing_prep_ev()
158 ev->ts = t->get_ts(); in pmix_timing_prep_ev_end()
204 ev->ts = t->get_ts(); in pmix_timing_start_id()
232 ev->ts = t->get_ts(); in pmix_timing_end()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/util/
H A Dtimings.c92 double alloc_begin = t->get_ts(); in pmix_timing_event_alloc()
100 double alloc_end = t->get_ts(); in pmix_timing_event_alloc()
125 t->get_ts = _init_timestamping(); in pmix_timing_init()
137 ev->ts = t->get_ts(); in pmix_timing_prep_ev()
158 ev->ts = t->get_ts(); in pmix_timing_prep_ev_end()
204 ev->ts = t->get_ts(); in pmix_timing_start_id()
232 ev->ts = t->get_ts(); in pmix_timing_end()

1234567