Home
last modified time | relevance | path

Searched refs:algorithms (Results 1 – 25 of 127) sorted by relevance

123456

/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A DCMakeLists.txt160 algorithms.partition_point.bench.cpp
161 algorithms/lower_bound.bench.cpp
162 algorithms/make_heap.bench.cpp
163 algorithms/make_heap_then_sort_heap.bench.cpp
164 algorithms/min_max_element.bench.cpp
165 algorithms/pop_heap.bench.cpp
166 algorithms/push_heap.bench.cpp
167 algorithms/ranges_make_heap.bench.cpp
168 algorithms/ranges_make_heap_then_sort_heap.bench.cpp
169 algorithms/ranges_pop_heap.bench.cpp
[all …]
/openbsd-src/lib/libfido2/src/
H A Dinfo.c270 return (decode_algorithms(val, &ci->algorithms)); in parse_reply_element()
361 fido_algo_array_free(&ci->algorithms); in fido_cbor_info_reset()
493 return (ci->algorithms.len); in fido_cbor_info_algorithm_count()
499 if (idx >= ci->algorithms.len) in fido_cbor_info_algorithm_type()
502 return (ci->algorithms.ptr[idx].type); in fido_cbor_info_algorithm_type()
508 if (idx >= ci->algorithms.len) in fido_cbor_info_algorithm_cose()
511 return (ci->algorithms.ptr[idx].cose); in fido_cbor_info_algorithm_cose()
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DUnspecifiedBehaviorRandomization.rst28 algorithms and optimizations to the containers.
33 to gradually fix their tests while updating to new faster algorithms.
40 * This macro randomizes the unspecified behavior of algorithms and containers.
65 stability of sorting and selection algorithms. As we also plan on updating
66 (or least, providing under flag more) sorting algorithms, this effort helps
H A DDebugMode.rst32 Libc++ provides some checks for the consistency of comparators passed to algorithms. Specifically,
33 many algorithms such as ``binary_search``, ``merge``, ``next_permutation``, and ``sort``, wrap the
69 future faster versions of these algorithms that might not have the exact same behavior.
H A DHeaderRemovalPolicy.rst11 possible to only include the headers for the algorithms used. When the
26 algorithms will still work through those transitive includes. This problem is
/openbsd-src/gnu/llvm/libcxx/docs/
H A DReleaseNotes.rst55 algorithms and their variations (``copy_backward``, etc.) apply optimizations
57 using these algorithms that currently relies on undefined behavior (this
58 includes indirect usage -- for example, these algorithms are used in the
60 algorithms check the given iterator types for conformance more strictly.
94 …d::deque<>::iterator``, which can lead to up to 20x performance improvements on certain algorithms.
97 iterators and algorithms.
H A DTestingLibcxx.rst177 $ ./algorithms.libcxx.out # Runs all the benchmarks
178 $ ./algorithms.libcxx.out --benchmark_filter=BM_Sort.* # Only runs the sort benchmarks
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DRangesAlgorithms.csv2 C++20,all C++20 algorithms,N/A,N/A,✅
H A DCxx17Papers.csv101 …G","Allowing copies as arguments to function objects given to parallel algorithms in response to C…
102 …://wg21.link/P0523R1>`__","LWG","Wording for CH 10: Complexity of parallel algorithms","Kona","",""
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL36 1.3. transport: New public key algorithms "ssh-rsa-cert-v01@openssh.com",
42 OpenSSH introduces new public key algorithms to support certificate
54 1.5 transport: Protocol 2 Encrypt-then-MAC MAC algorithms
56 OpenSSH supports MAC algorithms, whose names contain "-etm", that
65 Specifically, the "-etm" MAC algorithms modify the transport protocol
88 AES-GCM is only negotiated as the cipher algorithms
91 the exchanged MAC algorithms are ignored and there doesn't have to be
147 may append "kex-strict-s-v00@openssh.com". These pseudo-algorithms
173 server signature algorithms.
414 key algorithms to better ones. It also supports graceful key rotation:
H A DPROTOCOL.sshsig66 or slow hardware or on a remote ssh-agent. The supported hash algorithms
H A DPROTOCOL.chacha20poly130528 the offered MAC algorithms are ignored and no MAC is required to be
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/23_containers/
H A Dwrappers_h.txt10 * the algorithms library, and lengthof is a "sizing" function.
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/23_containers/
H A Dwrappers_h.txt10 * the algorithms library, and lengthof is a "sizing" function.
/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A DREADME37 totyped three different external-hashing algorithms [Lar78,
83 algorithms[2], and the hash functions used. It is easy to
286 external hashing. There are other interesting algorithms in
293 with other algorithms. See the June 1988 issue of ACM Com-
/openbsd-src/lib/libfido2/src/fido/
H A Dtypes.h230 fido_algo_array_t algorithms; /* list of supported algorithms */ member
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DDESIGN119 usable with the following: containers, algorithms, iterators,
293 the chapter 25 algorithms, and even C library functions such as strchr,
315 25 algorithms
663 absence, many of the algorithms and containers can be partial-
681 from specializations of some algorithms.
702 algorithms may be specialized for this case. Of course the
706 Many of the algorithms must be specialized for the streambuf
717 The algorithms are "mostly complete". As mentioned above, they
720 Specializations of many of the algorithms for non-STL types would
741 and the few algorithms from the STL are "mostly done". Of course
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DDESIGN119 usable with the following: containers, algorithms, iterators,
293 the chapter 25 algorithms, and even C library functions such as strchr,
315 25 algorithms
663 absence, many of the algorithms and containers can be partial-
681 from specializations of some algorithms.
702 algorithms may be specialized for this case. Of course the
706 Many of the algorithms must be specialized for the streambuf
717 The algorithms are "mostly complete". As mentioned above, they
720 Specializations of many of the algorithms for non-STL types would
741 and the few algorithms from the STL are "mostly done". Of course
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2002-05-12-InstListChange.txt19 instruction! This complicates algorithms that should be very simple (like
/openbsd-src/usr.bin/cal/
H A DREADME4 the documented algorithms have to do with date calculations for other
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst103 use of compacting and generational GC algorithms) and it can occasionally suffer
221 programs that use different garbage collection algorithms (or none at all).
368 Many important algorithms require write barriers, including generational and
384 Read barriers are needed by fewer algorithms than write barriers, and may have a
405 Unlike many GC algorithms which rely on a cooperative code generator to compile
593 infrastructure provides access to several important algorithms. For an
673 work. Some of these are callbacks, some are algorithms that can be enabled,
780 marking algorithms are necessary. Read barriers may be necessary.
/openbsd-src/lib/libkeynote/
H A DHOWTO.add.crypto3 This document describes how to add support for digital signature algorithms,
H A DREADME15 some more tests on the cryptographic algorithms.
/openbsd-src/usr.sbin/unbound/doc/
H A DFEATURES18 RSASHA256, GOST, ECDSA, SHA384 DNSSEC algorithms.
/openbsd-src/gnu/llvm/libcxx/
H A DCREDITS.TXT16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…

123456