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

  /external/pcre/dist2/src/sljit/
sljitConfigInternal.h 213 #ifndef SLJIT_MEMCPY
214 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len)
sljitNativeX86_common.c 288 SLJIT_MEMCPY(addr, &value, sizeof(value));
293 SLJIT_MEMCPY(addr, &value, sizeof(value));
298 SLJIT_MEMCPY(addr, &value, sizeof(value));
504 SLJIT_MEMCPY(code_ptr, buf_ptr, len);
    [all...]

Completed in 40 milliseconds