OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_tteNo
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
[
all
...]
/external/valgrind/main/coregrind/
m_transtab.c
107
UInt
to_tteNo
; /* TTE number in given sector */
462
oe->
to_tteNo
= 0;
710
UInt
to_tteNo
,
722
TTEntry* to_tte = index_tte(to_sNo,
to_tteNo
);
785
oe.
to_tteNo
=
to_tteNo
;
860
if (oe->to_sNo == here_sNo && oe->
to_tteNo
== here_tteNo
874
TTEntry* to_tte = index_tte(oe->to_sNo, oe->
to_tteNo
);
[
all
...]
Completed in 970 milliseconds