/external/pcre/dist2/src/ |
D | pcre2_auto_possess.c | 348 list[0] = OP_NOT; in get_chr_property_list() 386 case OP_NOT: in get_chr_property_list() 394 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 449 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list() 905 case OP_NOT: in compare_opcodes() 1226 case OP_NOT: in PRIV()
|
D | pcre2_find_bracket.c | 154 case OP_NOT: in PRIV()
|
D | pcre2_pattern_info.c | 286 case OP_NOT: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 274 case OP_NOT: in find_minlength() 934 case OP_NOT: in set_start_bits()
|
D | pcre2_printint.c | 530 case OP_NOT: in pcre2_printint()
|
D | pcre2_compile.c | 1067 case OP_NOT: in find_fixedlength() 1611 case OP_NOT: in could_be_empty_branch() 2544 case OP_NOT: in find_recurse() 4915 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch() 5189 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch() 5196 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch() 5795 case OP_NOT: in compile_branch()
|
D | pcre2_internal.h | 1387 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
D | pcre2_jit_compile.c | 711 case OP_NOT: in next_opcode() 1603 case OP_NOT: in get_framesize() 3656 case OP_NOT: in scan_prefix() 6510 case OP_NOT: in compile_char1_matchingpath() 6524 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 6550 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 8678 *type = OP_NOT; in get_iterator_parameters() 9377 case OP_NOT: in compile_matchingpath()
|
D | pcre2_match.c | 3755 case OP_NOT: in match() 3771 if (op == OP_NOT) in match()
|
D | pcre2_dfa_match.c | 2218 case OP_NOT: in internal_dfa_match()
|
/external/syslinux/com32/lua/src/ |
D | lopcodes.h | 194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
|
D | lcode.c | 609 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 687 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
D | lvm.c | 668 vmcase(OP_NOT, in luaV_execute()
|
/external/skia/third_party/lua/src/ |
D | lopcodes.h | 194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
|
D | lcode.c | 609 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 687 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
D | lvm.c | 645 vmcase(OP_NOT, in luaV_execute()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.h | 551 OP_NOT, enumerator 619 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
|
D | trace_event_analyzer.cc | 312 case OP_NOT: in Evaluate() 640 return Query(*this, OP_NOT); in operator !()
|
/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()
|
/external/pcre/dist2/ |
D | HACKING | 256 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is, 345 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 400 def OP_NOT : Op<(op "~", $p0)>; 801 def VMVN : LOpInst<"vmvn", "dd", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;
|