Home
last modified time | relevance | path

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

/optee_rust/optee-utee/optee-utee-sys/src/
A Dtrace.rs29 level_ok: bool, in trace_printf()
A Dtee_api.rs33 value: *mut bool, in TEE_GetPropertyAsBool()
483 pub fn TEE_BigIntGetBit(src: *const TEE_BigInt, bitIndex: u32) -> bool; in TEE_BigIntGetBit()
547 pub fn TEE_BigIntRelativePrime(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> bool; in TEE_BigIntRelativePrime()
/optee_rust/optee-utee/src/
A Darithmetical.rs106 pub fn get_bit(&self, bit_index: u32) -> bool { in get_bit()
225 pub fn relative_prime(op1: &Self, op2: &Self) -> bool { in relative_prime()

Completed in 11 milliseconds