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

  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 63 memset(postGuard(), guardBlockEndVal, guardBlockSize);
69 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
91 unsigned char* postGuard() const { return data() + size; }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 87 memset(postGuard(), guardBlockEndVal, guardBlockSize);
93 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
115 unsigned char* postGuard() const { return data() + size; }

Completed in 502 milliseconds