Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dgeneric.rs120 fn qmap<T, F>(t: T, f: F) -> T in qmap() function
252 qmap(self, |x| {
258 qmap(self, |x| {
264 qmap(self, |x| {
270 qmap(self, |x| {
280 qmap(self, |x| x.rotate_left(32))
331 qmap(self, |x| x.rotate_right(7)) in rotate_each_word_right7()
335 qmap(self, |x| x.rotate_right(8)) in rotate_each_word_right8()
339 qmap(self, |x| x.rotate_right(11)) in rotate_each_word_right11()
343 qmap(self, |x| x.rotate_right(12)) in rotate_each_word_right12()
[all …]