Home
last modified time | relevance | path

Searched refs:uref (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dindirect_reference_table.h355 static constexpr uint32_t DecodeIndex(uintptr_t uref) { in DecodeIndex() argument
356 return static_cast<uint32_t>((uref >> kKindBits) >> kSerialBits); in DecodeIndex()
362 static constexpr IndirectRefKind DecodeIndirectRefKind(uintptr_t uref) { in DecodeIndirectRefKind() argument
363 return static_cast<IndirectRefKind>(uref & kKindMask); in DecodeIndirectRefKind()
370 static constexpr uint32_t DecodeSerial(uintptr_t uref) { in DecodeSerial() argument
371 return static_cast<uint32_t>(uref >> kKindBits) & kShiftedSerialMask; in DecodeSerial()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dhiddev.h97 struct hiddev_usage_ref uref; member