Home
last modified time | relevance | path

Searched refs:move_next (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/histogram/src/
Dhdr_histogram.c749 static bool move_next(struct hdr_iter* iter) in move_next() function
792 move_next(iter); in basic_iter_next()
805 bool result = move_next(iter); in all_values_iter_next()
997 if (!move_next(iter)) in iter_linear_next()
1053 if (!move_next(iter)) in log_iter_next()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs27868 cursor.move_next();
28120 pub fn move_next(&mut self) {
28217 pub fn move_next(&mut self) {
29050 cursor.move_next();
29051 cursor.move_next();
29062 cursor.move_next();
29086 cursor.move_next();
29087 cursor.move_next();
29095 cursor2.move_next();
29108 cursor.move_next();
[all …]