Home
last modified time | relevance | path

Searched defs:res (Results 1 – 3 of 3) sorted by relevance

/optee_rust/optee-utee/src/
A Darithmetical.rs116 let mut res = Self::new(bits); in add() variables
123 let mut res = Self::new(bits); in sub() variables
129 let mut res = Self::new(Self::get_bit_count(op)); in neg() variables
136 let mut res = Self::new(bits); in multiply() variables
142 let mut res = Self::new(2 * Self::get_bit_count(op)); in square() variables
169 let mut res = Self::new(Self::get_bit_count(n)); in module() variables
175 let mut res = Self::new(Self::get_bit_count(n)); in add_mod() variables
188 let mut res = Self::new(Self::get_bit_count(n)); in sub_mod() variables
201 let mut res = Self::new(Self::get_bit_count(n)); in mul_mod() variables
214 let mut res = Self::new(Self::get_bit_count(n)); in square_mod() variables
[all …]
A Dobject.rs92 let mut res = AttributeMemref::new_ref(); in from_ref() variables
139 let mut res = AttributeValue::new_value(); in from_value() variables
/optee_rust/examples/digest-rs/host/src/
A Dmain.rs64 let mut res = hash.to_vec(); in main() variables

Completed in 11 milliseconds