Home
last modified time | relevance | path

Searched defs:epoch (Results 1 – 25 of 184) sorted by relevance

12345678

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Donce.hpp67 volatile thread_detail::uintmax_atomic_t epoch; member
92 volatile thread_detail::uintmax_atomic_t epoch; member
130 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
178 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
222 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
265 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
309 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
353 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
397 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
443 thread_detail::uintmax_atomic_t const epoch=flag.epoch; in call_once() local
[all …]
/external/pytorch/test/distributed/elastic/utils/data/
Dcycling_iterator_test.py15 def generator(self, epoch, stride, max_epochs): argument
24 def generator_fn(epoch): argument
39 def generator_fn(epoch): argument
/external/rust/android-crates-io/crates/tikv-jemallocator/tests/
Dmalloctl.rs20 let epoch: u64 = "epoch\0".name().read().unwrap(); in ctl_get_set() localVariable
34 let epoch: u64 = "epoch\0".name().read().unwrap(); in ctl_panic_empty_set() localVariable
47 let epoch: u64 = "epoch\0".name().read().unwrap(); in ctl_panic_non_null_terminated_set() localVariable
/external/boringssl/src/ssl/
Ddtls_record.cc80 uint16_t epoch = (wire_epoch & 0x3) | current_epoch_high; in reconstruct_epoch() local
131 static bool use_dtls13_record_header(const SSL *ssl, uint16_t epoch) { in use_dtls13_record_header()
148 uint16_t epoch = reconstruct_epoch(out->type, max_epoch); in parse_dtls13_record() local
221 uint16_t epoch = out->number.epoch(); in parse_dtls12_record() local
404 static DTLSWriteEpoch *get_write_epoch(const SSL *ssl, uint16_t epoch) { in get_write_epoch()
416 size_t dtls_record_header_write_len(const SSL *ssl, uint16_t epoch) { in dtls_record_header_write_len()
428 size_t dtls_max_seal_overhead(const SSL *ssl, uint16_t epoch) { in dtls_max_seal_overhead()
442 size_t dtls_seal_prefix_len(const SSL *ssl, uint16_t epoch) { in dtls_seal_prefix_len()
451 size_t dtls_seal_max_input_len(const SSL *ssl, uint16_t epoch, size_t max_out) { in dtls_seal_max_input_len()
471 const uint8_t *in, size_t in_len, uint16_t epoch) { in dtls_seal_record()
Dd1_pkt.cc57 uint64_t epoch, seq; in dtls1_process_ack() local
264 uint16_t epoch) { in dtls1_write_record()
/external/cronet/stable/third_party/boringssl/src/ssl/
Ddtls_record.cc182 uint16_t epoch = (wire_epoch & 0x3) | current_epoch_high; in reconstruct_epoch() local
233 static bool use_dtls13_record_header(const SSL *ssl, uint16_t epoch) { in use_dtls13_record_header()
250 uint16_t epoch = reconstruct_epoch(out->type, max_epoch); in parse_dtls13_record() local
313 uint16_t epoch = out->number.epoch(); in parse_dtls12_record() local
486 static DTLSWriteEpoch *get_write_epoch(const SSL *ssl, uint16_t epoch) { in get_write_epoch()
498 size_t dtls_record_header_write_len(const SSL *ssl, uint16_t epoch) { in dtls_record_header_write_len()
510 size_t dtls_max_seal_overhead(const SSL *ssl, uint16_t epoch) { in dtls_max_seal_overhead()
524 size_t dtls_seal_prefix_len(const SSL *ssl, uint16_t epoch) { in dtls_seal_prefix_len()
533 size_t dtls_seal_max_input_len(const SSL *ssl, uint16_t epoch, size_t max_out) { in dtls_seal_max_input_len()
553 const uint8_t *in, size_t in_len, uint16_t epoch) { in dtls_seal_record()
Dd1_pkt.cc159 uint64_t epoch, seq; in dtls1_process_ack() local
343 uint16_t epoch) { in dtls1_write_record()
/external/cronet/tot/third_party/boringssl/src/ssl/
Ddtls_record.cc182 uint16_t epoch = (wire_epoch & 0x3) | current_epoch_high; in reconstruct_epoch() local
233 static bool use_dtls13_record_header(const SSL *ssl, uint16_t epoch) { in use_dtls13_record_header()
250 uint16_t epoch = reconstruct_epoch(out->type, max_epoch); in parse_dtls13_record() local
313 uint16_t epoch = out->number.epoch(); in parse_dtls12_record() local
486 static DTLSWriteEpoch *get_write_epoch(const SSL *ssl, uint16_t epoch) { in get_write_epoch()
498 size_t dtls_record_header_write_len(const SSL *ssl, uint16_t epoch) { in dtls_record_header_write_len()
510 size_t dtls_max_seal_overhead(const SSL *ssl, uint16_t epoch) { in dtls_max_seal_overhead()
524 size_t dtls_seal_prefix_len(const SSL *ssl, uint16_t epoch) { in dtls_seal_prefix_len()
533 size_t dtls_seal_max_input_len(const SSL *ssl, uint16_t epoch, size_t max_out) { in dtls_seal_max_input_len()
553 const uint8_t *in, size_t in_len, uint16_t epoch) { in dtls_seal_record()
Dd1_pkt.cc159 uint64_t epoch, seq; in dtls1_process_ack() local
343 uint16_t epoch) { in dtls1_write_record()
/external/jemalloc_new/test/unit/
Dstats.c30 uint64_t epoch; in TEST_BEGIN() local
70 uint64_t epoch; in TEST_BEGIN() local
146 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
191 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
232 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
320 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py407 def on_epoch_begin(self, epoch, logs=None): argument
421 def on_epoch_end(self, epoch, logs=None): argument
678 def on_epoch_begin(self, epoch, logs=None): argument
691 def on_epoch_end(self, epoch, logs=None): argument
921 def on_epoch_begin(self, epoch, logs=None): argument
942 def on_epoch_end(self, epoch, logs=None): argument
1045 def on_epoch_begin(self, epoch, logs=None): argument
1062 def on_epoch_end(self, epoch, logs=None): argument
1168 def on_epoch_end(self, epoch, logs=None): argument
1385 def on_epoch_begin(self, epoch, logs=None): argument
[all …]
/external/pytorch/torch/csrc/api/include/torch/data/samplers/
Ddistributed.h41 void set_epoch(size_t epoch) { in set_epoch()
45 size_t epoch() const { in epoch() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h28 u64 epoch; member
60 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add()
/external/pytorch/functorch/examples/maml_omniglot/
Dmaml-omniglot-higher.py120 def train(db, net, device, meta_opt, epoch, log): argument
195 def test(db, net, device, epoch, log): argument
Dmaml-omniglot-ptonly.py123 def train(db, net, device, meta_opt, epoch, log): argument
192 def test(db, net, device, epoch, log): argument
Dmaml-omniglot-transforms.py147 def train(db, net, device, meta_opt, epoch, log): argument
191 def test(db, net, device, epoch, log): argument
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dcontext.rs27 pub(crate) epoch: u64, field
91 pub fn epoch(&self) -> u64 { in epoch() method
/external/pytorch/torch/ao/pruning/scheduler/
Dbase_scheduler.py99 def print_sl(self, is_verbose, group, sl, epoch=None): argument
117 def step(self, epoch=None): argument
/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Dinternal.rs139 epoch: Epoch, field
164 pub(crate) epoch: CachePadded<AtomicEpoch>, field
187 let epoch = self.epoch.load(Ordering::Relaxed); in push_bag() localVariable
295 epoch: CachePadded<AtomicEpoch>, field
464 let epoch = self.epoch.load(Ordering::Relaxed); in repin() localVariable
/external/coreboot/src/drivers/tpm/
Dcr50.h10 int epoch; member
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dchrono_time_traits.hpp58 const time_type epoch; in add() local
76 const time_type epoch; in subtract() local
/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/
Diteration_steps.py2 self, ddp_model, criterion, optimizer, hook_state, epoch, index, batch argument
/external/openscreen/platform/impl/
Dtime_unittest.cc44 const std::time_t epoch = std::mktime(&epoch_tm); in TEST() local
/external/sdv/vsomeip/third_party/boost/asio/test/latency/
Dhigh_res_clock.hpp44 boost::posix_time::ptime epoch( in high_res_clock() local
/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dpassive_client.rs433 let epoch = TestEpoch::new(vec![p.clone()], &commit, auth); in generate_passive_client_proposal_tests() localVariable
450 let epoch = TestEpoch::new(proposals, &commit, auth); in generate_passive_client_proposal_tests() localVariable
472 let epoch = TestEpoch::new(vec![], &commit, auth); in commit_by_value() localVariable
675 let epoch = TestEpoch::new(add_proposals, &commit_output.commit_message, auth); in add_random_members() localVariable
720 let epoch = TestEpoch::new(vec![], &commit, auth); in remove_members() localVariable

12345678