Home
last modified time | relevance | path

Searched refs:Users (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9051/
H A Ddb.ldif63 ou: Users
94 ou: Users
125 ou: Users
156 ou: Users
187 ou: Users
218 ou: Users
249 ou: Users
280 ou: Users
311 ou: Users
342 ou: Users
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8800/
H A Ddb.ldif63 ou: Users
94 ou: Users
125 ou: Users
156 ou: Users
187 ou: Users
218 ou: Users
249 ou: Users
280 ou: Users
311 ou: Users
342 ou: Users
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp212 uint64_t Users = Resource2Groups[RSID]; in use() local
213 while (Users) { in use()
215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use()
220 Users &= Users - 1; in use()
235 uint64_t Users = Resource2Groups[RSID]; in release() local
236 while (Users) { in release()
237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release()
240 Users &= Users - 1; in release()
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dtest-limits.ldif81 dn: cn=Unchecked Limited Users,ou=Groups,dc=example,dc=com
84 cn: Unchecked Limited Users
106 dn: ou=Paged Results Users,dc=example,dc=com
108 ou: Paged Results Users
110 dn: cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com
117 dn: cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com
124 dn: cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com
131 dn: cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com
H A Dtest-unordered.ldif14 dn: uid=michael,ou=Users,ou=test,dc=example,dc=com
20 dn: ou=Users,ou=test,dc=example,dc=com
22 ou: Users
48 member: uid=michael,ou=Users,ou=test,dc=example,dc=com
H A Dtest-reordered.ldif14 dn: ou=Users,ou=test,dc=example,dc=com
16 ou: Users
18 dn: uid=michael,ou=Users,ou=test,dc=example,dc=com
48 member: uid=michael,ou=Users,ou=test,dc=example,dc=com
/netbsd-src/usr.sbin/ac/
H A Dac.c81 static struct user_list *Users = NULL; variable
309 Users = update_user(Users, argv[optind], 0L); in main()
367 Users = update_user(Users, lp->usr.ut_name, secs); in show_today()
394 Users = update_user(Users, lp->usr.ut_name, secs); in log_out()
481 show_today(Users, head, secs); in ac()
540 show_today(Users, head, secs); in ac()
549 show_today(Users, head, time((time_t *)0)); in ac()
552 show_users(Users); in ac()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h57 SmallVector<VPUser *, 1> Users; variable
127 unsigned getNumUsers() const { return Users.size(); } in getNumUsers()
128 void addUser(VPUser &User) { Users.push_back(&User); } in addUser()
135 erase_if(Users, [&User, &Found](VPUser *Other) { in removeUser()
151 user_iterator user_begin() { return Users.begin(); } in user_begin()
152 const_user_iterator user_begin() const { return Users.begin(); } in user_begin()
153 user_iterator user_end() { return Users.end(); } in user_end()
154 const_user_iterator user_end() const { return Users.end(); } in user_end()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp49 SmallVector<const Value *, 4> Users{F}; in isPossibleIndirectCallTarget() local
50 while (!Users.empty()) { in isPossibleIndirectCallTarget()
51 const Value *FnOrCast = Users.pop_back_val(); in isPossibleIndirectCallTarget()
71 Users.push_back(FnUser); in isPossibleIndirectCallTarget()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCheck.rst16 Processing: /Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc.
17 /Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:2:12: error: expected ';' at end of
26 …(FunctionDecl 0x7ff3a302a8d0 </Users/danieljasper/clang/llvm/tools/clang/docs/snippet.cc:1:1, line…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp163 SmallPtrSet<MachineInstr *, 32> Users; in localizeIntraBlock() local
166 Users.insert(&UseMI); in localizeIntraBlock()
170 if (Users.empty()) in localizeIntraBlock()
175 while (II != MBB.end() && !Users.count(&*II)) in localizeIntraBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp25 const auto &Users = OldF.users(); in replaceFunctionCalls() local
26 for (auto I = Users.begin(), E = Users.end(); I != E; ) in replaceFunctionCalls()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DDoxyfile28 STRIP_FROM_PATH = "/Users/creed/projects/elftosb/elftosb2" \
29 "/Users/creed/projects/sgtl/elftosb/sbtool" \
30 "/Users/creed/projects/elftosb/common" \
31 "/Users/creed/projects/sgtl/elftosb/common"
/netbsd-src/external/bsd/elftosb/dist/keygen/
H A DDoxyfile28 STRIP_FROM_PATH = "/Users/creed/projects/elftosb/sbtool" \
29 "/Users/creed/projects/sgtl/elftosb/sbtool" \
30 "/Users/creed/projects/elftosb/common" \
31 "/Users/creed/projects/sgtl/elftosb/common"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp150 const auto &Users = P->users(); in getPromotablePHINodes() local
152 if (!llvm::all_of(Users, IsValidUser) || in getPromotablePHINodes()
169 const auto &Users = P->users(); in getPromotablePHINodes() local
171 if (!llvm::all_of(Users, IsPromotable) || in getPromotablePHINodes()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DDoxyfile28 STRIP_FROM_PATH = "/Users/creed/projects/elftosb/sbtool" \
29 "/Users/creed/projects/sgtl/elftosb/sbtool" \
30 "/Users/creed/projects/elftosb/common" \
31 "/Users/creed/projects/sgtl/elftosb/common"
/netbsd-src/external/bsd/unbound/dist/contrib/ios/
H A Dopenssl.patch8 +/* Users should configure with -DNO_FORK */
32 +/* Users should configure with -DNO_FORK */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp154 SmallVector<User *, 16> Users(GV->users()); in lowerGlobal() local
155 for (unsigned I = 0, E = Users.size(); I != E; ++I) { in lowerGlobal()
156 User *U = Users[I]; in lowerGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp49 SmallVectorImpl<User> &Users) const { in getResourceUsers()
56 Users.emplace_back(U); in getResourceUsers()
509 SmallVector<std::pair<unsigned, unsigned>, 4> Users; in onEvent() local
512 Tracker.getResourceUsers(Current, Users); in onEvent()
513 for (const std::pair<unsigned, unsigned> &U : Users) in onEvent()
515 Users.clear(); in onEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp50 SmallVectorImpl<CoroSubFnInst *> &Users) { in replaceWithConstant() argument
51 if (Users.empty()) in replaceWithConstant()
57 Type *IntrTy = Users.front()->getType(); in replaceWithConstant()
67 for (CoroSubFnInst *I : Users) in replaceWithConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp424 DenseSet<Instruction *> &Users);
428 DenseSet<Instruction *> &Users);
697 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() argument
701 if (!Users.insert(I).second) in collectInLoopUserSet()
734 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() argument
736 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
1583 SmallInstructionVector Users; in replaceSelected() local
1585 Users.push_back(cast<Instruction>(U)); in replaceSelected()
1588 for (Instruction *User : Users) in replaceSelected()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstruction.cpp61 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued()
82 Users.emplace_back(User, ReadAdvance); in addUser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp291 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
295 Users.push_back(UI); in lowerAcrossUnwindEdges()
301 while (!Users.empty()) { in lowerAcrossUnwindEdges()
302 Instruction *U = Users.pop_back_val(); in lowerAcrossUnwindEdges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h147 SmallVector<std::pair<ReadState *, int>, 4> Users; variable
182 unsigned NumUsers = Users.size(); in getNumUsers()
207 assert(Users.empty() && "Write is in an inconsistent state."); in setEliminated()
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dsecurity.sdf339 > ldap_search_base: cn=Users,DC=ad,DC=example,DC=com
342 > ldap_bind_dn: cn=saslauthd,cn=Users,DC=ad,DC=example,DC=com
365 > -D cn=saslauthd,cn=Users,DC=ad,DC=example,DC=com \
373 > -D cn=saslauthd,cn=Users,DC=ad,DC=example,DC=com \
375 > -b cn=Users,DC=ad,DC=example,DC=com \
381 > -D cn=user,cn=Users,DC=ad,DC=example,DC=com \
383 > -b cn=user,cn=Users,DC=ad,DC=example,DC=com \

12345678910>>...14