Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_event.c83 uint32_t masked; in PlatformEventPost() local
136 uint32_t masked = 0; in PlatformEventRead() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dwheel.rs203 let mut masked = (expiration ^ elapsed) | SLOT_MASK; in find_level() localVariable