Searched refs:OP_NOT (Results 1 – 21 of 21) sorted by relevance
/external/libchrome/base/test/ |
D | trace_event_analyzer.h | 459 OP_NOT, enumerator 527 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
|
D | trace_event_analyzer.cc | 282 case OP_NOT: in Evaluate() 587 return Query(*this, OP_NOT); in operator !()
|
/external/pcre/dist/ |
D | pcre_byte_order.c | 211 case OP_NOT: in pcre_pattern_to_host_byte_order()
|
D | pcre_compile.c | 1864 case OP_NOT: in find_fixedlength() 2162 case OP_NOT: in PRIV() 2307 case OP_NOT: in find_recurse() 2610 case OP_NOT: in could_be_empty_branch() 2955 list[0] = OP_NOT; in get_chr_property_list() 2993 case OP_NOT: in get_chr_property_list() 3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list() 3504 case OP_NOT: in compare_opcodes() 3825 case OP_NOT: in auto_possessify() [all …]
|
D | pcre_study.c | 217 case OP_NOT: in find_minlength() 877 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 | 679 case OP_NOT: in next_opcode() 1373 case OP_NOT: in get_framesize() 3410 case OP_NOT: in scan_prefix() 5714 case OP_NOT: in compile_char1_matchingpath() 5726 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 5752 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 7824 *type = OP_NOT; in get_iterator_parameters() 7942 case OP_NOT: in compile_iterator_matchingpath() 8324 case OP_NOT: in compile_matchingpath()
|
D | pcre_internal.h | 1928 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
D | pcre_exec.c | 3660 case OP_NOT: in match() 3676 if (op == OP_NOT) in match()
|
D | pcre_dfa_exec.c | 2280 case OP_NOT: in internal_dfa_exec()
|
D | pcretest.c | 2574 case OP_NOT: in regexflip8_or_16()
|
D | ChangeLog | 1143 8. OP_NOT now supports any UTF character not just single-byte ones. 5127 "not this character" (OP_NOT). This wasn't working properly when the test
|
/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 | 399 def OP_NOT : Op<(op "~", $p0)>; 798 def VMVN : LOpInst<"vmvn", "dd", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;
|