Home
last modified time | relevance | path

Searched defs:CTF_INT_OFFSET (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h279 #define CTF_INT_OFFSET(data) (((data) & 0x00ff0000) >> 16) macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dctf.h362 #define CTF_INT_OFFSET(data) (((data) & 0x00ff0000) >> 16) macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dctf.h419 #define CTF_INT_OFFSET(data) (((data) & 0x00ff0000) >> 16) macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dctf.h418 #define CTF_INT_OFFSET(data) (((data) & 0x00ff0000) >> 16) macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dctf.h419 #define CTF_INT_OFFSET(data) (((data) & 0x00ff0000) >> 16) macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dctf.h434 #define CTF_INT_OFFSET(data) (((data) & 0x00ff0000) >> 16) macro