OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSINFO_MAGIC
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
48
#define
RSINFO_MAGIC
"\0rsinfo\n"
/frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp
213
if (::memcmp(header->magic,
RSINFO_MAGIC
, sizeof(header->magic)) != 0) {
RSInfo.cpp
229
::memcpy(mHeader.magic,
RSINFO_MAGIC
, sizeof(mHeader.magic));
Completed in 24 milliseconds