OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wHI
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
m_syscall.c
183
UInt
wHI
, UInt wLO )
194
res._wHI =
wHI
;
199
vg_assert(
wHI
== 0);
205
vg_assert(
wHI
== 0);
216
ULong
wHI
, ULong wLO )
227
res._wHI =
wHI
;
232
vg_assert(
wHI
== 0);
238
vg_assert(
wHI
== 0);
744
UInt wLO = 0,
wHI
= 0, err = 0;
752
wHI
= (UInt)(u64 >> 32)
[
all
...]
pub_core_syscall.h
81
UInt
wHI
, UInt wLO );
83
ULong
wHI
, ULong wLO );
m_signals.c
429
UInt
wHI
= 0;
434
wHI
= ss->__edx;
447
wHI
, wLO );
485
ULong
wHI
= 0;
490
wHI
= ss->__rdx;
503
wHI
, wLO );
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c
860
UInt
wHI
= 0;
866
wHI
= gst->guest_EDX;
[
all
...]
Completed in 69 milliseconds