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

  /external/pcre/dist/sljit/
sljitLir.c 701 if (((p) >= SLJIT_FR0 && (p) < (SLJIT_FR0 + compiler->fscratches)) || \
798 if ((p) < (SLJIT_FR0 + compiler->fscratches)) \
799 fprintf(compiler->verbose, "fr%d", (p) - SLJIT_FR0); \
    [all...]
sljitLir.h 235 #define SLJIT_FR0 1
    [all...]

Completed in 31 milliseconds