Home
last modified time | relevance | path

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

/optee_rust/optee-utee/optee-utee-sys/src/
A Dtrace.rs32 level_ok: bool, in trace_printf()
A Dtee_api.rs37 value: *mut bool, in TEE_GetPropertyAsBool()
492 pub fn TEE_BigIntGetBit(src: *const TEE_BigInt, bitIndex: u32) -> bool; in TEE_BigIntGetBit()
566 pub fn TEE_BigIntRelativePrime(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> bool; in TEE_BigIntRelativePrime()
/optee_rust/optee-teec/src/
A Dcontext.rs49 pub fn new_raw(fd: libc::c_int, reg_mem: bool, memref_null: bool) -> Result<raw::TEEC_Context> { in new_raw()
/optee_rust/optee-utee/src/
A Darithmetical.rs108 pub fn get_bit(&self, bit_index: u32) -> bool { in get_bit()
227 pub fn relative_prime(op1: &Self, op2: &Self) -> bool { in relative_prime()

Completed in 12 milliseconds