Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 717) sorted by relevance

12345678910>>...29

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/
H A D0003-Fix-mixer.patch23 @@ -263,7 +263,8 @@ SND_CTL_PLUGIN_DEFINE_FUNC(equal)
24 for(i = 0; i < equal->num_input_controls; i++) {
25 if(equal->control_data->control[i].type == LADSPA_CNTRL_INPUT) {
26 index = equal->control_data->control[i].index;
27 - if(equal->klass->PortDescriptors[index] !=
28 + if((equal->klass->PortDescriptors[index] &
33 @@ -284,12 +285,14 @@ SND_CTL_PLUGIN_DEFINE_FUNC(equal)
37 - if(equal->klass->PortDescriptors[equal->control_data->input_index] !=
38 + if((equal->klass->PortDescriptors[equal->control_data->input_index] &
44 - if(equal->klass->PortDescriptors[equal->control_data->output_index] !=
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/algorithm/
H A Dequal.hpp113 && std::equal(first1, last1, first2); in equal_impl()
128 && std::equal(first1, last1, first2, pred); in equal_impl()
133 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal() function
147 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal() function
172 inline bool equal( const SinglePassRange1& rng1, const SinglePassRange2& rng2 ) in equal() function
177 return ::boost::range_detail::equal( in equal()
184 inline bool equal( const SinglePassRange1& rng1, const SinglePassRange2& rng2, in equal() function
190 return ::boost::range_detail::equal( in equal()
197 using ::boost::range::equal;
/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/parallel/
H A Dalgobase.h204 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
206 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); } in _GLIBCXX_VISIBILITY()
211 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
213 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); } in _GLIBCXX_VISIBILITY()
219 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) in _GLIBCXX_VISIBILITY()
223 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); in _GLIBCXX_VISIBILITY()
234 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
239 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); in _GLIBCXX_VISIBILITY()
250 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, in _GLIBCXX_VISIBILITY()
253 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __end2); 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/parallel/
H A Dalgobase.h204 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
206 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); } in _GLIBCXX_VISIBILITY()
211 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
213 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); } in _GLIBCXX_VISIBILITY()
219 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) in _GLIBCXX_VISIBILITY()
223 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); in _GLIBCXX_VISIBILITY()
234 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, in _GLIBCXX_VISIBILITY()
239 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); in _GLIBCXX_VISIBILITY()
250 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, in _GLIBCXX_VISIBILITY()
253 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __end2); in _GLIBCXX_VISIBILITY()
[all …]
/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 Dhash-traits.h89 static inline bool equal (value_type existing, value_type candidate);
106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() function
151 static inline bool equal (const value_type &existing,
171 pointer_hash <Type>::equal (const value_type &existing, in equal() function
211 static inline bool equal (const char *, const char *);
221 string_hash::equal (const char *id1, const char *id2) in equal() function
325 static inline bool equal (const value_type &, const compare_type &);
343 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal() function
345 return T1::equal (x.first, y.first) && T2::equal (x.second, y.second); in equal()
H A Dtree-hash-traits.h27 static inline bool equal (const value_type &,
38 tree_operand_hash::equal (const value_type &t1, in equal() function
/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 Dhash-traits.h89 static inline bool equal (value_type existing, value_type candidate);
106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() function
151 static inline bool equal (const value_type &existing,
171 pointer_hash <Type>::equal (const value_type &existing, in equal() function
211 static inline bool equal (const char *, const char *);
221 string_hash::equal (const char *id1, const char *id2) in equal() function
325 static inline bool equal (const value_type &, const compare_type &);
343 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal() function
345 return T1::equal (x.first, y.first) && T2::equal (x.second, y.second); in equal()
H A Dtree-hash-traits.h27 static inline bool equal (const value_type &,
38 tree_operand_hash::equal (const value_type &t1, in equal() function
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-colorimetry.rst41 When equal to 0 no such upper bound is present.
46 cd/m\ :sup:`2`. When equal to 0 no such upper bound is present.
67 color primaries, index value c equal to 0 corresponds to the Green
68 primary, c equal to 1 corresponds to Blue primary and c equal to 2
75 color primaries, index value c equal to 0 corresponds to the Green
76 primary, c equal to 1 corresponds to Blue primary and c equal to 2
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-0800_0801_0802_0803_0804.patch7 …than one region, the combined_length or combined_width always needs to be equal, respectively. Oth…
27 + * combined_length or combined_width always needs to be equal,
41 + "Only equal length regions can be combined for "
54 + "Only equal width regions can be "
82 + "Only equal width regions can be combined for -E "
99 + "Only equal length regions can be combined for "
118 "Only equal width regions can be combined for -E top or bottom");
128 "Only equal length regions can be combined for -E left or right");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocircle/
H A Dtst_qgeocircle.cpp417 QFETCH(bool, equal); in areaComparison()
419 QCOMPARE((area == circle), equal); in areaComparison()
420 QCOMPARE((area != circle), !equal); in areaComparison()
422 QCOMPARE((circle == area), equal); in areaComparison()
423 QCOMPARE((circle != area), !equal); in areaComparison()
443 QFETCH(bool, equal); in boxComparison()
445 QCOMPARE((box == circle), equal); in boxComparison()
446 QCOMPARE((box != circle), !equal); in boxComparison()
448 QCOMPARE((circle == box), equal); in boxComparison()
449 QCOMPARE((circle != box), !equal); in boxComparison()
/OK3568_Linux_fs/buildroot/package/heirloom-mailx/
H A D0001-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch36 - if (equal(cp, "ssl2"))
38 - else if (equal(cp, "ssl3"))
39 + if (equal(cp, "ssl3"))
41 else if (equal(cp, "tls1"))
H A D0002-fix-libressl-support.patch41 if (equal(cp, "ssl3"))
43 else if (equal(cp, "tls1"))
46 + if (equal(cp, "tls1"))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dequal.hpp100 struct equal struct
105 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,equal,(Sequence1,Sequence2))
108 BOOST_MPL_AUX_NA_SPEC(2, equal)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/tests/
H A Dtest.js42 assert.equal(test.children("strong").text(), "3");
43 assert.equal(test.children("a").length, 3);
63 assert.equal(element.text(), msg);
106 assert.equal(deps.length, 0);
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dbugfix.S177 | Test for cu_savepc equal to zero. If not, this is not a bug
186 | cu src equal to xu dest or equal to nu dest. If so, go to
187 | op0. Else, or if opclass2, check for cu dest equal to
188 | xu dest or equal to nu dest. If so, go to tst_opcl. Else,
203 beqs op0 |if equal, continue bugfix
205 | Check for cu dest equal to nu dest. If so, go and fix the
210 beqs op0 |if equal, continue bugfix
216 beqs op0_xu |if equal, continue bugfix
356 | Check for cu dest equal to nu dest or equal to xu dest, with
363 beq op2_com |if equal, continue bugfix
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio-max3191x.txt19 The number of GPIOs must equal "#daisy-chained-devices"
23 The number of GPIOs must equal "#daisy-chained-devices"
26 The number of GPIOs must equal "#daisy-chained-devices"
29 The number of GPIOs must equal "maxim,db0-gpios".
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp66 struct equal {}; struct
69 struct equal<Type, true> struct
80 struct equal<Type, false> struct
209 && detail::segment_ratio::equal<Type>::apply(*this, other); in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Diterators.hpp80 { return i.equal(i2); } in operator ==()
139 bool equal(const this_type &other) const in equal() function in boost::container::constant_iterator
191 { return i.equal(i2); } in operator ==()
247 bool equal(const this_type &other) const in equal() function in boost::container::value_init_construct_iterator
302 { return i.equal(i2); } in operator ==()
358 bool equal(const this_type &other) const in equal() function in boost::container::default_init_construct_iterator
413 { return i.equal(i2); } in operator ==()
472 bool equal(const this_type &other) const in equal() function in boost::container::repeat_iterator
524 { return i.equal(i2); } in operator ==()
591 BOOST_CONTAINER_FORCEINLINE bool equal(const this_type &other) const in equal() function in boost::container::emplace_iterator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Diterator_range_core.hpp109 inline bool equal(const Left& l, const Right& r) in equal() function
111 return boost::equal(l, r); in equal()
247 bool equal(const iterator_range_base& r) const in equal() function in boost::iterator_range_detail::iterator_range_base
586 return boost::equal( l, r ); in operator ==()
596 return !boost::equal( l, r ); in operator !=()
645 return boost::equal( l, r ); in operator ==()
655 return boost::equal( l, r ); in operator ==()
663 return !boost::equal( l, r ); in operator !=()
673 return !boost::equal( l, r ); in operator !=()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dram/
H A Drk3399_dram_timing.txt37 when ddr freq greater than or equal this setting value, auto power-down will disable.
40 when ddr freq less than or equal this setting value, DDR3 dll will bypssed.
44 when ddr freq less than or equal this setting value, phy dll will bypssed.
48 MHz (Mega Hz), when ddr frequency less then or equal ethis setting value, the DDR3
62 MHz (Mega Hz), when ddr frequency less or equal then this setting value, the LPDDR3
76 MHz (Mega Hz), when ddr frequency less or equal then this setting value, the LPDDR4
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c59 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local
69 equal = strchr(dev_id, '='); in mtd_search_alternate_name()
70 if (!equal) in mtd_search_alternate_name()
72 dev_id_len = equal - mtdids; in mtd_search_alternate_name()
73 mtd_id = equal + 1; in mtd_search_alternate_name()
/OK3568_Linux_fs/kernel/Documentation/w1/
H A Dw1-netlink.rst22 Its length field is equal to size of the attached data
91 cn_msg (CN_W1_IDX.CN_W1_VAL as id, len is equal to sizeof(struct
93 w1_netlink_msg (type: W1_LIST_MASTERS, len is equal to
106 id is equal to the bus master id to use for searching]
112 seq is equal to the request seq]
115 len is equal to number of IDs multiplied by 8]
133 id is equal to the bus master id to use for searching]
145 of the w1_netlink_cmd structure and cn_msg.len will be equal to the sum
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A DCVE-2022-38725-0005.patch97 …timestamp_eq(ts, expected, converted), "Parsed RFC3164 timestamp does not equal expected, ts=%s, c…
98 …stamp_eq(ts, -1, expected, converted), "Parsed RFC3164 timestamp does not equal expected, ts=%s, c…
104 …tamp_eq(ts, len, expected, converted), "Parsed RFC3164 timestamp does not equal expected, ts=%s, c…
118 …timestamp_eq(ts, expected, converted), "Parsed RFC5424 timestamp does not equal expected, ts=%s, c…
119 …stamp_eq(ts, -1, expected, converted), "Parsed RFC5424 timestamp does not equal expected, ts=%s, c…
125 …tamp_eq(ts, len, expected, converted), "Parsed RFC5424 timestamp does not equal expected, ts=%s, c…
/OK3568_Linux_fs/kernel/Documentation/admin-guide/namespaces/
H A Dcompatibility-list.rst33 2. Intentionally, two equal user IDs in different user namespaces
34 should not be equal from the VFS point of view. In other
41 even having equal UIDs.

12345678910>>...29