| /external/rust/crates/crossbeam-epoch/src/ |
| D | epoch.rs | 18 pub(crate) struct Epoch { struct 23 impl Epoch { implementation 49 pub(crate) fn pinned(self) -> Epoch { in pinned() 57 pub(crate) fn unpinned(self) -> Epoch { in unpinned() 67 pub(crate) fn successor(self) -> Epoch { in successor() 92 pub(crate) fn load(&self, ord: Ordering) -> Epoch { in load() 100 pub(crate) fn store(&self, epoch: Epoch, ord: Ordering) { in store() 120 current: Epoch, in compare_exchange() 121 new: Epoch, in compare_exchange() 124 ) -> Result<Epoch, Epoch> { in compare_exchange() argument
|
| D | internal.rs | 230 pub(crate) fn try_advance(&self, guard: &Guard) -> Epoch { in try_advance()
|
| /external/rust/crates/quiche/src/recovery/ |
| D | reno.rs | 63 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked() 71 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked() 111 epoch: packet::Epoch, now: Instant, in congestion_event()
|
| D | mod.rs | 319 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent() 398 &mut self, epoch: packet::Epoch, now: Instant, packet_size: usize, in schedule_next_packet() 421 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received() 644 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded() 774 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space() 795 ) -> (Option<Instant>, packet::Epoch) { in pto_time_and_space() 862 &mut self, epoch: packet::Epoch, now: Instant, trace_id: &str, in detect_lost_packets() 941 fn drain_packets(&mut self, epoch: packet::Epoch, now: Instant) { in drain_packets() 973 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked() 1005 epoch: packet::Epoch, now: Instant, in on_packets_lost() [all …]
|
| D | cubic.rs | 200 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked() 208 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked() 351 epoch: packet::Epoch, now: Instant, in congestion_event()
|
| D | hystart.rs | 131 &mut self, epoch: packet::Epoch, packet: &recovery::Acked, rtt: Duration, in on_packet_acked()
|
| /external/pigweed/pw_chrono/public/pw_chrono/ |
| D | epoch.h | 18 enum class Epoch { enum
|
| /external/llvm/lib/Fuzzer/ |
| D | FuzzerIO.cpp | 40 static void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive() 100 long *Epoch, size_t MaxSize) { in ReadDirToVectorOfUnits()
|
| D | FuzzerInternal.h | 382 void ReadDir(const std::string &Path, long *Epoch, size_t MaxSize) { in ReadDir()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | EpochTracker.h | 36 uint64_t Epoch; variable
|
| D | SmallPtrSet.h | 278 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | EpochTracker.h | 38 uint64_t Epoch; variable
|
| /external/rust/crates/quiche/src/ |
| D | packet.rs | 57 pub enum Epoch { enum 66 impl Epoch { implementation 69 pub fn epochs(range: RangeInclusive<Epoch>) -> &'static [Epoch] { in epochs() 78 impl Display for Epoch { implementation 143 pub(crate) fn to_epoch(self) -> Result<Epoch> { in to_epoch()
|
| D | lib.rs | 6570 recv_path_id: usize, epoch: packet::Epoch, now: time::Instant, in process_frame() 7023 fn drop_epoch_state(&mut self, epoch: packet::Epoch, now: time::Instant) { in drop_epoch_state()
|
| /external/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerIOPosix.cpp | 55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
|
| D | FuzzerIO.cpp | 101 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch, in ReadDirToVectorOfUnits()
|
| D | FuzzerIOWindows.cpp | 113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
|
| /external/rust/crates/quiche/src/recovery/bbr/ |
| D | mod.rs | 298 r: &mut Recovery, packets: &[Acked], _epoch: packet::Epoch, now: Instant, in on_packets_acked() 324 _epoch: packet::Epoch, now: Instant, in congestion_event()
|