Searched refs:OP_NOT (Results 1 – 20 of 20) sorted by relevance
/external/pcre/dist/ |
D | pcre_byte_order.c | 211 case OP_NOT: in pcre_pattern_to_host_byte_order()
|
D | pcre_compile.c | 1834 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 …]
|
D | pcre_study.c | 212 case OP_NOT: in find_minlength() 835 case OP_NOT: in set_start_bits()
|
D | pcre_printint.c | 545 case OP_NOT: in pcre_printint()
|
D | HACKING | 229 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
|
D | pcre_jit_compile.c | 683 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()
|
D | pcre_internal.h | 1920 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
D | pcre_exec.c | 3653 case OP_NOT: in match() 3669 if (op == OP_NOT) in match()
|
D | pcre_dfa_exec.c | 2280 case OP_NOT: in internal_dfa_exec()
|
D | pcretest.c | 2571 case OP_NOT: in regexflip8_or_16()
|
D | ChangeLog | 800 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/ |
D | parse-filter.c | 626 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/ |
D | nv50_ir_target_nvc0.cpp | 618 case OP_NOT: in getThroughput()
|
D | nv50_ir_emit_nvc0.cpp | 1627 case OP_NOT: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir.h | 61 OP_NOT, enumerator
|
D | nv50_ir.cpp | 40 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
|
D | nv50_ir_emit_nv50.cpp | 1586 case OP_NOT: in emitInstruction()
|
D | nv50_ir_from_sm4.cpp | 412 case SM4_OPCODE_NOT: return OP_NOT; in cvtOpcode()
|
D | nv50_ir_peephole.cpp | 380 case NV50_IR_MOD_NOT: return OP_NOT; in getOp()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 395 def OP_NOT : Op<(op "~", $p0)>; 774 def VMVN : LOpInst<"vmvn", "dd", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;
|