Home
last modified time | relevance | path

Searched refs:remove_current (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_slice.c118 static void release_unused_pictures(H264Context *h, int remove_current) in release_unused_pictures() argument
125 (remove_current || &h->DPB[i] != h->cur_pic_ptr)) { in release_unused_pictures()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs27870 cursor.remove_current().unwrap() in remove()
27876 cursor.remove_current().unwrap() in remove()
28355 pub fn remove_current(&mut self) -> Option<T> { in remove_current() functions
29146 assert_eq!(cursor.remove_current(), None); in test_cursor_mut_insert()
29149 assert_eq!(cursor.remove_current(), Some(7)); in test_cursor_mut_insert()
29153 assert_eq!(cursor.remove_current(), Some(9)); in test_cursor_mut_insert()
29155 assert_eq!(cursor.remove_current(), Some(10)); in test_cursor_mut_insert()
[all...]

Completed in 59 milliseconds