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/swiftshader/third_party/LLVM/projects/sample/include/
sample.h
7
extern int
compute_sample
(int a);
/external/swiftshader/third_party/LLVM/projects/sample/lib/sample/
sample.c
21
compute_sample
(int a)
function
/external/swiftshader/third_party/LLVM/projects/sample/tools/sample/
main.c
11
printf ("%d\n",
compute_sample
(5));
Completed in 524 milliseconds