Home
last modified time | relevance | path

Searched defs:rem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/hvb/libhvb/src/deps/
H A Dhvb_sysdeps.c105 uint32_t rem = (uint32_t)(*dividend % 10); in hvb_div_by_10() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs191 let rem = poll_ready!(self.as_mut().poll_fill_buf(cx))?; in poll_read() localVariable