OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:teg
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/exp-sgcheck/
h_main.h
44
static inline Bool is_known_segment(Seg*
teg
) {
45
return (UNKNOWN !=
teg
&& BOTTOM !=
teg
&& NONPTR !=
teg
);
46
// better?
teg
<= BOTTOM
h_main.c
171
Seg*
teg
;
local
185
teg
= &group_list->segs[ group_list->nextfree ];
188
return
teg
;
Completed in 59 milliseconds