/external/swiftshader/src/Vulkan/ |
D | VkBuffer.cpp | 92 void Buffer::copyFrom(const void *srcMemory, VkDeviceSize pSize, VkDeviceSize pOffset) in copyFrom() argument 94 ASSERT((pSize + pOffset) <= size); in copyFrom() 96 memcpy(getOffsetPointer(pOffset), srcMemory, pSize); in copyFrom() 99 void Buffer::copyTo(void *dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo() 101 ASSERT((pSize + pOffset) <= size); in copyTo() 103 memcpy(dstMemory, getOffsetPointer(pOffset), pSize); in copyTo()
|
D | VkDeviceMemory.cpp | 356 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void **ppData) in map() argument 358 *ppData = getOffsetPointer(pOffset); in map() 368 void *DeviceMemory::getOffsetPointer(VkDeviceSize pOffset) const in getOffsetPointer() 371 return reinterpret_cast<char *>(buffer) + pOffset; in getOffsetPointer()
|
D | VkDeviceMemory.hpp | 49 void *getOffsetPointer(VkDeviceSize pOffset) const;
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables.cpp | 447 CPDF_Object* pOffset = pDict ? pDict->GetObjectFor("S") : nullptr; in LoadHintStream() local 448 if (!pOffset || !pOffset->IsNumber()) in LoadHintStream() 451 int shared_hint_table_offset = pOffset->GetInteger(); in LoadHintStream()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/ |
D | ArArchiveOutputStream.java | 113 …private long fill( final long pOffset, final long pNewOffset, final char pFill ) throws IOExceptio… in fill() argument 114 final long diff = pNewOffset - pOffset; in fill()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ZipFileRO.java | 134 final Ref<Long> pUncompLen, Ref<Long> pCompLen, Ref<Long> pOffset, in getEntryInfo() argument 149 if (pOffset != null) { in getEntryInfo()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.h | 59 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
|
D | cpdf_cidfont.h | 51 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const override;
|
D | cpdf_cmap.cpp | 326 uint32_t CPDF_CMap::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar() 327 size_t& offset = *pOffset; in GetNextChar()
|
D | cpdf_font.cpp | 343 uint32_t CPDF_Font::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar() 347 size_t& offset = *pOffset; in GetNextChar()
|
D | cpdf_font.h | 87 virtual uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
|
D | cpdf_cidfont.cpp | 733 size_t* pOffset) const { in GetNextChar() 734 return m_pCMap->GetNextChar(pString, pOffset); in GetNextChar()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4052 VkDeviceSize* pOffset, 5867 VkDeviceSize* pOffset, in CheckAllocation() argument 5875 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation() 5908 *pOffset = suballocItem->offset; in CheckAllocation() 5913 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation() 5918 *pOffset = VmaAlignUp(*pOffset, alignment); in CheckAllocation() 5930 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 5944 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation() 5950 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation() 5956 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation() [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_public.c | 1649 …A *pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset) in EAS_SearchFile() argument 1655 *pOffset = -1; in EAS_SearchFile() 1667 result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, pOffset); in EAS_SearchFile() 1670 *pOffset -= len; in EAS_SearchFile()
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas.h | 627 …E pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
|
/external/sonivox/arm-wt-22k/include/libsonivox/ |
D | eas.h | 627 …E pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
|
/external/icu/icu4c/source/common/ |
D | ucnvscsu.cpp | 964 getDynamicOffset(uint32_t c, uint32_t *pOffset) { in getDynamicOffset() argument 969 *pOffset=fixedOffsets[i]; in getDynamicOffset() 982 *pOffset=c&0x7fffff80; in getDynamicOffset() 986 *pOffset=c&0x7fffff80; in getDynamicOffset()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa.h | 876 uint32_t* pOffset = (uint32_t*)&this->vOffsets[v]; in AssembleSingle() local 879 useAlternateOffset ? pOffset[triIndex + SIMD_WIDTH_DIV2] : pOffset[triIndex]; in AssembleSingle() 881 uint32_t offset = pOffset[triIndex]; in AssembleSingle()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5375 VkDeviceSize* pOffset, 8322 VkDeviceSize* pOffset, in CheckAllocation() argument 8330 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation() 8363 *pOffset = suballocItem->offset; in CheckAllocation() 8368 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation() 8372 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation() 8384 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 8398 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation() 8404 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation() 8410 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 6382 VkDeviceSize* pOffset, 9395 VkDeviceSize* pOffset, in CheckAllocation() argument 9403 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation() 9436 *pOffset = suballocItem->offset; in CheckAllocation() 9441 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation() 9445 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation() 9457 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 9471 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation() 9477 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation() 9483 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 6363 VkDeviceSize* pOffset, 9376 VkDeviceSize* pOffset, in CheckAllocation() argument 9384 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation() 9417 *pOffset = suballocItem->offset; in CheckAllocation() 9422 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation() 9426 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation() 9438 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 9452 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation() 9458 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation() 9464 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 1080 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() argument 1082 …: name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIn… in TObjectReflection()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | reflection.cpp | 1080 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() argument 1082 …: name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIn… in TObjectReflection()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/ |
D | ShaderLang.h | 723 …GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pG…
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 702 …GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pG…
|