Home
last modified time | relevance | path

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

/haiku/headers/libs/zydis/Zycore/
H A DVector.h334 ZYCORE_EXPORT ZyanStatus ZyanVectorDuplicateEx(ZyanVector* destination, const ZyanVector* source,
/haiku/src/libs/zydis/Zycore/
H A DVector.c274 return ZyanVectorDuplicateEx(destination, source, capacity, ZyanAllocatorDefault(), in ZyanVectorDuplicate()
280 ZyanStatus ZyanVectorDuplicateEx(ZyanVector* destination, const ZyanVector* source, in ZyanVectorDuplicateEx() function