OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fun_d
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/memcheck/tests/
inlinfo.c
5
INLINE int
fun_d
(int argd) {
function
15
return
fun_d
(locc);
33
return
fun_d
(argm);
70
result +=
fun_d
(result);
/external/valgrind/memcheck/tests/solaris/
inlinfo_nested.c
8
INLINE int
fun_d
(int argd) {
function
18
return
fun_d
(locc);
36
return
fun_d
(argm);
73
result +=
fun_d
(result);
Completed in 217 milliseconds