/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 | log1pf.sollya | 21 for i from 2 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);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallSet.h | 266 template <typename T, unsigned LN, unsigned RN, typename C> 267 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { 278 template <typename T, unsigned LN, unsigned RN, typename C> 279 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
|
/freebsd/contrib/lua/src/ |
H A D | liolib.c | 432 } RN; typedef 438 static int nextc (RN *rn) { in nextc() 454 static int test2 (RN *rn, const char *set) { in test2() 464 static int readdigits (RN *rn, int hex) { in readdigits() 478 RN rn; in read_number()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 352 auto *RN = new RootDDGNode(); in createRootNode() local 353 assert(RN && "Failed to allocate memory for DDG root node."); in createRootNode() 354 Graph.addNode(*RN); in createRootNode() 355 return *RN; in createRootNode()
|
H A D | RegionInfo.h | 884 bool operator==(const Region &RN) const { 885 return this == reinterpret_cast<const RegionNode *>(&RN); 895 bool operator==(const RegionNode &RN) const { 896 return &RN == reinterpret_cast<const RegionNode *>(this);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 73 unsigned LN = LHSSelector.getNumArgs(), RN = RHSSelector.getNumArgs(); in compare() local 74 for (unsigned I = 0, N = std::min(LN, RN); I != N; ++I) { in compare() 80 return compareInt(LN, RN); in compare()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 534 for (RegionNode *RN : reverse(Order)) { in collectInfos() 536 << (RN->isSubRegion() ? "SubRegion with entry: " : "") in collectInfos() 537 << RN->getEntry()->getName() << "\n"); in collectInfos() 540 gatherPredicates(RN); in collectInfos() 543 Visited.insert(RN->getEntry()); in collectInfos() 546 analyzeLoops(RN); in collectInfos()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 1034 Record *getResult(unsigned RN) const { in getResult() argument 1035 assert(RN < Results.size()); in getResult() 1036 return Results[RN]; in getResult() 1044 Record *getImpResult(unsigned RN) const { in getImpResult() argument 1045 assert(RN < ImpResults.size()); in getImpResult() 1046 return ImpResults[RN]; in getImpResult()
|
/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 | 1083 GepNode *RN = NA[0]; in fabricateGEP() local 1084 assert((RN->Flags & GepNode::Root) && "Creating GEP for non-root"); in fabricateGEP() 1087 Value *Input = RN->BaseVal; in fabricateGEP() 1088 Type *InpTy = RN->PTy; in fabricateGEP() 1113 NewInst->setIsInBounds(RN->Flags & GepNode::InBounds); in fabricateGEP()
|
H A D | HexagonExpandCondsets.cpp | 232 void renameInRange(RegisterRef RO, RegisterRef RN, unsigned PredR, 932 void HexagonExpandCondsets::renameInRange(RegisterRef RO, RegisterRef RN, in renameInRange() argument 948 Op.setReg(RN.Reg); in renameInRange() 949 Op.setSubReg(RN.Sub); in renameInRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 139 RN, enumerator
|
/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/include/llvm/Support/ |
H A D | GenericDomTree.h | 390 const DomTreeNodeBase<NodeT> *RN = getNode(R); 391 if (!RN) 394 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()
|