Searched defs:_wLO (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_basics.h152 syscall is a single host word, _wLO.
155 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result.
156 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code.
172 SysRes_MACH=40, // MACH, result is _wLO
173 SysRes_MDEP, // MDEP, result is _wLO
174 SysRes_UNIX_OK, // UNIX, success, result is _wHI:_wLO
175 SysRes_UNIX_ERR // UNIX, error, error is _wHI:_wLO
180 UWord _wLO; member in struct:__anon13962
226 case SysRes_UNIX_OK: return sr._wLO;
240 case SysRes_UNIX_ERR: return sr._wLO;
[all...]

Completed in 63 milliseconds