Searched refs:OVEC_SIZE (Results 1 – 1 of 1) sorted by relevance
82 const OVEC_SIZE: usize = 15 * 3; // hopefully enough for benchmarks? in find_at() constant83 let mut ovec: [c_int; OVEC_SIZE] = [0; OVEC_SIZE]; in find_at()93 OVEC_SIZE as c_int, in find_at()