Searched defs:i64 (Results 1 – 5 of 5) sorted by relevance
/tools/netsim/rust/common/src/util/ |
D | time_display.rs | 37 pub fn new(secs: i64, nsecs: u32) -> TimeDisplay { in new()
|
/tools/netsim/rust/libslirp-rs/src/ |
D | libslirp.rs | 867 unsafe extern "C" fn clock_get_ns_cb(opaque: *mut c_void) -> i64 { in clock_get_ns_cb() 876 fn clock_get_ns(&self) -> i64 { in clock_get_ns() 986 unsafe extern "C" fn timer_mod_cb(timer: *mut c_void, expire_time: i64, opaque: *mut c_void) { in timer_mod_cb() 999 fn timer_mod(&self, timer: *mut c_void, expire_time: i64) { in timer_mod()
|
/tools/security/remote_provisioning/hwtrust/src/dice/ |
D | entry.rs | 302 pub fn extensions(&self) -> &[(i64, Vec<u8>)] { in extensions() 391 pub fn extensions(mut self, extensions: Vec<(i64, Vec<u8>)>) -> Self { in extensions() method
|
/tools/security/remote_provisioning/hwtrust/src/cbor/ |
D | field_value.rs | 194 pub fn into_optional_i64(self) -> Result<Option<i64>, FieldValueError> { in into_optional_i64()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 1399 fn encode_fields(mut fields: HashMap<i64, Value>) -> Vec<(Value, Value)> { in encode_fields() 1403 fn serialize_fields(fields: HashMap<i64, Value>) -> Vec<u8> { in serialize_fields()
|