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

  /external/pcre/dist2/src/sljit/
sljitLir.h 307 struct sljit_jump *last_jump; member in struct:sljit_compiler
    [all...]
sljitLir.c 605 if (compiler->last_jump)
606 compiler->last_jump->next = jump;
609 compiler->last_jump = jump;
    [all...]

Completed in 680 milliseconds