Lines Matching refs:wLO
215 UInt wHI, UInt wLO ) in VG_()
225 res._wLO = wLO; in VG_()
232 res._wLO = wLO; in VG_()
238 res._wLO = wLO; in VG_()
248 ULong wHI, ULong wLO ) in VG_()
258 res._wLO = wLO; in VG_()
265 res._wLO = wLO; in VG_()
271 res._wLO = wLO; in VG_()
986 UInt wLO = 0, wHI = 0, err = 0; in VG_()
993 wLO = (UInt)u64; in VG_()
997 wLO = do_syscall_mach_WRK(a1,a2,a3,a4,a5,a6,a7,a8, in VG_()
1002 wLO = do_syscall_mdep_WRK(a1,a2,a3,a4,a5,a6,a7,a8, in VG_()
1010 return VG_(mk_SysRes_x86_darwin)( scclass, err ? True : False, wHI, wLO ); in VG_()
1013 ULong wLO = 0, wHI = 0, err = 0; in VG_()
1017 wLO = do_syscall_unix_WRK(a1,a2,a3,a4,a5,a6,a7,a8, in VG_()
1022 wLO = do_syscall_mach_WRK(a1,a2,a3,a4,a5,a6,a7,a8, in VG_()
1030 return VG_(mk_SysRes_amd64_darwin)( scclass, err ? True : False, wHI, wLO ); in VG_()