Home
last modified time | relevance | path

Searched full:algorithms (Results 1 – 25 of 1292) sorted by relevance

12345678910>>...52

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/
H A Dgeometry.hpp39 // Core algorithms
52 #include <boost/geometry/algorithms/append.hpp>
53 #include <boost/geometry/algorithms/area.hpp>
54 #include <boost/geometry/algorithms/assign.hpp>
55 #include <boost/geometry/algorithms/buffer.hpp>
56 #include <boost/geometry/algorithms/centroid.hpp>
57 #include <boost/geometry/algorithms/clear.hpp>
58 #include <boost/geometry/algorithms/comparable_distance.hpp>
59 #include <boost/geometry/algorithms/convert.hpp>
60 #include <boost/geometry/algorithms/convex_hull.hpp>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dimplementation.hpp25 #include <boost/geometry/algorithms/detail/disjoint/areal_areal.hpp>
26 #include <boost/geometry/algorithms/detail/disjoint/linear_areal.hpp>
27 #include <boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>
28 #include <boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>
29 #include <boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp>
30 #include <boost/geometry/algorithms/detail/disjoint/point_point.hpp>
31 #include <boost/geometry/algorithms/detail/disjoint/point_box.hpp>
32 #include <boost/geometry/algorithms/detail/disjoint/box_box.hpp>
33 #include <boost/geometry/algorithms/detail/disjoint/segment_box.hpp>
34 #include <boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp>
H A Dlinear_areal.hpp37 #include <boost/geometry/algorithms/covered_by.hpp>
38 #include <boost/geometry/algorithms/not_implemented.hpp>
40 #include <boost/geometry/algorithms/detail/assign_indexed_point.hpp>
41 #include <boost/geometry/algorithms/detail/check_iterator_range.hpp>
42 #include <boost/geometry/algorithms/detail/point_on_border.hpp>
44 #include <boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp>
45 #include <boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp>
46 #include <boost/geometry/algorithms/detail/disjoint/point_box.hpp>
47 #include <boost/geometry/algorithms/detail/disjoint/segment_box.hpp>
49 #include <boost/geometry/algorithms/dispatch/disjoint.hpp>
/OK3568_Linux_fs/kernel/drivers/crypto/
H A DKconfig23 operations with supported algorithms.
42 tristate "PadLock driver for SHA1 and SHA256 algorithms"
48 Use VIA PadLock for SHA1/SHA256 algorithms.
123 tristate "PAES cipher algorithms"
131 AES cipher algorithms for use with protected key.
187 tristate "DES and Triple DES cipher algorithms"
200 tristate "AES cipher algorithms"
206 AES cipher algorithms (FIPS-197).
240 tristate "CRC-32 algorithms"
246 implementations of CRC algorithms. With this option, you
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dimplementation.hpp24 #include <boost/geometry/algorithms/detail/distance/point_to_geometry.hpp>
25 #include <boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp>
26 #include <boost/geometry/algorithms/detail/distance/linear_to_linear.hpp>
27 #include <boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp>
28 #include <boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp>
29 #include <boost/geometry/algorithms/detail/distance/segment_to_segment.hpp>
30 #include <boost/geometry/algorithms/detail/distance/segment_to_box.hpp>
31 #include <boost/geometry/algorithms/detail/distance/box_to_box.hpp>
33 #include <boost/geometry/algorithms/detail/distance/backward_compatibility.hpp>
/OK3568_Linux_fs/kernel/crypto/
H A DKconfig3 # Generic algorithms support
47 contains various crypto algorithms that are also built into vmlinux.
49 these algorithms with its implementations. It also runs self-tests on
50 these algorithms and verifies the integrity of its code and data. If
70 This option provides the API for cryptographic algorithms.
181 Enable extra run-time self tests of registered crypto algorithms,
191 tristate "Null algorithms"
194 These are 'Null' algorithms, used by IPsec, which do nothing.
291 standard algorithms (called GOST algorithms). Only signature verification
683 CRC32c and CRC32 CRC algorithms implemented using mips crypto
[all …]
H A Dfips140-module.c6 * This file is the core of fips140.ko, which contains various crypto algorithms
8 * built-in implementations of these algorithms with its implementations. It
9 * also runs self-tests on these algorithms and verifies the integrity of its
60 * The list of the crypto API algorithms (by cra_name) that will be unregistered
64 * All algorithms that will be declared as FIPS-approved in the module
66 * implementations of these algorithms in the kernel image aren't used.
76 * FIPS-approved. However, we otherwise treat it the same as the algorithms
117 * All software algorithms are synchronous, hardware algorithms must in fips140_should_unregister_alg()
139 * - The module doesn't distinguish between "services" and "algorithms"; its
140 * services are simply its algorithms.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Doverlay.hpp27 #include <boost/geometry/algorithms/detail/overlay/cluster_info.hpp>
28 #include <boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp>
29 #include <boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>
30 #include <boost/geometry/algorithms/detail/overlay/get_turns.hpp>
31 #include <boost/geometry/algorithms/detail/overlay/is_self_turn.hpp>
32 #include <boost/geometry/algorithms/detail/overlay/overlay_type.hpp>
33 #include <boost/geometry/algorithms/detail/overlay/traverse.hpp>
34 #include <boost/geometry/algorithms/detail/overlay/traversal_info.hpp>
35 #include <boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>
36 #include <boost/geometry/algorithms/detail/overlay/turn_info.hpp>
[all …]
H A Dpointlike_linear.hpp28 #include <boost/geometry/algorithms/disjoint.hpp>
29 #include <boost/geometry/algorithms/envelope.hpp>
30 #include <boost/geometry/algorithms/expand.hpp>
31 #include <boost/geometry/algorithms/not_implemented.hpp>
33 #include <boost/geometry/algorithms/detail/not.hpp>
34 #include <boost/geometry/algorithms/detail/partition.hpp>
35 #include <boost/geometry/algorithms/detail/relate/less.hpp>
36 #include <boost/geometry/algorithms/detail/disjoint/point_geometry.hpp>
37 #include <boost/geometry/algorithms/detail/equals/point_point.hpp>
38 #include <boost/geometry/algorithms/detail/overlay/overlay_type.hpp>
[all …]
H A Dlinear_linear.hpp23 #include <boost/geometry/algorithms/detail/relate/turns.hpp>
25 #include <boost/geometry/algorithms/detail/turns/compare_turns.hpp>
26 #include <boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp>
27 #include <boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp>
29 #include <boost/geometry/algorithms/detail/overlay/overlay_type.hpp>
30 #include <boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp>
32 #include <boost/geometry/algorithms/convert.hpp>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dimplementation.hpp13 #include <boost/geometry/algorithms/detail/is_valid/pointlike.hpp>
14 #include <boost/geometry/algorithms/detail/is_valid/linear.hpp>
15 #include <boost/geometry/algorithms/detail/is_valid/polygon.hpp>
16 #include <boost/geometry/algorithms/detail/is_valid/multipolygon.hpp>
17 #include <boost/geometry/algorithms/detail/is_valid/ring.hpp>
18 #include <boost/geometry/algorithms/detail/is_valid/segment.hpp>
19 #include <boost/geometry/algorithms/detail/is_valid/box.hpp>
H A Dpolygon.hpp43 #include <boost/geometry/algorithms/covered_by.hpp>
44 #include <boost/geometry/algorithms/disjoint.hpp>
45 #include <boost/geometry/algorithms/expand.hpp>
46 #include <boost/geometry/algorithms/num_interior_rings.hpp>
47 #include <boost/geometry/algorithms/validity_failure_type.hpp>
48 #include <boost/geometry/algorithms/detail/point_on_border.hpp>
49 #include <boost/geometry/algorithms/within.hpp>
51 #include <boost/geometry/algorithms/detail/check_iterator_range.hpp>
52 #include <boost/geometry/algorithms/detail/partition.hpp>
54 #include <boost/geometry/algorithms/detail/is_valid/complement_graph.hpp>
[all …]
H A Dring.hpp25 #include <boost/geometry/algorithms/equals.hpp>
29 #include <boost/geometry/algorithms/area.hpp>
30 #include <boost/geometry/algorithms/intersects.hpp>
31 #include <boost/geometry/algorithms/validity_failure_type.hpp>
32 #include <boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp>
33 #include <boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp>
34 #include <boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>
35 #include <boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>
36 #include <boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>
H A Dmultipolygon.hpp31 #include <boost/geometry/algorithms/validity_failure_type.hpp>
32 #include <boost/geometry/algorithms/within.hpp>
34 #include <boost/geometry/algorithms/detail/check_iterator_range.hpp>
35 #include <boost/geometry/algorithms/detail/partition.hpp>
37 #include <boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp>
38 #include <boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp>
39 #include <boost/geometry/algorithms/detail/is_valid/polygon.hpp>
41 #include <boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp>
42 #include <boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp>
44 #include <boost/geometry/algorithms/dispatch/is_valid.hpp>
H A Dlinear.hpp25 #include <boost/geometry/algorithms/equals.hpp>
26 #include <boost/geometry/algorithms/validity_failure_type.hpp>
27 #include <boost/geometry/algorithms/detail/check_iterator_range.hpp>
28 #include <boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>
29 #include <boost/geometry/algorithms/detail/is_valid/has_spikes.hpp>
30 #include <boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp>
32 #include <boost/geometry/algorithms/dispatch/is_valid.hpp>
H A Dsegment.hpp19 #include <boost/geometry/algorithms/assign.hpp>
20 #include <boost/geometry/algorithms/equals.hpp>
21 #include <boost/geometry/algorithms/validity_failure_type.hpp>
22 #include <boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp>
23 #include <boost/geometry/algorithms/dispatch/is_valid.hpp>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp32 #include <boost/geometry/algorithms/equals.hpp>
33 #include <boost/geometry/algorithms/intersects.hpp>
34 #include <boost/geometry/algorithms/not_implemented.hpp>
36 #include <boost/geometry/algorithms/detail/check_iterator_range.hpp>
37 #include <boost/geometry/algorithms/detail/signed_size_type.hpp>
39 #include <boost/geometry/algorithms/detail/disjoint/linear_linear.hpp>
40 #include <boost/geometry/algorithms/detail/overlay/get_turn_info.hpp>
41 #include <boost/geometry/algorithms/detail/overlay/turn_info.hpp>
42 #include <boost/geometry/algorithms/detail/overlay/self_turn_points.hpp>
43 #include <boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp>
[all …]
H A Dimplementation.hpp13 #include <boost/geometry/algorithms/detail/is_simple/always_simple.hpp>
14 #include <boost/geometry/algorithms/detail/is_simple/areal.hpp>
15 #include <boost/geometry/algorithms/detail/is_simple/linear.hpp>
16 #include <boost/geometry/algorithms/detail/is_simple/multipoint.hpp>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dimplementation.hpp27 #include <boost/geometry/algorithms/is_empty.hpp>
29 #include <boost/geometry/algorithms/detail/envelope/box.hpp>
30 #include <boost/geometry/algorithms/detail/envelope/linear.hpp>
31 #include <boost/geometry/algorithms/detail/envelope/multipoint.hpp>
32 #include <boost/geometry/algorithms/detail/envelope/point.hpp>
33 #include <boost/geometry/algorithms/detail/envelope/range.hpp>
34 #include <boost/geometry/algorithms/detail/envelope/segment.hpp>
36 #include <boost/geometry/algorithms/dispatch/envelope.hpp>
H A Drange.hpp32 #include <boost/geometry/algorithms/is_empty.hpp>
34 #include <boost/geometry/algorithms/detail/envelope/initialize.hpp>
35 #include <boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp>
37 #include <boost/geometry/algorithms/detail/expand/box.hpp>
38 #include <boost/geometry/algorithms/detail/expand/point.hpp>
39 #include <boost/geometry/algorithms/detail/expand/segment.hpp>
41 #include <boost/geometry/algorithms/dispatch/envelope.hpp>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/
H A Dmulti.hpp25 #include <boost/geometry/algorithms/detail/overlay/get_ring.hpp>
26 #include <boost/geometry/algorithms/detail/overlay/get_turns.hpp>
27 #include <boost/geometry/algorithms/detail/overlay/copy_segments.hpp>
28 #include <boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>
29 #include <boost/geometry/algorithms/detail/overlay/select_rings.hpp>
30 #include <boost/geometry/algorithms/detail/sections/range_by_section.hpp>
31 #include <boost/geometry/algorithms/detail/sections/sectionalize.hpp>
33 #include <boost/geometry/algorithms/detail/intersection/interface.hpp>
35 #include <boost/geometry/algorithms/covered_by.hpp>
36 #include <boost/geometry/algorithms/envelope.hpp>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dassign.hpp32 #include <boost/geometry/algorithms/detail/assign_box_corners.hpp>
33 #include <boost/geometry/algorithms/detail/assign_indexed_point.hpp>
34 #include <boost/geometry/algorithms/detail/assign_values.hpp>
35 #include <boost/geometry/algorithms/convert.hpp>
36 #include <boost/geometry/algorithms/append.hpp>
37 #include <boost/geometry/algorithms/clear.hpp>
66 \* [link geometry.reference.algorithms.append append]
93 \* [link geometry.reference.algorithms.make.make_inverse make_inverse]
143 \* [link geometry.reference.algorithms.make.make_2_2_coordinate_values make]
175 \* [link geometry.reference.algorithms.make.make_3_3_coordinate_values make]
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dimplementation.hpp20 #include <boost/geometry/algorithms/detail/relate/interface.hpp>
22 #include <boost/geometry/algorithms/detail/relate/point_point.hpp>
23 #include <boost/geometry/algorithms/detail/relate/point_geometry.hpp>
24 #include <boost/geometry/algorithms/detail/relate/linear_linear.hpp>
25 #include <boost/geometry/algorithms/detail/relate/linear_areal.hpp>
26 #include <boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp>
27 #include <boost/geometry/algorithms/detail/relate/areal_areal.hpp>
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-intro.rst23 At the lowest level are algorithms, which register dynamically with the
28 abstraction to the underlying algorithms. However, at the user
35 [algorithm api] (for registering algorithms)
100 Adding New Algorithms
112 Algorithms submitted must also be generally patent-free (e.g. IDEA
117 Also check for any RFCs which may relate to the use of specific algorithms,
119 Cipher Algorithms").
188 Original developers of the crypto algorithms:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_ring.hpp25 #include <boost/geometry/algorithms/within.hpp>
27 #include <boost/geometry/algorithms/detail/overlay/copy_segments.hpp>
28 #include <boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp>
29 #include <boost/geometry/algorithms/detail/overlay/enrichment_info.hpp>
30 #include <boost/geometry/algorithms/detail/overlay/get_ring.hpp>
31 #include <boost/geometry/algorithms/detail/overlay/traversal_info.hpp>
32 #include <boost/geometry/algorithms/detail/overlay/turn_info.hpp>

12345678910>>...52