Searched refs:OP_NOTSTAR (Results 1 - 8 of 8) sorted by relevance

/external/pcre/dist/
H A Dpcre_byte_order.c239 case OP_NOTSTAR:
H A Dpcre_dfa_exec.c2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2413 case OP_NOTSTAR:
2433 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2470 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2514 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
H A Dpcre_study.c510 case OP_NOTSTAR:
860 case OP_NOTSTAR:
H A Dpcre_compile.c1975 case OP_NOTSTAR:
2269 case OP_NOTSTAR:
2624 case OP_NOTSTAR:
2749 (c >= OP_NOTSTAR)? OP_NOTSTAR :
2901 case OP_NOTSTAR:
3785 case OP_NOTSTAR:
5635 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break;
6369 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break;
H A Dpcre_printint.c563 case OP_NOTSTAR:
H A Dpcre_exec.c3753 case OP_NOTSTAR:
3765 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR);
H A Dpcre_jit_compile.c711 case OP_NOTSTAR:
1045 case OP_NOTSTAR: \
7762 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO)
7766 *opcode -= OP_NOTSTAR - OP_STAR;
8314 case OP_NOTSTAR:
9460 case OP_NOTSTAR:
H A Dpcretest.c2599 case OP_NOTSTAR:

Completed in 128 milliseconds