Searched refs:nodeOffset (Results 1 – 12 of 12) sorted by relevance
/external/okio/okio/src/commonMain/kotlin/okio/ |
D | Options.kt | 108 nodeOffset: Long = 0L, in <lambda>() 143 val childNodesOffset = nodeOffset + node.intCount + 2 + (selectChoiceCount * 2) in <lambda>() 176 nodeOffset = childNodesOffset, in <lambda>() 202 val childNodesOffset = nodeOffset + node.intCount + 2 + scanByteCount + 1 in <lambda>() 220 nodeOffset = childNodesOffset, in <lambda>()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_xmf.c | 70 …ReadNode (EAS_HW_DATA_HANDLE hwInstData, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 endOffs… 600 …ReadNode (EAS_HW_DATA_HANDLE hwInstData, S_XMF_DATA *pXMFData, EAS_I32 nodeOffset, EAS_I32 endOffs… in XMF_ReadNode() argument 617 remainingInlineBytes = endOffset - nodeOffset; in XMF_ReadNode() 620 if ((result = EAS_HWFileSeek(hwInstData, pXMFData->fileHandle, nodeOffset)) != EAS_SUCCESS) in XMF_ReadNode() 626 if ((*pLength < 0) || (*pLength > endOffset - nodeOffset)) in XMF_ReadNode() 630 deltaBytes = endOffset - nodeOffset - *pLength; in XMF_ReadNode() 635 endOffset = nodeOffset + *pLength; in XMF_ReadNode() 660 if (offset - nodeOffset > headerLength) in XMF_ReadNode() 664 …if ((result = EAS_HWFileSeek(hwInstData, pXMFData->fileHandle, nodeOffset + headerLength)) != EAS_… in XMF_ReadNode() 666 remainingInlineBytes = endOffset - (nodeOffset + headerLength); in XMF_ReadNode()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 66 uint32_t nodeOffset() const;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachO.h | 81 uint32_t nodeOffset() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 81 uint32_t nodeOffset() const;
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1949 lldb::offset_t nodeOffset; member 1952 TrieEntryWithOffset(lldb::offset_t offset) : nodeOffset(offset), entry() {} in TrieEntryWithOffset() 1956 static_cast<unsigned long long>(nodeOffset)); in Dump() 1961 return (nodeOffset < other.nodeOffset); in operator <()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1401 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 10809 VkDeviceSize nodeOffset = 0; in FreeAtOffset() local 10815 if(offset < nodeOffset + nextLevelSize) in FreeAtOffset() 10822 nodeOffset += nextLevelSize; in FreeAtOffset()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 11953 VkDeviceSize nodeOffset = 0; in FreeAtOffset() local 11959 if(offset < nodeOffset + nextLevelSize) in FreeAtOffset() 11966 nodeOffset += nextLevelSize; in FreeAtOffset()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 11934 VkDeviceSize nodeOffset = 0; in FreeAtOffset() local 11940 if(offset < nodeOffset + nextLevelSize) in FreeAtOffset() 11947 nodeOffset += nextLevelSize; in FreeAtOffset()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2881 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2850 uint32_t ExportEntry::nodeOffset() const { in nodeOffset() function in ExportEntry
|