Home
last modified time | relevance | path

Searched refs:HIDWORD (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmingw_support.c49 cfm_flags, HIDWORD(len), LODWORD(len), NULL); in mmap()
53 map = MapViewOfFile(handle, mvf_flags, HIDWORD(offset), in mmap()
H A Dmingw_support.h35 #define HIDWORD(x) ((DWORD)(((DWORDLONG)(x) >> 32) & 0xffffffff)) macro