Home
last modified time | relevance | path

Searched defs:GET_TYPE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dutil.h116 #define GET_TYPE(v, w) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtic30-dis.c33 #define GET_TYPE(insn) (insn & 0x80000000 ? insn & 0xC0000000 : insn & 0xE0000000) macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtic30-dis.c33 #define GET_TYPE(insn) (insn & 0x80000000 ? insn & 0xC0000000 : insn & 0xE0000000) macro
/netbsd-src/sys/dev/qbus/
H A Dqduser.h218 #define GET_TYPE(event) ((event)->vse_type) /* get entry type */ macro
/netbsd-src/sys/arch/vax/include/
H A Dqduser.h225 #define GET_TYPE(event) ((event)->vse_type) /* get entry type */ macro