Home
last modified time | relevance | path

Searched defs:i32 (Results 1 – 5 of 5) sorted by relevance

/optee_rust/optee-utee/src/
A Dtrace.rs40 pub fn set_level(level: i32) { in set_level()
A Darithmetical.rs77 pub fn convert_from_s32(&mut self, short_val: i32) { in convert_from_s32()
81 pub fn convert_to_s32(&self) -> Result<i32> { in convert_to_s32()
92 pub fn compare_big_int(&self, target: &Self) -> i32 { in compare_big_int()
96 pub fn compare_s32(&self, target: i32) -> i32 { in compare_s32()
233 pub fn is_probable_prime(&self, confidence_level: u32) -> i32 { in is_probable_prime()
A Dobject.rs1331 pub fn seek(&self, offset: i32, whence: Whence) -> Result<()> { in seek()
/optee_rust/optee-utee/optee-utee-sys/src/
A Dtee_api.rs114 ) -> i32; in TEE_MemCompare()
239 offset: i32, in TEE_SeekObjectData()
464 sign: i32, in TEE_BigIntConvertFromOctetString()
472 pub fn TEE_BigIntConvertToS32(dest: *mut i32, src: *const TEE_BigInt) -> TEE_Result; in TEE_BigIntConvertToS32()
476 pub fn TEE_BigIntCmp(op1: *const TEE_BigInt, op2: *const TEE_BigInt) -> i32; in TEE_BigIntCmp()
477 pub fn TEE_BigIntCmpS32(op: *const TEE_BigInt, shortVal: i32) -> i32; in TEE_BigIntCmpS32()
555 pub fn TEE_BigIntIsProbablePrime(op: *const TEE_BigInt, confidenceLevel: u32) -> i32; in TEE_BigIntIsProbablePrime()
A Dutee_syscalls.rs225 pub fn _utee_storage_obj_seek(obj: c_ulong, offset: i32, whence: c_ulong) -> TEE_Result; in _utee_storage_obj_seek()

Completed in 18 milliseconds