Searched defs:W32 (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/ring/src/digest/ |
D | sha1.rs | 25 type W32 = Wrapping<u32>; typedef 29 fn parity(x: W32, y: W32, z: W32) -> W32 { in parity() 85 mut a: W32, in step3() 86 mut b: W32, in step3() 87 mut c: W32, in step3() 88 mut d: W32, in step3() 89 mut e: W32, in step3() 91 k: W32, 92 f: impl Fn(W32, W32, W32) -> W32, argument 93 ) -> (W32, W32, W32, W32, W32) { [all …]
|
/external/flatbuffers/rust/flexbuffers/src/ |
D | bitwidth.rs | 38 W32 = 2, enumerator
|
/external/flatbuffers/python/flatbuffers/ |
D | flexbuffers.py | 41 W32 = 2 # 2^2 = 4 bytes variable in BitWidth
|