Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs471 fn as_u32(self) -> u32; in as_u32() method
483 fn as_u32(self) -> u32 { in as_u32() method
501 fn as_u32(self) -> u32 { in as_u32() method
/third_party/alsa-lib/src/pcm/
Dplugin_ops.h46 #define as_u32(ptr) (*(uint32_t*)(ptr)) macro