Searched refs:LID (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/config/i386/
H A Dnm-i386v42mp.h52 /* Construct a composite id from lwp LID and the process portion of
54 #define MERGEPID(PID, LID) (PIDGET(PID) | ((LID) << PIDBITS))
55 #define MKLID(PID, LID) MERGEPID(PID, LID)
82 #define MERGEPID(PID, LID) (ptid_build ((PID), (LID), 0))
83 #define MKLID(PID, LID) (ptid_build ((PID), (LID), 0))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp192 auto LID = OM.lookup(LU->getUser()).first;
201 if (OM.isGlobalValue(LID) && OM.isGlobalValue(RID))
202 return LID < RID;
205 if (LID < RID) {
211 if (RID < LID) {
212 if (LID <= ID)
218 // LID and RID are equal, so we have different operands of the same user.
220 if (LID <= ID)
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c66 LID, enumerator in enum:port_ops
108 {"lid", &lid, 0}, /* LID */
480 case LID:
545 * If we aren't setting the LID and the LID is the default,
546 * the SMA command will fail due to an invalid LID.
552 if (!port_args[LID].set && (!val || val == 0xFFFF))
597 if (port_args[LID].set)
H A Dsaquery.c259 "\t\tRedirect LID.............%u\n"
265 "\t\tTrap LID.................%u\n"
998 printf(" LID \"name\"\n");
1187 CHECK_AND_SET_VAL(lid, 16, 0, nr.lid, NR, LID);
1205 CHECK_AND_SET_VAL(lid, 16, 0, pir.lid, PIR, LID);
1266 CHECK_AND_SET_VAL(lid, 16, 0, smir.lid, SMIR, LID);
1285 CHECK_AND_SET_VAL(lid, 16, 0, swir.lid, SWIR, LID);
1346 CHECK_AND_SET_VAL(lid, 16, 0, slvl.lid, SLVL, LID);
1366 CHECK_AND_SET_VAL(lid, 16, 0, vlarb.lid, VLA, LID);
1387 CHECK_AND_SET_VAL(lid, 16, 0, pktr.lid, PKEY, LID);
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h461 scb->hscb->lun &= LID;
H A Daic7xxx.h96 ((scb)->hscb->lun & LID)
H A Daic7xxx_reg.h1652 #define LID 0x3f macro
H A Daic79xx_reg.h3719 #define LID 0xff macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp206 auto LID = OM.lookup(LU->getUser()).first;
210 if (LID < RID) {
216 if (RID < LID) {
218 if (LID <= ID)
223 // LID and RID are equal, so we have different operands of the same user.
226 if (LID <= ID)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3124 if (MDNode *LID = OrigLoop->getLoopID())
3125 Lp->setLoopID(LID);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp595 unsigned LID = LV->getValueID(), RID = RV->getValueID(); local
596 if (LID != RID)
597 return (int)LID - (int)RID;
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5429 LID/06QvBKPJdj0eEYF7A1jNmrpS2XGytRhq62gbIDU0Ic5fBsLJSOGQC7wzTgXz

Completed in 320 milliseconds