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

  /external/harfbuzz/src/
harfbuzz-impl.h 106 #define MEM_Copy(dest,source,count) memcpy( (char*)(dest), (const char*)(source), (size_t)(count) )
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 110 #define MEM_Copy(dest,source,count) memcpy( (char*)(dest), (const char*)(source), (size_t)(count) )

Completed in 2520 milliseconds