Home
last modified time | relevance | path

Searched defs:bitreverse (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/intrinsics/
Dintrinsics-integer.rs19 pub fn bitreverse<T>(x: T) -> T; in bitreverse() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dmini_core.rs563 pub fn bitreverse<T>(x: T) -> T; in bitreverse() function
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core.rs601 pub fn bitreverse<T>(x: T) -> T; in bitreverse() function
/third_party/rust/rust/library/core/src/
Dintrinsics.rs2046 pub fn bitreverse<T: Copy>(x: T) -> T; in bitreverse() function