Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c1075 # define LOHI64(lo,hi) ( ((ULong)(UInt)(lo)) | (((ULong)(UInt)(hi)) << 32) ) macro
3147 LOHI64(ARG4, ARG5)); in PRE()
3633 ARG1, ARG2, LOHI64(ARG3, ARG4), ARG5, ARG6, ARG7); in PRE()
4118 ARG1, ARG2, ARG3, ARG4, ARG5, LOHI64(ARG6, ARG7) ); in PRE()
4360 (Int)ARG1, (Int)ARG2, (UInt)ARG3, LOHI64(ARG4,ARG5), ARG6, (Int)ARG7); in PRE()
4384 if (ARG1 == 5 && ARG3 == 2 && LOHI64(ARG4,ARG5) == 0 ) in POST()
8505 PRINT("mach_wait_until(%llu)", LOHI64(ARG1, ARG2)); in PRE()
8549 PRINT("mk_timer_arm(%s, %llu)", name_for_port(ARG1), LOHI64(ARG2, ARG3)); in PRE()
8911 *a1 = aRG1; *a2 = aRG2; *a3 = LOHI64(aRG3,aRG4); in munge_wwl()
8922 *a1 = aRG1; *a2 = LOHI64(aRG2,aRG3); *a3 = LOHI64(aRG4,aRG5); in munge_wll()
[all …]
Dsyswrap-linux.c517 #define LOHI64(lo,hi) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) ) macro
4749 PRINT("sys_preadv ( %ld, %#lx, %llu, %lld )",ARG1,ARG2,(ULong)ARG3,LOHI64(ARG4,ARG5)); in PRE()
4804 PRINT("sys_pwritev ( %ld, %#lx, %llu, %lld )",ARG1,ARG2,(ULong)ARG3,LOHI64(ARG4,ARG5)); in PRE()