Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h81 uint32_t nodeOffset() const;
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h12039 VkDeviceSize nodeOffset = 0; in FreeAtOffset() local
12045 if(offset < nodeOffset + nextLevelSize) in FreeAtOffset()
12052 nodeOffset += nextLevelSize; in FreeAtOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2850 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry