Home | History | Annotate | Download | only in include

Lines Matching refs:_wLO

151          syscall is a single host word, _wLO.
154 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result.
155 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code.
188 SysRes_MACH=40, // MACH, result is _wLO
189 SysRes_MDEP, // MDEP, result is _wLO
190 SysRes_UNIX_OK, // UNIX, success, result is _wHI:_wLO
191 SysRes_UNIX_ERR // UNIX, error, error is _wHI:_wLO
196 UWord _wLO;
294 return sr._wLO;
318 return sr._wLO;
331 && sr1._wLO == sr2._wLO && sr1._wHI == sr2._wHI;