Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/netbsd/src/external/lgpl3/gmp/dist/mpn/pa64/
DREADME37 cycle two ALU operations and two MEM operations can issue, but just one of the
38 MEM operations may be a store. The two ALU operations can be almost any
39 combination of non-memory operations. Unlike every other processor, integer
40 and fp operations are completely equal here; they both count as just ALU
41 operations.
43 Unfortunately, some operations cause hickups in the pipeline. Combining
44 carry-consuming operations like ADD,DC with operations that does not set carry
45 like ADD,L cause long delays. Skip operations also seem to cause hickups. If
48 operations/cycle.
51 MEM operations, but for full pipeline utilization, it is still a good idea to
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc4373.txt32 of update operations within a pair of LDAP extended operations to
33 notify the server that the update operations in the framed set are
34 related in such a way that the ordering of all operations can be
36 the client. Update operations can be grouped within a single
127 standard LDAP [RFC2251] update operations. However, this protocol
129 update operations asynchronously and still allow the server to
130 maintain proper ordering of the operations. It also allows the
132 large set of update operations and then to change its processing
133 strategy to more efficiently process the operations.
144 (acting as a client) that supplies a set of update operations to a
[all …]
Drfc3909.txt39 operations. The Abandon operation does not have a response and
52 operations.
145 performed. The following classes of operations are not cancelable:
147 - operations which have no response,
149 - operations which create, alter, or destroy authentication and/or
152 - operations which establish, alter, or tear-down security services,
155 - operations which abandon or cancel other operations.
158 Cancel operations are not cancelable.
182 This operation is intended to allow a user to cancel operations they
185 different outstanding operations may be processed under different
[all …]
Drfc4528.txt35 operations.
71 operations.
108 operations [RFC4511], including Add, Compare, Delete, Modify,
110 Bind, Unbind, and StartTLS operations.
126 For Add, Compare, and ModifyDN operations, the target is indicated by
127 the entry field in the request. For Modify operations, the target is
128 indicated by the object field. For Delete operations, the target is
129 indicated by the DelRequest type. For Compare operations and all
130 update operations, the evaluation of the assertion MUST be performed
135 For Search operations, the target is indicated by the baseObject
[all …]
Drfc5805.txt17 Lightweight Directory Access Protocol (LDAP) update operations, such
18 as Add, Delete, and Modify operations, have atomic, consistency,
20 operations act upon an entry. It is often desirable to update two or
67 operations [RFC4511] and have them performed as one unit of
68 interaction, a transaction. As with distinct update operations, each
72 This extension consists of two extended operations, one control, and
75 identifier is then attached to multiple update operations to indicate
248 nature of the failure. All operations that were to be processed as
262 abort the identified transaction (abandoning all operations that are
268 processes all update operations of the transaction as one atomic,
[all …]
Drfc2649.txt31 LDAP v3 based mechanism for signing directory operations in order to
72 guaranteed by allowing for the digital signing of the operations that
96 Signed directory operations is a straightforward application of
107 audit trail of signed operations. The LDAP control is (OID =
214 Some LDAP servers will only allow operations that include the
233 DESC 'how many of the LDAP operations must be signed'
244 not contain any gaps that would result from unsigned operations.
311 operations.
325 to sign all of their operations. In this situation the server always
407 that guarantees the origin and integrity of LDAP v3 operations. Such
[all …]
Drfc3088.txt216 operations. The service supports operations extended through certain
233 Basic (add, compare, delete, modify, rename, search) operations
258 operations.
263 all update operations as this is an unauthenticated service.
273 provided with operations.
276 service will return unwillingToPerform for non-search operations.
277 For search operations, an entry will be returned if within scope and
309 operations.
374 operation before issuing of other operations. As the referral
/netbsd/src/lib/libc/softfloat/
Dtimesoftfloat.txt65 some operations do not require rounding--only the nearest/even rounding mode
69 precision operations affected by rounding precision control, `timesoftfloat'
76 the function in kops/s, or ``thousands of operations per second''. This
78 point operations per second'') only in being a factor of 1000 smaller.
86 Note that the remainder operations (`float32_rem', `float64_rem',
88 operations, particularly for extended double precision (`floatx80') and
141 sequence, multiple operations can also be tested with a single invocation.
Dsoftfloat.txt15 precision, and quadruple precision. All operations required by the standard
111 SoftFloat implements the following arithmetic operations:
116 -- The usual add, subtract, multiply, divide, and square root operations
136 for all operations that require rounding. The rounding mode is selected
147 of the standard arithmetic operations is controlled by the global variable
148 `floatx80_rounding_precision'. The operations affected are:
153 operations are rounded (as usual) to the full precision of the extended
155 or to 64 causes the operations listed to be rounded to reduced precision
/netbsd/src/external/bsd/kyua-cli/lib/utils/
DMakefile40 fs/operations.cpp \
43 SRCS+= logging/operations.cpp
64 text/operations.cpp \
/netbsd/src/external/lgpl3/gmp/dist/mpn/powerpc64/
DREADME68 Memory: Any two memory operations can issue, but memory subsystem
71 Simple integer: 2 operations (such as add, rl*)
90 mul: 18 cycles (average) unless floating-point operations are used,
128 Simple integer: 2 operations every cycle, latency 2.
129 Integer multiply: 2 operations every 6th cycle, latency 7 cycles.
142 point operations should give performance of about 20 cycles for 3 limbs, or 7
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dcortex-a15.md26 ;; 1. Two pipelines for simple integer operations: SX1, SX2
27 ;; 2. Individual units for Neon and FP operations as in cortex-a15-neon.md
28 ;; 3. One pipeline for branch operations: BX
29 ;; 4. One pipeline for integer multiply and divide operations: MX
30 ;; 5. Two pipelines for load and store operations: LS1, LS2
Darm926ejs.md58 ;; ALU operations with no shifted operand
73 ;; ALU operations with a shift-by-register operand
90 ;; times. Multiply operations occur in both the execute and memory
128 ;; the difference between operations with a base register writeback
/netbsd/src/external/bsd/lutok/lib/liblutok/
DMakefile26 operations.cpp \
33 operations.hpp \
/netbsd/src/external/lgpl3/gmp/dist/mpn/sparc32/
DREADME50 programs that perform so many memory operations that there are not enough
51 non-memory operations to issue in parallel with all memory operations, using
/netbsd/src/usr.sbin/npf/npfctl/
Dnpfctl.c554 } operations[] = { in main() local
585 for (int n = 0; operations[n].cmd != NULL; n++) { in main()
586 const char *opcmd = operations[n].cmd; in main()
591 npfctl(operations[n].action, argc, argv); in main()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2016165 * testsuite/experimental/filesystem/operations/is_empty.cc:
168 * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
1049 * testsuite/experimental/filesystem/operations/last_write_time.cc:
1117 * testsuite/experimental/filesystem/operations/last_write_time.cc:
1123 * testsuite/experimental/filesystem/operations/copy.cc: Remove files
1125 * testsuite/experimental/filesystem/operations/copy_file.cc: Remove
1127 * testsuite/experimental/filesystem/operations/equivalent.cc: New.
1128 * testsuite/experimental/filesystem/operations/is_empty.cc: New.
1129 * testsuite/experimental/filesystem/operations/read_symlink.cc: Remove
1131 * testsuite/experimental/filesystem/operations/remove_all.cc: New.
[all …]
/netbsd/src/external/lgpl3/gmp/dist/doc/
Disa_abi_headache37 AR64 = Arithmetic operations are 64-bit using 64-bit instructions
51 operations through a `long long' type. For the latter to be useful to
52 GMP, the ABI must allow operations using the native 64-bit
121 registers/operations, the compilers under AIX are similar to Solaris'
/netbsd/src/sys/arch/hp300/DOC/
DOptions100 the default is to use mapped copy for operations on one page
106 Normally, in startup() we use vm_map operations to initially
109 which serve no purpose since remaining buffer operations
111 symbol will cause startup() to use pmap operations to map the
/netbsd/src/external/bsd/openpam/dist/doc/man/
Dpam.man3 of common authentication-related operations and provides a framework
4 for dynamically loaded modules that implement these operations in
15 The sequence of operations the server goes through to authenticate a
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
Dtestfloat-source.txt13 All standard operations supported by the system can be tested, except for
64 32 bits, only single- and double-precision operations can be tested.
212 The `systfloat' module uses the floating-point operations of the C language
214 floating-point operations are not accessible within ISO/ANSI C. The
227 The `-list' option to `testfloat' will show the operations the program is
319 floating-point operations of the C language. Unfortunately, some IEC/IEEE
320 floating-point operations are not defined within ISO/ANSI C. If a machine
321 implements such ``non-C'' operations, target-specific subroutines for
322 the operations can be supplied to allow TestFloat to test these machine
350 Note that the `-list' option to `testfloat' will show the operations
[all …]
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/
DREADME30 Deny selected operations, returning unwillingToPerform.
42 Remove null operations, e.g. changing a value to same as before.
/netbsd/src/sys/external/bsd/sljit/dist/
DAPI_CHANGES40 point operations. And an L prefix to long multiplication
89 Register arguments of operations with SLJIT_INT_OP flag
95 All operations whose support the SLJIT_INT_OP flag, have an
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dappendix-contrib.sdf53 Deny selected operations, returning {{unwillingToPerform}}.
68 Remove null operations, e.g. changing a value to same as before.
/netbsd/src/external/bsd/openldap/dist/doc/drafts/
Ddraft-sermersheim-ldap-chaining-xx.txt41 for LDAP operations. By using the control with various LDAP
42 operations, a directory client (DUA), or directory server (DSA)
43 specifies whether or not a DSA or secondary DSA chains operations to
64 or during other parts of operations like search which apply to a
120 completed. This scenario occurs during search operations, and may
121 occur during yet to be defined future operations. If this field is
181 operations. When it is used with other controls or with extended
182 operations not listed here, server behavior is undefined unless

12345678910>>...36