HomeSort by relevance Sort by last modified time
    Searched refs:guardBlockBeginVal (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 61 memset(preGuard(), guardBlockBeginVal, guardBlockSize);
68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before");
98 const static unsigned char guardBlockBeginVal;
PoolAlloc.cpp 124 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 85 memset(preGuard(), guardBlockBeginVal, guardBlockSize);
92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before");
121 const static unsigned char guardBlockBeginVal;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 173 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;

Completed in 209 milliseconds