Home
last modified time | relevance | path

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

/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs68 fn add(n0: &BigInt, n1: &BigInt) -> Result<()> { in add() function
69 let res = BigInt::add(n0, n1); in add()
113 Command::Add => add(&n0, &n1), in invoke_command()
/optee_rust/
A Dsetup.sh23 rustup component add rust-src && rustup target install aarch64-unknown-linux-gnu arm-unknown-linux-…
A DDockerfile80 add-apt-repository ppa:linuxuprising/libpng12 && \
88 rustup component add rust-src && \
A DLICENSE118 do not modify the License. You may add Your own attribution
124 You may add Your own copyright statement to Your modifications and
/optee_rust/optee-utee/src/
A Darithmetical.rs114 pub fn add(op1: &Self, op2: &Self) -> Self { in add() method
/optee_rust/licenses/
A DLICENSE-rust.txt117 do not modify the License. You may add Your own attribution
123 You may add Your own copyright statement to Your modifications and

Completed in 10 milliseconds