Home
last modified time | relevance | path

Searched refs:Operations (Results 1 – 25 of 200) sorted by relevance

12345678

/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dmonitor4.out1 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 DCFGUpdate.h70 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 DIRMutator.h75 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 Dmonitor.ldif10 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 Dllvm.ml464 (*--... 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 Dllvm.mli587 (** {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 DLowerExpectIntrinsic.cpp137 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 Ddraft-sermersheim-ldap-distproc-xx.txt8 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 DCMakeLists.txt5 Operations.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/FuzzMutate/
H A DBUILD.gn16 "Operations.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DGenericOpcode.rst179 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 DX86InstrTDX.td27 // SEAMOPS - SEAM Operations
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/
H A DTODO23 - implement some Controls/Extended Operations
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td11 // Selection DAG Pattern Operations
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider.pod88 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 DOperationKinds.def1 //===--- OperationKinds.def - Operations Database ---------------*- C++ -*-===//
39 //===- Cast Operations ---------------------------------------------------===//
363 //===- Binary Operations -------------------------------------------------===//
417 //===- Unary Operations ---------------------------------------------------===//
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3088.txt213 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 Drfc4521.txt81 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 DRISCV.td186 "'Zvamo' (Vector AMO Operations)",
190 "'Zvamo' (Vector AMO Operations)">;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx10_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx9_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx8_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx90a_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
H A Dgfx7_msg.rst51 Message name Message Id Supported Operations Operation Id Stream Id
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/
H A DREADME34 Password Modify Extended Operations, thanks to the password-hash

12345678