Searched refs:_nop (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_interpret.c | 575 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/ |
D | shutil.py | 352 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/ |
D | IOpcodes.java | 21 int _nop = 0x00; // 00 0 0 field
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop() function
|
D | IceTargetLoweringARM32.h | 458 void _nop() { Context.insert<InstARM32Nop>(); } in _nop() function
|
D | IceTargetLoweringX86Base.h | 777 void _nop(SizeT Variant) { in _nop() function
|