Home
last modified time | relevance | path

Searched refs:LODWORD (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()
54 LODWORD(offset), len); in mmap()
H A Dmingw_support.h34 #define LODWORD(x) ((DWORD)((DWORDLONG)(x))) macro