Home
last modified time | relevance | path

Searched defs:EndOfBlock (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection() local
118 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp26 constexpr uint32_t EndOfBlock = UINT_MAX; // std::numeric_limits<uint32_t>::max(); variable
/third_party/python/Lib/
Dinspect.py1045 class EndOfBlock(Exception): pass class