OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmapFile
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/deps/glbench/src/
utils.h
19
void *
MmapFile
(const char *name, size_t *length);
yuvtest.cc
72
MmapFile
(vertex, &size_vertex));
74
MmapFile
(fragment, &size_fragment));
137
char* pixels = static_cast<char *>(
MmapFile
(YUV2RGB_NAME, &size));
utils.cc
28
// Sets the base path for
MmapFile
to `dirname($argv0)`/$relative.
42
void *
MmapFile
(const char* name, size_t* length) {
Completed in 492 milliseconds