Searched defs:bool (Results 1 – 3 of 3) sorted by relevance
29 level_ok: bool, in trace_printf()
33 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()
106 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