Searched refs:define_random (Results 1 – 1 of 1) sorted by relevance
/third_party/rust/crates/aho-corasick/bench/src/ |
D | random.rs | 23 define_random(c, "onebyte/match", 352, vec!["a"]); in memchr_optimizations() 24 define_random(c, "onebyte/nomatch", 0, vec!["\x00"]); in memchr_optimizations() 25 define_random(c, "twobytes/match", 352, vec!["a", "\x00"]); in memchr_optimizations() 26 define_random(c, "twobytes/nomatch", 0, vec!["\x00", "\x01"]); in memchr_optimizations() 27 define_random(c, "threebytes/match", 352, vec!["a", "\x00", "\x01"]); in memchr_optimizations() 28 define_random(c, "threebytes/nomatch", 0, vec!["\x00", "\x01", "\x02"]); in memchr_optimizations() 29 define_random( in memchr_optimizations() 35 define_random( in memchr_optimizations() 41 define_random( in memchr_optimizations() 47 define_random( in memchr_optimizations() [all …]
|