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

/freebsd-10.2-release/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-10.2-release/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-10.2-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp502 unsigned LID = LV->getValueID(), local
504 if (LID != RID)
505 return (int)LID - (int)RID;

Completed in 258 milliseconds