Home
last modified time | relevance | path

Searched refs:_nop (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/
H A Dshutil.py353 def _nop(*args, ns=None, follow_symlinks=None): function
361 return getattr(os, name, _nop)
366 fn = getattr(os, name, _nop)
369 return _nop
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop() function in Ice::MIPS32::TargetMIPS32
H A DIceTargetLoweringARM32.h457 void _nop() { Context.insert<InstARM32Nop>(); } in _nop() function
H A DIceTargetLoweringX8632.h623 void _nop(SizeT Variant) { Context.insert<Insts::Nop>(Variant); }
H A DIceTargetLoweringX8664.h617 void _nop(SizeT Variant) { Context.insert<Insts::Nop>(Variant); }

Completed in 9 milliseconds