Home
last modified time | relevance | path

Searched refs:Fop (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c185 #define Fop F->op macro
755 Fop = (uint8_t)(*Fecode); /* Cast needed for 16-bit and 32-bit modes */ in match()
756 switch(Fop) in match()
848 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
1061 else if (Fop == OP_NOTI) /* If caseless */ in match()
1084 else if (Fop == OP_NOTI) /* If caseless */ in match()
1102 if (ch == fc || (Fop == OP_NOTI && TABLE_GET(ch, mb->fcc, ch) == fc)) in match()
1186 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
1223 if (Fop >= OP_STARI && /* Caseless */ in match()
1317 if (Fop >= OP_STARI) in match()
[all …]
/external/rust/crates/gdbstub/src/arch/x86/reg/
Did.rs21 Fop, enumerator
36 7 => Fop, in from_u8()