Home
last modified time | relevance | path

Searched defs:LOWORD (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/vax/boot/boot/
H A Dif_qe.c80 #define LOWORD(x) ((int)(x) & 0xffff) macro
H A Dif_de.c82 #define LOWORD(x) ((u_int)(x) & 0xffff) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d40 ushort LOWORD(ulong l) { in LOWORD() function
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_trace.c149 #define LOWORD 0x0000ffff macro
/netbsd-src/sys/dev/qbus/
H A Dif_il.c133 #define LOWORD(x) ((int)(x) & 0xffff) macro
H A Dif_de.c188 #define LOWORD(x) ((int)(x) & 0xffff) macro
H A Dif_qe.c116 #define LOWORD(x) ((int)(x) & 0xffff) macro
H A Dts.c146 #define LOWORD(x) ((int)(x) & 0xffff) macro
/netbsd-src/external/bsd/ntp/dist/include/
H A Dhopf6039.h24 #define LOWORD(l) ((WORD)(l)) macro