/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-thai.cc | 86 NOP, enumerator 142 case NOP: return u; in thai_pua_shape() 183 /*T0*/ {{NOP,T3}, {NOP,T0}, {SD, T3}}, 184 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}}, 185 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}}, 186 /*T3*/ {{NOP,T3}, {NOP,T3}, {NOP,T3}}, 210 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}}, 211 /*B1*/ {{NOP,B1}, {RD, B2}, {NOP, B1}}, 212 /*B2*/ {{NOP,B2}, {SD, B2}, {NOP, B2}}, 249 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action; in do_thai_pua_shaping()
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-thai.cc | 90 NOP, enumerator 146 case NOP: return u; in thai_pua_shape() 187 /*T0*/ {{NOP,T3}, {NOP,T0}, {SD, T3}}, 188 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}}, 189 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}}, 190 /*T3*/ {{NOP,T3}, {NOP,T3}, {NOP,T3}}, 214 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}}, 215 /*B1*/ {{NOP,B1}, {RD, B2}, {NOP, B1}}, 216 /*B2*/ {{NOP,B2}, {SD, B2}, {NOP, B2}}, 253 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action; in do_thai_pua_shaping()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-thai.cc | 90 NOP, enumerator 146 case NOP: return u; in thai_pua_shape() 187 /*T0*/ {{NOP,T3}, {NOP,T0}, {SD, T3}}, 188 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}}, 189 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}}, 190 /*T3*/ {{NOP,T3}, {NOP,T3}, {NOP,T3}}, 214 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}}, 215 /*B1*/ {{NOP,B1}, {RD, B2}, {NOP, B1}}, 216 /*B2*/ {{NOP,B2}, {SD, B2}, {NOP, B2}}, 253 thai_action_t action = above_edge.action != NOP ? above_edge.action : below_edge.action; in do_thai_pua_shaping()
|
/third_party/openssl/crypto/bn/asm/ |
D | bn-c64xplus.asm | 61 NOP 3 66 NOP 3 69 NOP 3 ; [2,0] in epilogue 89 NOP 3 94 NOP 4 96 NOP 4 ; [2,0] in epiloque 116 NOP 3 121 NOP 4 123 NOP 3 ; [2,0] in epilogue 141 NOP 3 [all …]
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp3dsp_altivec.c | 119 #define NOP(a) a macro 132 IDCT_1D(NOP, NOP) in vp3_idct_put_altivec() 161 IDCT_1D(NOP, NOP) in vp3_idct_add_altivec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | LeonPasses.cpp | 53 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction() 145 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction() 149 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
|
D | LeonFeatures.td | 43 …"LEON3 erratum fix: Insert a NOP instruction after every single-cycle load instruction when the ne…
|
/third_party/grpc/src/core/lib/slice/ |
D | slice_internal.h | 105 NOP, // No-Op enumerator 236 case Type::NOP: in Eq() 256 case Type::NOP: in Hash()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeMIPS_32.c | 452 sljit_ins prev_ins = NOP; in call_with_args() 453 sljit_ins ins = NOP; in call_with_args() 531 if (ins != NOP) { in call_with_args() 532 if (prev_ins != NOP) in call_with_args() 535 ins = NOP; in call_with_args() 558 if (prev_ins != NOP) in call_with_args() 569 if (ins != NOP) { in call_with_args() 570 if (prev_ins != NOP) in call_with_args() 573 ins = NOP; in call_with_args()
|
D | sljitNativeMIPS_common.c | 231 #define NOP (HI(0) | LO(0)) macro 371 inst[1] = NOP; in detect_jump_type() 375 inst[1] = NOP; in detect_jump_type() 388 inst[2] = NOP; in detect_jump_type() 394 inst[1] = NOP; in detect_jump_type() 396 inst[3] = NOP; in detect_jump_type() 414 inst[1] = NOP; in detect_jump_type() 1235 return push_inst(compiler, NOP, UNMOVABLE_INS); in sljit_emit_op0() 1280 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0() 1281 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS)); in sljit_emit_op0() [all …]
|
D | sljitNativeMIPS_64.c | 551 sljit_ins prev_ins = NOP; in call_with_args() 552 sljit_ins ins = NOP; in call_with_args() 604 if (ins != NOP) { in call_with_args() 605 if (prev_ins != NOP) in call_with_args() 608 ins = NOP; in call_with_args()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_context.c | 222 BEGIN_NV04(push, NV04_GRAPH(3D, NOP), 1); in nv10_hwctx_init() 246 BEGIN_NV04(push, NV04_GRAPH(3D, NOP), 1); in nv10_hwctx_init() 267 BEGIN_NV04(push, NV04_GRAPH(3D, NOP), 1); in nv10_hwctx_init() 271 BEGIN_NV04(push, NV04_GRAPH(3D, NOP), 1); in nv10_hwctx_init() 365 BEGIN_NV04(push, NV04_GRAPH(3D, NOP), 1); in nv10_hwctx_init()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1647 DECL_SPECIAL(NOP) in DECL_SPECIAL() argument 3086 _OPI(NOP, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 0, 0, SPECIAL(NOP)), /* 0 */ 3089 _OPI(SUB, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(SUB)), /* 3 */ 3107 _OPI(M4x4, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(M4x4)), 3108 _OPI(M4x3, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(M4x3)), 3109 _OPI(M3x4, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(M3x4)), 3110 _OPI(M3x3, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(M3x3)), 3111 _OPI(M3x2, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 1, 2, SPECIAL(M3x2)), 3118 _OPI(LABEL, NOP, V(2,0), V(3,0), V(2,1), V(3,0), 0, 1, SPECIAL(LABEL)), 3120 _OPI(DCL, NOP, V(0,0), V(3,0), V(0,0), V(3,0), 0, 0, SPECIAL(DCL)), [all …]
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | scsi.h | 118 #define NOP 0x08 macro
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | scsi.h | 118 #define NOP 0x08 macro
|
/third_party/musl/include/scsi/ |
D | scsi.h | 118 #define NOP 0x08 macro
|
/third_party/musl/ndk_musl_include/scsi/ |
D | scsi.h | 118 #define NOP 0x08 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | scsi.h | 118 #define NOP 0x08 macro
|
/third_party/python/Include/ |
D | opcode.h | 16 #define NOP 9 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 523 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::NOP)); in expandToLongBranch() 668 .append(BuildMI(*MFp, DL, TII->get(Mips::NOP))); in expandToLongBranch() 759 std::next(Iit)->getOpcode() != Mips::NOP) { in handleForbiddenSlot() 762 BuildMI(*MFp, I->getDebugLoc(), TII->get(Mips::NOP))); in handleForbiddenSlot()
|
/third_party/musl/include/arpa/ |
D | telnet.h | 18 #define NOP 241 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 18 #define NOP 241 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 18 #define NOP 241 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 18 #define NOP 241 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 18 #define NOP 241 macro
|