Home
last modified time | relevance | path

Searched refs:_nop (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c575 int _nop = 0; in bit_step() local
576 float f = frexp_log(srcs[1].f32, &_nop); in bit_step()
618 int _nop = 0; in bit_step() local
619 float f = frexp_log(srcs[0].f32, &_nop); in bit_step()
/external/python/cpython3/Lib/
Dshutil.py352 def _nop(*args, ns=None, follow_symlinks=None): function
360 return getattr(os, name, _nop)
365 fn = getattr(os, name, _nop)
368 return _nop
/external/emma/core/java12/com/vladium/jcd/opcodes/
DIOpcodes.java21 int _nop = 0x00; // 00 0 0 field
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop() function
DIceTargetLoweringARM32.h458 void _nop() { Context.insert<InstARM32Nop>(); } in _nop() function
DIceTargetLoweringX86Base.h777 void _nop(SizeT Variant) { in _nop() function