Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre1.rs82 const OVEC_SIZE: usize = 15 * 3; // hopefully enough for benchmarks? in find_at() constant
83 let mut ovec: [c_int; OVEC_SIZE] = [0; OVEC_SIZE]; in find_at()
93 OVEC_SIZE as c_int, in find_at()