/netbsd-src/external/bsd/openldap/dist/tests/data/ |
H A D | monitor4.out | 1 dn: cn=Abandon,cn=Operations,cn=Monitor 5 entryDN: cn=Abandon,cn=Operations,cn=Monitor 7 dn: cn=Add,cn=Operations,cn=Monitor 11 entryDN: cn=Add,cn=Operations,cn=Monitor 13 dn: cn=Bind,cn=Operations,cn=Monitor 17 entryDN: cn=Bind,cn=Operations,cn=Monitor 19 dn: cn=Compare,cn=Operations,cn=Monitor 23 entryDN: cn=Compare,cn=Operations,cn=Monitor 25 dn: cn=Delete,cn=Operations,cn=Monitor 29 entryDN: cn=Delete,cn=Operations,cn=Monitor [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 70 SmallDenseMap<std::pair<NodePtr, NodePtr>, int, 4> Operations; variable 71 Operations.reserve(AllUpdates.size()); 79 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1); 83 Result.reserve(Operations.size()); 84 for (auto &Op : Operations) { 101 Operations[{U.getFrom(), U.getTo()}] = int(i); 103 Operations[{U.getTo(), U.getFrom()}] = int(i); 107 const auto &OpA = Operations[{A.getFrom(), A.getTo()}]; 108 const auto &OpB = Operations[{B.getFrom(), B.getTo()}];
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/ |
H A D | IRMutator.h | 75 std::vector<fuzzerop::OpDescriptor> Operations; variable 81 InjectorIRStrategy(std::vector<fuzzerop::OpDescriptor> &&Operations) in InjectorIRStrategy() argument 82 : Operations(std::move(Operations)) {} in InjectorIRStrategy() 87 return Operations.size(); in getWeight()
|
/netbsd-src/external/bsd/openldap/dist/tests/data/lloadd/ |
H A D | monitor.ldif | 10 dn: cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 13 dn: cn=Bind,cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 21 dn: cn=Other,cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 42 dn: cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 45 dn: cn=Bind,cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 53 dn: cn=Other,cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 120 dn: cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 123 dn: cn=Bind,cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor 131 dn: cn=Other,cn=Operations,cn=Load Balancer,cn=Backends,cn=Monitor
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 464 (*--... Operations on integer types ........................................--*) 474 (*--... Operations on real types ...........................................--*) 481 (*--... Operations on function types .......................................--*) 489 (*--... Operations on struct types .........................................--*) 504 (*--... Operations on pointer, vector, and array types .....................--*) 518 (*--... Operations on other types ..........................................--*) 534 (*--... Operations on uses .................................................--*) 566 (*--... Operations on users ................................................--*) 573 (*--... Operations on constants of (mostly) any type .......................--*) 585 (*--... Operations on instructions .........................................--*) [all …]
|
H A D | llvm.mli | 587 (** {7 Operations on integer types} *) 618 (** {7 Operations on real types} *) 641 (** {7 Operations on function types} *) 667 (** {7 Operations on struct types} *) 710 (** {7 Operations on pointer, vector, and array types} *) 750 (** {7 Operations on other types} *) 859 (** {7 Operations on constants of (mostly) any type} *) 902 (** {7 Operations on instructions} *) 923 (** {7 Operations on metadata} *) 965 (** {7 Operations on scalar constants} *) [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 137 SmallVector<Instruction *, 4> Operations; in handlePhiDef() local 141 Operations.push_back(ZExt); in handlePhiDef() 147 Operations.push_back(SExt); in handlePhiDef() 160 Operations.push_back(BinOp); in handlePhiDef() 166 for (auto Op : llvm::reverse(Operations)) { in handlePhiDef()
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-sermersheim-ldap-distproc-xx.txt | 8 Distributed Procedures for LDAP Operations 67 Internet-Draft Distributed Procedures for LDAP Operations February 2005 82 1. Distributed Operations Overview . . . . . . . . . . . . . . 3 127 Internet-Draft Distributed Procedures for LDAP Operations February 2005 131 1. Distributed Operations Overview 189 Internet-Draft Distributed Procedures for LDAP Operations February 2005 248 Internet-Draft Distributed Procedures for LDAP Operations February 2005 313 Internet-Draft Distributed Procedures for LDAP Operations February 2005 377 Internet-Draft Distributed Procedures for LDAP Operations February 2005 440 Internet-Draft Distributed Procedures for LDAP Operations February 2005 [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A D | CMakeLists.txt | 5 Operations.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/ |
H A D | BUILD.gn | 16 "Operations.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
H A D | GenericOpcode.rst | 179 Scalar Operations 277 Integer Operations 429 Floating Point Operations 568 Vector Specific Operations 603 Vector Reduction Operations 642 Memory Operations 781 Other Operations
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrTDX.td | 27 // SEAMOPS - SEAM Operations
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | TODO | 23 - implement some Controls/Extended Operations
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | provider.pod | 88 I<operation_id> is an operation identity (see L</Operations> below). 100 =head2 Operations section in DESCRIPTION 102 Operations are referred to with numbers, via macros with names
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OperationKinds.def | 1 //===--- OperationKinds.def - Operations Database ---------------*- C++ -*-===// 39 //===- Cast Operations ---------------------------------------------------===// 363 //===- Binary Operations -------------------------------------------------===// 417 //===- Unary Operations ---------------------------------------------------===//
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc3088.txt | 213 3. Protocol Operations 231 3.1. Basic Operations 249 3.3. Unbind Operations 254 3.4. Extended Operations 260 3.5. Update Operations
|
H A D | rfc4521.txt | 81 3.1.4. Extending the Update Operations with Controls .......8 82 3.1.5. Extending the Responseless Operations with Controls..8 83 3.2. Extended Operations ........................................8 399 3.1.4. Extending the Update Operations with Controls 426 3.1.5. Extending the Responseless Operations with Controls 433 3.2. Extended Operations 435 Extended Operations [Protocol, Section 4.12] are the RECOMMENDED
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCV.td | 186 "'Zvamo' (Vector AMO Operations)", 190 "'Zvamo' (Vector AMO Operations)">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
H A D | gfx10_msg.rst | 51 Message name Message Id Supported Operations Operation Id Stream Id
|
H A D | gfx9_msg.rst | 51 Message name Message Id Supported Operations Operation Id Stream Id
|
H A D | gfx8_msg.rst | 51 Message name Message Id Supported Operations Operation Id Stream Id
|
H A D | gfx90a_msg.rst | 51 Message name Message Id Supported Operations Operation Id Stream Id
|
H A D | gfx7_msg.rst | 51 Message name Message Id Supported Operations Operation Id Stream Id
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/ |
H A D | README | 34 Password Modify Extended Operations, thanks to the password-hash
|