Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/include/
H A Dprofileio.h61 #define COUNT_BIT_MASK 0x03 macro
/netbsd-src/sys/arch/shark/shark/
H A Dprofile.c601 count = lr & COUNT_BIT_MASK; in profEnter()