Searched refs:SMRD (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfseek.c158 if (fp->f_flags & SMRD)
H A Dsmstdio.c355 ioflags = SMRD;
H A Dsscanf.c83 fake.f_flags = SMRD;
H A Dungetc.c117 if ((fp->f_flags & SMRD) == 0)
134 fp->f_flags |= SMRD;
H A Dwsetup.c53 if (fp->f_flags & SMRD)
60 fp->f_flags &= ~(SMRD|SMFEOF);
H A Dfindfp.c90 smio(SMRD|SMLBF, SMIOIN_FILENO, "smioin"), /* smioin */
93 smstd(SMRD|SMNBF, SMIOIN_FILENO, "smiostdin"), /* smiostdin */
H A Dflags.c42 ret = SMRD;
H A Dfpos.c125 if (fp->f_flags & SMRD)
H A Drefill.c176 if ((fp->f_flags & SMRD) == 0)
194 fp->f_flags |= SMRD;
H A Dstdio.c237 flags |= SMRD;
276 case SMRD:
498 ioflags = SMRD;
H A Dstrio.c100 if (!(s->strio_flags & SMRD) && !(s->strio_flags & SMRW))
246 s->strio_flags = SMRD;
333 flags = SMRD;
374 case SMRD:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp537 int GCNHazardRecognizer::checkSMRDHazards(MachineInstr *SMRD) { argument
540 WaitStatesNeeded = checkSoftClauseHazards(SMRD);
542 // This SMRD hazard only affects SI.
546 // A read of an SGPR by SMRD instruction requires 4 wait states when the
552 bool IsBufferSMRD = TII.isBufferSMRD(*SMRD);
554 for (const MachineOperand &Use : SMRD->uses()) {
H A DGCNHazardRecognizer.h74 int checkSMRDHazards(MachineInstr *SMRD);
H A DSIDefines.h47 SMRD = 1 << 18,
H A DSIInstrInfo.h462 return MI.getDesc().TSFlags & SIInstrFlags::SMRD;
466 return get(Opcode).TSFlags & SIInstrFlags::SMRD;
599 return MI.getDesc().TSFlags & (SIInstrFlags::SALU | SIInstrFlags::SMRD);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dio.h85 ** if flags&SMRD, w is 0
221 #define SMRD 0x000010 /* OK to read */ macro

Completed in 284 milliseconds