HomeSort by relevance Sort by last modified time
    Searched refs:LOHI64 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 694 // Always use with low-numbered arg first (e.g. LOHI64(ARG1,ARG2) )
696 # define LOHI64(lo,hi) ( (lo) | ((ULong)(hi) << 32) )
    [all...]
syswrap-linux.c 447 #define LOHI64(lo,hi) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) )
    [all...]

Completed in 490 milliseconds