Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp102 Limit = computeLimit(Contents, kInitialBufferCapacity); in AssemblerBuffer()
134 Limit = computeLimit(new_contents, new_capacity); in extendCapacity()
DIceAssembler.h231 static uintptr_t computeLimit(uintptr_t Data, intptr_t Capacity) { in computeLimit() function