Searched refs:MAKE_WORD (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | netmon.h | 603 #define MAKE_WORD(l,h) (((WORD) (l)) | (((WORD) (h)) << 8)) macro 605 #define MAKE_SIG(a,b,c,d) MAKE_LONG(MAKE_WORD(a,b),MAKE_WORD(c,d))
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | netmon.h | 603 #define MAKE_WORD(l,h) (((WORD) (l)) | (((WORD) (h)) << 8)) macro 605 #define MAKE_SIG(a,b,c,d) MAKE_LONG(MAKE_WORD(a,b),MAKE_WORD(c,d))
|
Completed in 275 milliseconds