Home
last modified time | relevance | path

Searched defs:rotate_index (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/portable-simd/crates/core_simd/src/
Dswizzle.rs220 const fn rotate_index<const OFFSET: usize, const LANES: usize>() -> [usize; LANES] { in rotate_lanes_left() function
246 const fn rotate_index<const OFFSET: usize, const LANES: usize>() -> [usize; LANES] { in rotate_lanes_right() function
/third_party/openssl/apps/lib/
Dapps.c1773 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() function