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

  /external/pcre/dist2/src/sljit/
sljitConfigInternal.h 217 #ifndef SLJIT_ZEROMEM
218 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len)
sljitLir.c 333 SLJIT_ZEROMEM(compiler, sizeof(struct sljit_compiler));
    [all...]

Completed in 38 milliseconds