Searched refs:drops (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | vpx.mak | 78 # so ffmpeg drops one of them
|
/third_party/rust/crates/syn/src/ |
H A D | lib.rs | 344 mod drops; modules
|
H A D | punctuated.rs | 34 use crate::drops::{NoDrop, TrivialDrop};
|
/third_party/libbpf/include/uapi/linux/ |
H A D | pkt_sched.h | 36 __u32 drops; /* Packets dropped because of lack of resources */ member 221 __u32 prob_drop; /* Early drops, below max threshold */ 222 __u32 forced_drop; /* Early drops, after max threshold */ 277 __u32 early; /* Early drops */ 377 __u32 early; /* Early drops */ 756 __u32 childdrop; /* drops in child qdisc */ 796 __u32 count; /* how many drops we've done since the last time we
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 3458 // `(_, Some(exact_len))` but where `.next()` drops before the last iteration. in shared_from_iter_trustedlen_panic() 9211 // `(_, Some(exact_len))` but where `.next()` drops before the last iteration. in shared_from_iter_trustedlen_panic() 13758 let drops = DROP_COUNTER.load(Ordering::SeqCst); in panic_safe() 13759 assert!(drops == 0, "Must not drop items. drops={}", drops); in panic_safe() 13763 let drops = DROP_COUNTER.load(Ordering::SeqCst); in panic_safe() 13764 assert_eq!(drops, DATASZ); in panic_safe() 29196 /// If both iterators produce the same key, this method drops the pair from 29265 // Increment length every iteration, to make sure the map drops in bulk_push() [all...] |
Completed in 44 milliseconds