Home
last modified time | relevance | path

Searched refs:IDIncrement (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h42 NextID += IDIncrement; in getNewID()
59 << " NumIDs=" << ((NextID - FirstID) / IDIncrement) << "):"; in dump()
68 static constexpr IDType IDIncrement = 2; variable