Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2426 #define MERGE64(lo,hi) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) ) macro
2430 #define MERGE64(hi,lo) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) ) macro
2687 ARG1, ARG2, ARG3, (Long)MERGE64(ARG4,ARG5)); in PRE()
2748 ARG1, ARG2, ARG3, (Long)MERGE64(ARG4,ARG5)); in PRE()
3355 PRINT("sys_ftruncate64 ( %lu, %llu )", ARG1, MERGE64(ARG2,ARG3)); in PRE()
3370 PRINT("sys_truncate64 ( %#lx, %lld )", ARG1, (Long)MERGE64(ARG2, ARG3)); in PRE()
Dsyswrap-linux.c519 #define MERGE64(lo,hi) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) ) macro
523 #define MERGE64(hi,lo) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) ) macro
1459 SARG1, SARG2, (Long)MERGE64(ARG3,ARG4), (Long)MERGE64(ARG5,ARG6)); in PRE()
1664 SARG1, MERGE64(ARG2,ARG3), ARG4, SARG5); in PRE()
1673 SARG1, MERGE64(ARG2,ARG3), MERGE64(ARG4,ARG5), SARG6); in PRE()
1957 SARG1, ARG2, MERGE64(ARG3,ARG4), SARG5, ARG6, (HChar *)ARG6); in PRE()
2921 SARG1, (Long)MERGE64(ARG2,ARG3), (Long)MERGE64(ARG4,ARG5),ARG6); in PRE()
2945 SARG1, ARG2, (Long)MERGE64(ARG3,ARG4), (Long)MERGE64(ARG5,ARG6)); in PRE()
3113 SARG1, (Long)MERGE64(ARG2,ARG3), ARG4); in PRE()
5258 MERGE64(ARG1,ARG2), ARG3, ARG4); in PRE()