/external/pcre/dist2/src/ |
D | pcre2_auto_possess.c | 350 list[0] = OP_NOT; in get_chr_property_list() 388 case OP_NOT: in get_chr_property_list() 396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list() 956 case OP_NOT: in compare_opcodes() 1280 case OP_NOT: in PRIV()
|
D | pcre2_find_bracket.c | 155 case OP_NOT: in PRIV()
|
D | pcre2_pattern_info.c | 307 case OP_NOT: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 298 case OP_NOT: in find_minlength() 1020 case OP_NOT: in set_start_bits()
|
D | pcre2_printint.c | 532 case OP_NOT: in pcre2_printint()
|
D | pcre2_internal.h | 1386 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
D | pcre2_compile.c | 5585 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch() 6898 case OP_NOT: in compile_branch() 7568 case OP_NOT: in compile_branch() 8564 case OP_NOT: in find_recurse()
|
D | pcre2_jit_compile.c | 965 case OP_NOT: in next_opcode() 1312 case OP_NOT: in detect_early_fail() 2065 case OP_NOT: in get_framesize() 5546 case OP_NOT: in scan_prefix() 8773 case OP_NOT: in compile_char1_matchingpath() 8787 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 8813 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 11079 *type = OP_NOT; in get_iterator_parameters() 11908 case OP_NOT: in compile_matchingpath()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 223 case OP_NOT: in getLatency()
|
D | nv50_ir_lowering_helper.cpp | 49 case OP_NOT: in visit()
|
D | nv50_ir_target_nvc0.cpp | 648 case OP_NOT: in getThroughput()
|
D | nv50_ir_lowering_gv100.cpp | 259 case OP_NOT: in visit()
|
D | nv50_ir_target_gv100.cpp | 329 case OP_NOT: return &opInfo_NOT; in getOpInfo()
|
D | nv50_ir_lowering_nv50.cpp | 157 bld->mkOp1(OP_NOT, fTy, rr[0], r[4]) in expandIntegerMUL() 159 bld->mkOp1(OP_NOT, fTy, rr[1], t[3]) in expandIntegerMUL()
|
D | nv50_ir.h | 66 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 | 1916 case OP_NOT: in emitInstruction()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer.h | 575 OP_NOT, enumerator 643 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
|
D | trace_event_analyzer.cc | 328 case OP_NOT: in Evaluate() 656 return Query(*this, OP_NOT); in operator !()
|
/external/lua/src/ |
D | lopcodes.h | 263 OP_NOT,/* A B R[A] := not R[B] */ enumerator
|
D | luac.c | 543 case OP_NOT: in PrintCode()
|
D | lcode.c | 1101 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond() 1187 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
|
D | lvm.c | 1511 vmcase(OP_NOT) { in luaV_execute()
|
/external/mesa3d/docs/relnotes/ |
D | 12.0.4.rst | 255 - gk110/ir: fix wrong emission of OP_NOT
|
/external/pcre/dist2/ |
D | HACKING | 464 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is, 561 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
|