OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preGuard
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h
61
memset(
preGuard
(), guardBlockBeginVal, guardBlockSize);
68
checkGuardBlock(
preGuard
(), guardBlockBeginVal, "before");
89
unsigned char*
preGuard
() const { return mem + headerSize(); }
90
unsigned char* data() const { return
preGuard
() + guardBlockSize; }
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h
85
memset(
preGuard
(), guardBlockBeginVal, guardBlockSize);
92
checkGuardBlock(
preGuard
(), guardBlockBeginVal, "before");
113
unsigned char*
preGuard
() const { return mem + headerSize(); }
114
unsigned char* data() const { return
preGuard
() + guardBlockSize; }
Completed in 88 milliseconds