Home
last modified time | relevance | path

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

/haiku/headers/libs/zydis/Zycore/
H A DLibC.h114 #define ZYAN_MEMMOVE memmove macro
275 ZYAN_INLINE void* ZYAN_MEMMOVE(void* dst, const void* src, ZyanUSize n) in ZYAN_MEMMOVE() function
/haiku/src/libs/zydis/Zycore/
H A DVector.c141 ZYAN_MEMMOVE(dest, source, size); in ZyanVectorShiftLeft()
166 ZYAN_MEMMOVE(dest, source, size); in ZyanVectorShiftRight()