| /freebsd/sys/netsmb/ |
| H A D | smb_crypt.c | 88 smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_encrypt() argument 103 smb_E(S21, C8, RN); in smb_encrypt() 104 smb_E(S21 + 7, C8, RN + 8); in smb_encrypt() 105 smb_E(S21 + 14, C8, RN + 16); in smb_encrypt() 111 smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_ntencrypt() argument 132 smb_E(S21, C8, RN); in smb_ntencrypt() 133 smb_E(S21 + 7, C8, RN + 8); in smb_ntencrypt() 134 smb_E(S21 + 14, C8, RN + 16); in smb_ntencrypt()
|
| H A D | smb_subr.h | 111 int smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN); 112 int smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegionInfo.h | 56 bool operator==(const MachineRegion &RN) const { 57 return this == reinterpret_cast<const MachineRegionNode *>(&RN); 68 bool operator==(const MachineRegionNode &RN) const { 69 return &RN == reinterpret_cast<const MachineRegionNode *>(this);
|
| H A D | RDFLiveness.h | 146 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
|
| /freebsd/contrib/arm-optimized-routines/math/tools/ |
| H A D | exp10.sollya | 49 log10_2 = round(N * log(10) / log(2), wp, RN); 51 log2_10_hi = round(log2_10, wp, RN); 52 log2_10_lo = round(log2_10 - log2_10_hi, wp, RN);
|
| H A D | cbrt.sollya | 20 for i from 0 to deg do round(coeff(poly,i), D, RN);
|
| H A D | cbrtf.sollya | 20 for i from 0 to deg do round(coeff(poly,i), SG, RN);
|
| H A D | expm1f.sollya | 21 for i from 2 to deg do round(coeff(poly,i), SG, RN);
|
| H A D | expm1.sollya | 21 for i from 2 to deg do round(coeff(poly,i), D, RN);
|
| H A D | log1pf.sollya | 21 for i from 2 to deg do round(coeff(poly,i), SG, RN);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallSet.h | 282 template <typename T, unsigned LN, unsigned RN, typename C> 283 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { 294 template <typename T, unsigned LN, unsigned RN, typename C> 295 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
|
| /freebsd/contrib/lua/src/ |
| H A D | liolib.c | 435 } RN; typedef 441 static int nextc (RN *rn) { in nextc() 457 static int test2 (RN *rn, const char *set) { in test2() 467 static int readdigits (RN *rn, int hex) { in readdigits() 481 RN rn; in read_number()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DDG.h | 354 auto *RN = new RootDDGNode(); in createRootNode() local 355 assert(RN && "Failed to allocate memory for DDG root node."); in createRootNode() 356 Graph.addNode(*RN); in createRootNode() 357 return *RN; in createRootNode()
|
| H A D | RegionInfo.h | 882 bool operator==(const Region &RN) const { 883 return this == reinterpret_cast<const RegionNode *>(&RN); 893 bool operator==(const RegionNode &RN) const { 894 return &RN == reinterpret_cast<const RegionNode *>(this);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 71 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local 72 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) { in compare() 78 return compareInt(LN, RN); in compare()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 72 for (unsigned R = 0, RN = DFG.getTRI().getNumRegs(); R != RN; ++R) { in isLiveInstr() local
|
| H A D | HexagonCommonGEP.cpp | 1078 GepNode *RN = NA[0]; in fabricateGEP() local 1079 assert((RN->Flags & GepNode::Root) && "Creating GEP for non-root"); in fabricateGEP() 1082 Value *Input = RN->BaseVal; in fabricateGEP() 1083 Type *InpTy = RN->PTy; in fabricateGEP() 1108 NewInst->setIsInBounds(RN->Flags & GepNode::InBounds); in fabricateGEP()
|
| H A D | HexagonExpandCondsets.cpp | 225 void renameInRange(RegisterRef RO, RegisterRef RN, unsigned PredR, 915 void HexagonExpandCondsets::renameInRange(RegisterRef RO, RegisterRef RN, in renameInRange() argument 931 Op.setReg(RN.Reg); in renameInRange() 932 Op.setSubReg(RN.Sub); in renameInRange()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.h | 1048 const Record *getResult(unsigned RN) const { in getResult() argument 1049 assert(RN < Results.size()); in getResult() 1050 return Results[RN]; in getResult() 1058 const Record *getImpResult(unsigned RN) const { in getImpResult() argument 1059 assert(RN < ImpResults.size()); in getImpResult() 1060 return ImpResults[RN]; in getImpResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 580 for (RegionNode *RN : reverse(Order)) { in collectInfos() 582 << (RN->isSubRegion() ? "SubRegion with entry: " : "") in collectInfos() 583 << RN->getEntry()->getName() << "\n"); in collectInfos() 586 gatherPredicates(RN); in collectInfos() 589 Visited.insert(RN->getEntry()); in collectInfos() 592 analyzeLoops(RN); in collectInfos()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 343 const RegisterSDNode *RN = dyn_cast<RegisterSDNode>(BasePtr.getOperand(0)); in select() local 345 if (!RN || (RN->getReg() != AVR::SP)) { in select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 205 RN, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTree.h | 427 const DomTreeNodeBase<NodeT> *RN = getNode(R); 428 if (!RN) 431 WL.push_back(RN);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 257 rnd ← bfp_ROUND_TO_BFP128(RO, FPSCR.RN, v) 262 rnd ← bfp_ROUND_TO_BFP128(RO, FPSCR.RN, v) 267 rnd ← bfp_NEGATE(bfp_ROUND_TO_BFP128(RO, FPSCR.RN, v)) 272 rnd ← bfp_NEGATE(bfp_ROUND_TO_BFP128(RO, FPSCR.RN, v))
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 112 for (const std::pair<unsigned, std::string> &RN : Info->RecordNames) in GetCodeName() local 113 if (RN.first == CodeID) in GetCodeName() 114 return RN.second.c_str(); in GetCodeName()
|