Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h213 #ifndef SLJIT_MEMMOVE
214 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) macro
H A DsljitNativeX86_common.c481 SLJIT_MEMMOVE(code_ptr, buf_ptr, len); in sljit_generate_code()
2251 SLJIT_MEMMOVE(inst, instruction, size);

Completed in 14 milliseconds