Home
last modified time | relevance | path

Searched refs:is_equal (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfinder.hpp52 is_equal>
59 is_equal>( ::boost::as_literal(Search), is_equal() ) ; in first_finder()
93 is_equal>
100 is_equal>( ::boost::as_literal(Search), is_equal() ); in last_finder()
133 is_equal>
142 is_equal>( ::boost::as_literal(Search), Nth, is_equal() ) ; in nth_finder()
H A Dpredicate.hpp95 return ::boost::algorithm::starts_with(Input, Test, is_equal()); in starts_with()
172 return ::boost::algorithm::ends_with(Input, Test, is_equal()); in ends_with()
241 return ::boost::algorithm::contains(Input, Test, is_equal()); in contains()
322 return ::boost::algorithm::equals(Input, Test, is_equal()); in equals()
H A Dcompare.hpp34 struct is_equal struct
189 using algorithm::is_equal;
/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dpnmtologo.c223 static inline int is_equal(struct color c1, struct color c2) in is_equal() function
320 if (is_equal(logo_data[i][j], clut_vga16[k])) in write_logo_vga16()
335 if (is_equal(logo_data[i][j], clut_vga16[k])) in write_logo_vga16()
340 if (is_equal(logo_data[i][j], clut_vga16[k])) in write_logo_vga16()
359 if (is_equal(logo_data[i][j], logo_clut[k])) in write_logo_clut224()
377 if (is_equal(logo_data[i][j], logo_clut[k])) in write_logo_clut224()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dresource_hwid.c14 #define is_equal(c) ((c) == '=') macro
141 if (is_digit(*p) && is_equal(*(p + 1))) { in hwid_adc_find_dtb()
223 is_digit(*(p + 2)) && is_equal(*(p + 3)) && in hwid_gpio_find_dtb()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dsmt.c131 static inline int is_equal(const struct fddi_addr *addr1, in is_equal() function
393 if (!is_equal(&smc->mib.m[MAC0].fddiMACUpstreamNbr, in smt_event()
415 if (!is_equal(&smc->mib.m[MAC0].fddiMACDownstreamNbr, in smt_event()
578 if (!is_equal( in smt_received_pack()
583 if (!is_equal(&smc->mib.m[MAC0]. in smt_received_pack()
636 if (!is_equal( in smt_received_pack()
640 if (!is_equal(&smc->mib.m[MAC0]. in smt_received_pack()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c576 bool is_equal = false; in ia_css_frame_is_same_type() local
589 is_equal = ia_css_frame_info_is_same_resolution(info_a, info_b); in ia_css_frame_is_same_type()
594 return is_equal; in ia_css_frame_is_same_type()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dmemory_resource116 bool is_equal(memory_resource const & __other) const _NOEXCEPT
131 return &__lhs == &__rhs || __lhs.is_equal(__rhs);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dmemory_resource116 bool is_equal(memory_resource const & __other) const _NOEXCEPT
131 return &__lhs == &__rhs || __lhs.is_equal(__rhs);
/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/experimental/
H A Dmemory_resource107 is_equal(const memory_resource& __other) const noexcept
123 { return &__a == &__b || __a.is_equal(__b); }
/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/experimental/
H A Dmemory_resource107 is_equal(const memory_resource& __other) const noexcept
123 { return &__a == &__b || __a.is_equal(__b); }
/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 Dmemory_resource108 is_equal(const memory_resource& __other) const noexcept
124 { return &__a == &__b || __a.is_equal(__b); }
/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 Dmemory_resource108 is_equal(const memory_resource& __other) const noexcept
124 { return &__a == &__b || __a.is_equal(__b); }
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1721 CvSeq** labels, CvCmpFunc is_equal, void* userdata );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1721 CvSeq** labels, CvCmpFunc is_equal, void* userdata );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1721 CvSeq** labels, CvCmpFunc is_equal, void* userdata );