HomeSort by relevance Sort by last modified time
    Searched refs:xmemmove (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 45 #define xmemmove(Dest,Src,Length) CopyMem(Dest,Src,Length) macro
regint.h 137 //#define xmemmove memmove
398 xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
404 xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
409 xmemmove((buf)->p + (to), (buf)->p + (from), (buf)->used - (from));\

Completed in 912 milliseconds