Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 20 of 20) sorted by relevance

/external/pcre/dist/
Dpcre_byte_order.c211 case OP_NOT: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1834 case OP_NOT: in find_fixedlength()
2249 case OP_NOT: in find_recurse()
2557 case OP_NOT: in could_be_empty_branch()
2902 list[0] = OP_NOT; in get_chr_property_list()
2940 case OP_NOT: in get_chr_property_list()
2948 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3003 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3447 case OP_NOT: in compare_opcodes()
3757 case OP_NOT: in auto_possessify()
5357 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
[all …]
Dpcre_study.c212 case OP_NOT: in find_minlength()
835 case OP_NOT: in set_start_bits()
Dpcre_printint.c545 case OP_NOT: in pcre_printint()
DHACKING229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
Dpcre_jit_compile.c683 case OP_NOT: in next_opcode()
1364 case OP_NOT: in get_framesize()
3354 case OP_NOT: in scan_prefix()
5662 case OP_NOT: in compile_char1_matchingpath()
5674 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
5700 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
7765 *type = OP_NOT; in get_iterator_parameters()
7883 case OP_NOT: in compile_iterator_matchingpath()
8265 case OP_NOT: in compile_matchingpath()
Dpcre_internal.h1920 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
Dpcre_exec.c3653 case OP_NOT: in match()
3669 if (op == OP_NOT) in match()
Dpcre_dfa_exec.c2280 case OP_NOT: in internal_dfa_exec()
Dpcretest.c2571 case OP_NOT: in regexflip8_or_16()
DChangeLog800 8. OP_NOT now supports any UTF character not just single-byte ones.
4784 "not this character" (OP_NOT). This wasn't working properly when the test
/external/linux-tools-perf/src/tools/lib/traceevent/
Dparse-filter.c626 OP_NOT, enumerator
645 return OP_NOT; in process_op()
1008 case OP_NOT: in process_filter()
1036 case OP_NOT: in process_filter()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp618 case OP_NOT: in getThroughput()
Dnv50_ir_emit_nvc0.cpp1627 case OP_NOT: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h61 OP_NOT, enumerator
Dnv50_ir.cpp40 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
Dnv50_ir_emit_nv50.cpp1586 case OP_NOT: in emitInstruction()
Dnv50_ir_from_sm4.cpp412 case SM4_OPCODE_NOT: return OP_NOT; in cvtOpcode()
Dnv50_ir_peephole.cpp380 case NV50_IR_MOD_NOT: return OP_NOT; in getOp()
/external/clang/include/clang/Basic/
Darm_neon.td395 def OP_NOT : Op<(op "~", $p0)>;
774 def VMVN : LOpInst<"vmvn", "dd", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;