OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compute_sample
(Results
1 - 3
of
3
) sorted by null
/external/llvm/projects/sample/include/
sample.h
7
extern int
compute_sample
(int a);
/external/llvm/projects/sample/lib/sample/
sample.c
21
compute_sample
(int a)
function
/external/llvm/projects/sample/tools/sample/
main.c
9
printf ("%d\n",
compute_sample
(5));
Completed in 169 milliseconds