Home
last modified time | relevance | path

Searched full:comparison (Results 1 – 25 of 1193) sorted by relevance

12345678910>>...48

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dcompare.hpp18 Defines element comparison predicates. Many algorithms in this library can
31 Standard STL equal_to only handle comparison between arguments
49 Case insensitive comparison predicate. Comparison is done using
56 \param Loc locales used for comparison
102 Case insensitive comparison predicate. Comparison is done using
109 \param Loc locales used for comparison
155 Case insensitive comparison predicate. Comparison is done using
162 \param Loc locales used for comparison
H A Dpredicate.hpp47 comparison.
51 \param Comp An element comparison predicate
106 \param Loc A locale used for case insensitive comparison
128 comparison.
133 \param Comp An element comparison predicate
183 \param Loc A locale used for case insensitive comparison
203 comparison.
207 \param Comp An element comparison predicate
251 \param Loc A locale used for case insensitive comparison
272 comparison.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtypeinfo49 // case comparison can just compare pointers) or not (in which case strings
50 // must be compared), and whether comparison is to be implemented inline or
51 // not. We used to do inline pointer comparison by default if weak symbols
55 // are available, and out-of-line if not. Out-of-line pointer comparison
57 // some of which may not be able to use pointer comparison, but the
59 // comparison; in particular for most ARM EABI systems, where the ABI
60 // specifies out-of-line comparison. The compiler's target configuration
62 // 1 or 0 to indicate whether or not comparison is inline, and
64 // comparison can be used.
114 // so we still need to do string comparison.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtypeinfo49 // case comparison can just compare pointers) or not (in which case strings
50 // must be compared), and whether comparison is to be implemented inline or
51 // not. We used to do inline pointer comparison by default if weak symbols
55 // are available, and out-of-line if not. Out-of-line pointer comparison
57 // some of which may not be able to use pointer comparison, but the
59 // comparison; in particular for most ARM EABI systems, where the ABI
60 // specifies out-of-line comparison. The compiler's target configuration
62 // 1 or 0 to indicate whether or not comparison is inline, and
64 // comparison can be used.
114 // so we still need to do string comparison.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-icf-gimple.h28 a comparison function based on type of gimple statement. */
135 TARGET_FUNC_DECL. Strict polymorphic comparison is processed if
137 set IGNORE_LABELS to skip label comparison.
152 /* Basic block equivalence comparison function that returns true if
203 /* Function responsible for comparison of various operands T1 and T2.
223 COMPARE_PTR indicates if polymorphic type comparison should be
229 FIRST_ARGUMENT indicates if the comparison is called for
248 declaration comparison. */
252 declaration comparison. */
264 /* Flag if ignore labels in comparison. */
H A Dtyped-splay-tree.h454 int comparison = 0; in splay_tree_insert() local
459 comparison = (*comp)(root->key, key); in splay_tree_insert()
461 if (root && comparison == 0) in splay_tree_insert()
479 else if (comparison < 0) in splay_tree_insert()
594 int comparison; in splay_tree_predecessor() local
604 comparison = (*comp)(root->key, key); in splay_tree_predecessor()
607 if (comparison < 0) in splay_tree_predecessor()
627 int comparison; in splay_tree_successor() local
637 comparison = (*comp)(root->key, key); in splay_tree_successor()
640 if (comparison > 0) in splay_tree_successor()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-icf-gimple.h28 a comparison function based on type of gimple statement. */
135 TARGET_FUNC_DECL. Strict polymorphic comparison is processed if
137 set IGNORE_LABELS to skip label comparison.
152 /* Basic block equivalence comparison function that returns true if
203 /* Function responsible for comparison of various operands T1 and T2.
223 COMPARE_PTR indicates if polymorphic type comparison should be
229 FIRST_ARGUMENT indicates if the comparison is called for
248 declaration comparison. */
252 declaration comparison. */
264 /* Flag if ignore labels in comparison. */
H A Dtyped-splay-tree.h454 int comparison = 0; in splay_tree_insert() local
459 comparison = (*comp)(root->key, key); in splay_tree_insert()
461 if (root && comparison == 0) in splay_tree_insert()
479 else if (comparison < 0) in splay_tree_insert()
594 int comparison; in splay_tree_predecessor() local
604 comparison = (*comp)(root->key, key); in splay_tree_predecessor()
607 if (comparison < 0) in splay_tree_predecessor()
627 int comparison; in splay_tree_successor() local
637 comparison = (*comp)(root->key, key); in splay_tree_successor()
640 if (comparison > 0) in splay_tree_successor()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Drseq-arm64.h257 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_storev()
260 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_storev()
319 rseq_bug("cpu_id comparison failed"); in rseq_cmpnev_storeoffp_load()
322 rseq_bug("expected value comparison failed"); in rseq_cmpnev_storeoffp_load()
369 rseq_bug("cpu_id comparison failed"); in rseq_addv()
429 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev()
432 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev()
492 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
495 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
557 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
[all …]
H A Drseq-x86.h169 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_storev()
172 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_storev()
242 rseq_bug("cpu_id comparison failed"); in rseq_cmpnev_storeoffp_load()
245 rseq_bug("expected value comparison failed"); in rseq_cmpnev_storeoffp_load()
293 rseq_bug("cpu_id comparison failed"); in rseq_addv()
350 rseq_bug("cpu_id comparison failed"); in rseq_offset_deref_addv()
417 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev()
420 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev()
499 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
502 rseq_bug("1st expected value comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
[all …]
H A Drseq-arm.h210 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_storev()
213 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_storev()
283 rseq_bug("cpu_id comparison failed"); in rseq_cmpnev_storeoffp_load()
286 rseq_bug("expected value comparison failed"); in rseq_cmpnev_storeoffp_load()
339 rseq_bug("cpu_id comparison failed"); in rseq_addv()
412 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev()
415 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev()
489 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
492 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
570 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
[all …]
H A Drseq-mips.h211 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_storev()
213 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_storev()
277 rseq_bug("cpu_id comparison failed"); in rseq_cmpnev_storeoffp_load()
279 rseq_bug("expected value comparison failed"); in rseq_cmpnev_storeoffp_load()
329 rseq_bug("cpu_id comparison failed"); in rseq_addv()
396 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev()
398 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev()
466 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
468 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
538 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
[all …]
H A Drseq-ppc.h269 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_storev()
272 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_storev()
342 rseq_bug("cpu_id comparison failed"); in rseq_cmpnev_storeoffp_load()
345 rseq_bug("expected value comparison failed"); in rseq_cmpnev_storeoffp_load()
400 rseq_bug("cpu_id comparison failed"); in rseq_addv()
470 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev()
473 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev()
545 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
548 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev_release()
621 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
[all …]
H A Drseq-s390.h193 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_storev()
196 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_storev()
268 rseq_bug("cpu_id comparison failed"); in rseq_cmpnev_storeoffp_load()
271 rseq_bug("expected value comparison failed"); in rseq_cmpnev_storeoffp_load()
323 rseq_bug("cpu_id comparison failed"); in rseq_addv()
392 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_trystorev_storev()
395 rseq_bug("expected value comparison failed"); in rseq_cmpeqv_trystorev_storev()
476 rseq_bug("cpu_id comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
479 rseq_bug("1st expected value comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
482 rseq_bug("2nd expected value comparison failed"); in rseq_cmpeqv_cmpeqv_storev()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dspeculation_barrier.h66 upper-bound comparison. We need to cast __high to an \
84 high bounds to use in that comparison. Note that this need \
108 high bounds to use in that comparison. Note that this need \
182 upper-bound comparison. We need to cast __high to an \
203 high bounds to use in that comparison. Note that this need \
231 high bounds to use in that comparison. Note that this need \
253 upper-bound comparison. We need to cast __high to an \
277 high bounds to use in that comparison. Note that this need \
308 high bounds to use in that comparison. Note that this need \
332 upper-bound comparison. We need to cast __high to an \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dspeculation_barrier.h66 upper-bound comparison. We need to cast __high to an \
84 high bounds to use in that comparison. Note that this need \
108 high bounds to use in that comparison. Note that this need \
182 upper-bound comparison. We need to cast __high to an \
203 high bounds to use in that comparison. Note that this need \
231 high bounds to use in that comparison. Note that this need \
253 upper-bound comparison. We need to cast __high to an \
277 high bounds to use in that comparison. Note that this need \
308 high bounds to use in that comparison. Note that this need \
332 upper-bound comparison. We need to cast __high to an \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h18 * comparison.
89 * 1: enable comparison of extracted byte pointed by byte 3 location.
99 * 1: enable comparison of extracted byte pointed by byte 2 location.
109 * 1: enable comparison of extracted byte pointed by byte 1 location.
119 * 1: enable comparison of extracted byte pointed by byte 0 location.
124 * 1: enable comparison of extracted VLAN ID field.
128 * 1: enable comparison of extracted VLAN UP field.
132 * 1: enable comparison of extracted VLAN Valid field.
135 /*! This is bit mask to enable comparison the 8 bit TCI field,
144 * 1: enable comparison of SCI
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dbsearch.c19 * @cmp: pointer to comparison function
23 * under the provided comparison function.
26 * the array, e.g. key could be a string and the comparison function
29 * the same comparison function for both sort() and bsearch().
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_heap.h183 * @brief Push an element onto a heap using comparison functor. in _GLIBCXX_VISIBILITY()
186 * @param __comp Comparison functor. in _GLIBCXX_VISIBILITY()
303 * @brief Pop an element off a heap using comparison functor. in _GLIBCXX_VISIBILITY()
306 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
389 * @brief Construct a heap over a range using comparison functor. in _GLIBCXX_VISIBILITY()
392 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
455 * @brief Sort a heap using comparison functor. in _GLIBCXX_VISIBILITY()
458 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
512 * @brief Search the end of a heap using comparison functor. in _GLIBCXX_VISIBILITY()
515 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_heap.h183 * @brief Push an element onto a heap using comparison functor. in _GLIBCXX_VISIBILITY()
186 * @param __comp Comparison functor. in _GLIBCXX_VISIBILITY()
303 * @brief Pop an element off a heap using comparison functor. in _GLIBCXX_VISIBILITY()
306 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
389 * @brief Construct a heap over a range using comparison functor. in _GLIBCXX_VISIBILITY()
392 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
455 * @brief Sort a heap using comparison functor. in _GLIBCXX_VISIBILITY()
458 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
512 * @brief Search the end of a heap using comparison functor. in _GLIBCXX_VISIBILITY()
515 * @param __comp Comparison functor to use. in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.h23 /** @brief A comparison function for hashed keys.
50 @param[in] compare The comparison function for hashing keys
52 comparison functions
103 /** @brief A generic comparison function. It compares data byte-wise. */
130 /** @brief A comparison function to be used for comparing resource
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dboolinit.cocci153 cocci.print_main("WARNING: Comparison to bool",p)
159 cocci.print_main("WARNING: Comparison of 0/1 to bool variable",p)
177 coccilib.report.print_report(p[0],"WARNING: Comparison to bool")
183 coccilib.report.print_report(p[0],"WARNING: Comparison of 0/1 to bool variable")
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcu_dereference.rst111 - The comparison was against the NULL pointer. If the
113 not be dereferencing it anyway. If the comparison is
120 cannot use anything it learned from the comparison
122 This sort of comparison occurs frequently when scanning
130 - The comparison is against a pointer that references memory
134 the comparison. So exactly how long ago is "a long
165 - All of the accesses following the comparison are stores,
178 comparison will provide exactly the information that the
350 on the other. The comparison in reader() therefore tells the compiler
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcov.rst15 kcov is also able to collect comparison operands from the instrumented code
27 If the comparison operands need to be collected, set::
130 Comparison operands collection
133 Comparison operands collection is similar to coverage collection:
166 * the comparison operands are promoted to uint64_t.
181 /* arg1 and arg2 - operands of the comparison. */
205 Note that the kcov modes (coverage collection or comparison operands) are
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-diff.txt25 could vary. So perf diff is based on the comparison of the files and
95 diff.compute config option. See COMPARISON METHODS section for
186 Enable hot streams comparison. Stream can be a callchain which is
189 COMPARISON
191 The comparison is governed by the baseline file. The baseline perf.data
242 COMPARISON METHODS

12345678910>>...48