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

  /external/pcre/dist/sljit/
sljitConfigInternal.h 248 #ifndef SLJIT_ZEROMEM
249 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len)
sljitLir.c 338 SLJIT_ZEROMEM(compiler, sizeof(struct sljit_compiler));
    [all...]

Completed in 29 milliseconds