/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 1432 struct nfscllock *lop; in nfscl_checkwritelocked() local 1486 LIST_FOREACH(lop, &lp->nfsl_lock, nfslo_list) { in nfscl_checkwritelocked() 1487 if (lop->nfslo_first >= end) in nfscl_checkwritelocked() 1489 if (lop->nfslo_end <= off) in nfscl_checkwritelocked() 1491 if (lop->nfslo_type == F_WRLCK) { in nfscl_checkwritelocked() 1513 LIST_FOREACH(lop, &lp->nfsl_lock, nfslo_list) { in nfscl_checkwritelocked() 1514 if (lop->nfslo_first >= end) in nfscl_checkwritelocked() 1516 if (lop->nfslo_end <= off) in nfscl_checkwritelocked() 1518 if (lop->nfslo_type == F_WRLCK) { in nfscl_checkwritelocked() 1683 struct nfscllock *lop, *nlop; in nfscl_freelockowner() local [all …]
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 153 static void nfsrv_freenfslock(struct nfslock *lop); 1103 struct nfslock *lop; in nfsrv_dumpaclient() local 1144 LIST_FOREACH(lop, &lckownstp->ls_lock, lo_lckowner) { in nfsrv_dumpaclient() 1170 struct nfslock *lop; in nfsrv_dumplocks() local 1245 lop = LIST_FIRST(&lfp->lf_lock); in nfsrv_dumplocks() 1246 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) { in nfsrv_dumplocks() 1247 stp = lop->lo_stp; in nfsrv_dumplocks() 1248 ldumpp[cnt].ndlck_flags = lop->lo_flags; in nfsrv_dumplocks() 1249 ldumpp[cnt].ndlck_first = lop->lo_first; in nfsrv_dumplocks() 1250 ldumpp[cnt].ndlck_end = lop->lo_end; in nfsrv_dumplocks() [all …]
|
H A D | nfs_nfsdserv.c | 763 struct nfslock lo, *lop = &lo; in nfsrvd_read() local 795 lop->lo_flags = NFSLCK_READ; in nfsrvd_read() 833 lop->lo_first = off; in nfsrvd_read() 835 lop->lo_end = off + reqlen; in nfsrvd_read() 839 if (lop->lo_end < off) in nfsrvd_read() 840 lop->lo_end = NFS64BITSSET; in nfsrvd_read() 869 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid, in nfsrvd_read() 973 struct nfslock lo, *lop = &lo; in nfsrvd_write() local 998 lop->lo_flags = NFSLCK_WRITE; in nfsrvd_write() 1036 lop->lo_first = off; in nfsrvd_write() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nvidia,tegra-audio-wm8903.yaml | 55 - LOP 78 "Int Spk", "LOP",
|
H A D | wm8903.txt | 52 * LOP
|
H A D | nvidia,tegra-audio-wm8903.txt | 46 "Int Spk", "LOP",
|
H A D | wlf,wm8903.yaml | 23 * LOP
|
/freebsd/lib/msun/ld128/ |
H A D | k_expl.h | 237 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument 259 *lop = tbl[n2].lo + t * (q + r1); in __k_expl() 270 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument 275 __k_expl(x, hip, lop, &k); in k_hexpl() 278 *lop *= twopkm1; in k_hexpl()
|
/freebsd/lib/msun/ld80/ |
H A D | k_expl.h | 219 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument 243 *lop = tbl[n2].lo + t * (q + r1); in __k_expl() 247 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument 252 __k_expl(x, hip, lop, &k); in k_hexpl() 255 *lop *= twopkm1; in k_hexpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 395 LiveOutPair &LOP = Map[MBB]; in updateSSA() 416 LOP = LiveOutPair(VNI, Node); in updateSSA() 428 if (LOP.first == IDomValue.first) in updateSSA() 431 LOP = IDomValue; 390 LiveOutPair &LOP = Map[MBB]; updateSSA() local
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-plutux.dts | 46 "Int Spk", "LOP",
|
H A D | tegra20-tec.dts | 54 "Int Spk", "LOP",
|
H A D | tegra20-medcom-wide.dts | 81 "Int Spk", "LOP",
|
H A D | tegra20-ventana.dts | 704 "Int Spk", "LOP",
|
H A D | tegra30-cardhu.dtsi | 656 "Int Spk", "LOP",
|
H A D | tegra20-harmony.dts | 742 "Int Spk", "LOP",
|
H A D | tegra20-seaboard.dts | 906 "Int Spk", "LOP",
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 24 /// return the whole name. Otherwise we lop off the last character in our
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 673 const auto *LOp = L->getOperand(I); in equivalentAsOperands() local 676 if (LOp == SavedLHS || ROp == SavedRHS) { in equivalentAsOperands() 677 if (LOp != SavedLHS || ROp != SavedRHS) in equivalentAsOperands() 686 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.awk | 125 # lop off trailing \ comments
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 419 int lop = op - TM_ADD + LUA_OPADD; in luaV_arith() local 420 if (lop == LUA_OPDIV) { in luaV_arith() 422 } else if (lop == LUA_OPMOD) { in luaV_arith()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 587 /// Return whether "X LOp (Y ROp Z)" is always equal to 588 /// "(X LOp Y) ROp (X LOp Z)". 589 static bool leftDistributesOverRight(Instruction::BinaryOps LOp, in leftDistributesOverRight() argument 593 if (LOp == Instruction::And) in leftDistributesOverRight() 597 if (LOp == Instruction::Or) in leftDistributesOverRight() 602 if (LOp == Instruction::Mul) in leftDistributesOverRight() 608 /// Return whether "(X LOp Y) ROp Z" is always equal to 609 /// "(X ROp Z) LOp (Y ROp Z)". 610 static bool rightDistributesOverLeft(Instruction::BinaryOps LOp, in rightDistributesOverLeft() argument 613 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1215 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator()); in Fold() local 1217 if ((!LOp && !isa<UnsetInit>(LHSs->getOperator())) || in Fold() 1220 if (LOp && ROp && LOp->getDef() != ROp->getDef()) { in Fold() 1225 Init *Op = LOp ? LOp : ROp; in Fold()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 33 class LOp<list<dag> ops> : Operation<ops>;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1741 const Expr *Cond, BinaryOperator::Opcode LOp, llvm::BasicBlock *TrueBlock, in EmitBranchToCounterBlock() argument 1754 llvm::BasicBlock *CounterIncrBlock = createBasicBlock("lop.rhscnt"); in EmitBranchToCounterBlock() 1768 if (LOp == BO_LAnd) { in EmitBranchToCounterBlock() 1786 else if (LOp == BO_LOr) { in EmitBranchToCounterBlock()
|