Searched defs:HIWORD (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/vax/boot/boot/
H A Dif_qe.c81 #define HIWORD(x) (((int)(x) >> 16) & 0x3f) macro
[all...]
H A Dif_de.c83 #define HIWORD(x) (((u_int)(x) >> 16) & 0x3) macro
/netbsd-current/sys/dev/qbus/
H A Dif_de.c189 #define HIWORD(x) (((int)(x) >> 16) & 0x3) macro
H A Dif_il.c134 #define HIWORD(x) (((int)(x) >> 16) & 0x3) macro
H A Dif_qe.c117 #define HIWORD(x) (((int)(x) >> 16) & 0x3f) macro
[all...]
H A Dts.c147 #define HIWORD(x) (((int)(x) >> 16) & 0x3f) macro
/netbsd-current/sys/arch/m68k/m68k/
H A Ddb_trace.c148 #define HIWORD 0xffff0000 macro
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dhopf6039.h25 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF)) macro

Completed in 109 milliseconds