Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 18 of 18) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Doperator.rs56 _uploaded: u64, in poll_progress()
57 _total: Option<u64>, in poll_progress()
63 fn progress<'a>(&'a mut self, uploaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress()
82 uploaded: u64, in poll_progress()
83 total: Option<u64>, in poll_progress()
115 uploaded: u64, in poll_progress()
116 _total: Option<u64>, in poll_progress()
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
Ddeadline.rs24 pub fn new(deadline_us: u64, qos: Qos) -> Self { in new()
33 pub fn update(&mut self, new_deadline_us: u64) { in update()
54 fn ffrt_qos_interval_create(deadline_us: u64, qos: Qos) -> *mut c_void; in ffrt_qos_interval_create()
55 fn ffrt_qos_interval_update(it: *mut c_void, new_deadline_us: u64); in ffrt_qos_interval_update()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs79 pub(crate) fn elapsed(&self) -> u64 { in elapsed()
84 pub(crate) fn set_elapsed(&mut self, elapsed: u64) { in set_elapsed()
89 pub(crate) fn last_elapsed(&self) -> u64 { in last_elapsed()
94 pub(crate) fn set_last_elapsed(&mut self, last_elapsed: u64) { in set_last_elapsed()
123 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) -> Result<u64, Error> { in insert()
156 pub(crate) fn next_expiration(&self) -> Option<(usize, usize, u64)> { in next_expiration() argument
169 pub(crate) fn process_expiration(&mut self, expiration: &(usize, usize, u64)) { in process_expiration() argument
245 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>, elapsed: u64) { in insert()
278 pub(crate) fn next_expiration(&self, now: u64) -> Option<(usize, usize, u64)> { in next_expiration() argument
314 fn slot_range(level: usize) -> u64 { in slot_range()
[all …]
Dmod.rs74 pub(crate) fn expiration(&self) -> u64 { in expiration()
79 pub(crate) fn set_expiration(&mut self, expiration: u64) { in set_expiration()
93 pub(crate) fn duration(&self) -> u64 { in duration()
97 pub(crate) fn set_duration(&mut self, duration: u64) { in set_duration()
Ddriver.rs75 pub(crate) fn timer_register(&self, clock_entry: NonNull<Clock>) -> Result<u64, Error> { in timer_register()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Doperator.rs40 _downloaded: u64, in poll_progress()
41 _total: Option<u64>, in poll_progress()
64 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress()
91 downloaded: u64, in poll_progress()
92 total: Option<u64>, in poll_progress()
149 downloaded: u64, in poll_progress()
150 _total: Option<u64>, in poll_progress()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_seek.rs42 ) -> Poll<io::Result<u64>>; in poll_seek()
53 ) -> Poll<io::Result<u64>> { in poll_seek()
63 ) -> Poll<io::Result<u64>> { in poll_seek()
73 ) -> Poll<io::Result<u64>> { in poll_seek()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
Dmod.rs30 pub(crate) fn OPENSSL_init_ssl(opts: u64, settings: *const OPENSSL_INIT_SETTINGS) -> c_int; in OPENSSL_init_ssl()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
Dmod.rs71 pub fn recur_fibbo(a: u64) -> u64 { in recur_fibbo()
78 pub fn fibbo(upper: usize) -> u64 { in fibbo()
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_tokio_schedule.rs19 fn recur_fibbo(a: u64) -> u64 { in recur_fibbo()
/commonlibrary/c_utils/base/src/rust/
Ddirectory_ex.rs86 pub fn GetFolderSize(path: &CxxString) -> u64; in GetFolderSize()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Ddriver.rs134 pub(crate) fn timer_register(&self, clock_entry: NonNull<Clock>) -> Result<u64, Error> { in timer_register()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
Dasync_buf_writer.rs300 ) -> Poll<io::Result<u64>> { in poll_seek()
Dasync_buf_reader.rs225 ) -> Poll<std::io::Result<u64>> { in poll_seek()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs316 pub fn min_speed(mut self, min: u64, secs: u64) -> Self { in min_speed()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_file.rs346 ) -> Poll<io::Result<u64>> { in poll_seek()
Dasync_dir.rs273 pub async fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> { in copy()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
Dmod.rs119 pub fn total_bytes(&self) -> Option<u64> { in total_bytes()