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

  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 63 memset(postGuard(), guardBlockEndVal, guardBlockSize);
69 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
99 const static unsigned char guardBlockEndVal;
PoolAlloc.cpp 125 const unsigned char TAllocation::guardBlockEndVal = 0xfe;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 87 memset(postGuard(), guardBlockEndVal, guardBlockSize);
93 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
122 const static unsigned char guardBlockEndVal;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 174 const unsigned char TAllocation::guardBlockEndVal = 0xfe;

Completed in 126 milliseconds