Home
last modified time | relevance | path

Searched defs:DWORD_LO (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/profile/
DWindowsMMap.h49 # define DWORD_LO(x) ((x) & 0xffffffff) macro
52 # define DWORD_LO(x) (x) macro
/external/compiler-rt/lib/profile/
DWindowsMMap.c25 # define DWORD_LO(x) ((x) & 0xffffffff) macro
28 # define DWORD_LO(x) (x) macro