Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 25 of 109) sorted by relevance

12345

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0006-Fix-build-on-aarch64-musl.patch21 backends/aarch64_initreg.c | 4 ++--
22 backends/arm_initreg.c | 2 +-
25 diff --git a/backends/aarch64_initreg.c b/backends/aarch64_initreg.c
27 --- a/backends/aarch64_initreg.c
28 +++ b/backends/aarch64_initreg.c
47 diff --git a/backends/arm_initreg.c b/backends/arm_initreg.c
49 --- a/backends/arm_initreg.c
50 +++ b/backends/arm_initreg.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-cryptography/
H A Dfix-leak-metric.patch18 tests/hazmat/backends/test_openssl_memleak.py | 3 +++
21 diff --git a/tests/hazmat/backends/test_openssl_memleak.py b/tests/hazmat/backends/test_openssl_mem…
23 --- a/tests/hazmat/backends/test_openssl_memleak.py
24 +++ b/tests/hazmat/backends/test_openssl_memleak.py
30 from cryptography.hazmat.backends.openssl.backend import backend
/OK3568_Linux_fs/buildroot/package/sane-backends/
H A Dsane-backends.hash1 # From https://gitlab.com/sane-project/backends/uploads/a705aadf854ca0dc8bf66df937308861/sane-backe…
2 sha256 3a28c237c0a72767086202379f6dc92dbb63ec08dfbab22312cba80e238bb114 sane-backends-1.0.32.tar.…
H A Dsane-backends.mk9 https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f
89 $(INSTALL) -m 0644 -D package/sane-backends/saned.socket \
91 $(INSTALL) -m 0644 -D package/sane-backends/saned@.service \
H A DConfig.in2 bool "sane-backends"
14 comment "sane-backends needs a toolchain w/ dynamic library"
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzcomp.c17 static const char * const backends[] = { variable
81 for (i = 0; i < ARRAY_SIZE(backends); i++) { in zcomp_available_show()
82 if (!strcmp(comp, backends[i])) { in zcomp_available_show()
85 "[%s] ", backends[i]); in zcomp_available_show()
88 "%s ", backends[i]); in zcomp_available_show()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp132 …typedef boost::multiprecision::backends::cpp_int_backend<bits, bits, signed_magnitude, unchecked, …
140 …typedef boost::multiprecision::backends::cpp_int_backend<bits, bits, unsigned_magnitude, unchecked…
162 constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits…
167 …boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::signed_magnitu…
171 constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits…
176 …boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::unsigned_magni…
H A Dlimits.hpp129 …gnType, Checked, Allocator, ExpressionTemplates>(boost::multiprecision::backends::is_fixed_precisi… in number_type()
134 …gnType, Checked, Allocator, ExpressionTemplates>(boost::multiprecision::backends::is_fixed_precisi… in number_type()
137 … = boost::multiprecision::backends::max_precision<backend_type>::value == UINT_MAX ? INT_MAX : boo…
160 …BOOST_STATIC_CONSTEXPR bool is_bounded = boost::multiprecision::backends::is_fixed_precision<backe…
161 …BOOST_STATIC_CONSTEXPR bool is_modulo = (boost::multiprecision::backends::is_fixed_precision<backe…
H A Dimport_export.hpp126 …inline typename boost::disable_if_c<boost::multiprecision::backends::is_trivial_cpp_int<cpp_int_ba…
142 …inline typename boost::enable_if_c<boost::multiprecision::backends::is_trivial_cpp_int<cpp_int_bac…
224 unsigned bitcount = boost::multiprecision::backends::eval_msb_imp(val.backend()) + 1; in export_bits()
H A Dserialize.hpp25 using namespace boost::multiprecision::backends;
189 …typedef mpl::bool_<mp::backends::is_trivial_cpp_int<mp::cpp_int_backend<MinBits, MaxBits, SignType… in serialize()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch16 Index: GConf-3.2.6/backends/markup-backend.c
18 --- GConf-3.2.6.orig/backends/markup-backend.c
19 +++ GConf-3.2.6/backends/markup-backend.c
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp26 namespace backends{ namespace
294 struct expression_template_default<backends::rational_adaptor<IntBackend> > : public expression_tem…
297 struct number_category<backends::rational_adaptor<IntBackend> > : public mpl::int_<number_kind_rati…
299 using boost::multiprecision::backends::rational_adaptor;
H A Dcpp_int.hpp31 namespace backends{ namespace
51 …struct is_byte_container<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>…
55 namespace backends{ namespace
107 struct is_unsigned_number<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>…
110 namespace backends{ namespace
1878 struct double_precision_type<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocat…
1881backends::is_fixed_precision<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Alloca…
1882 backends::cpp_int_backend<
1884 …2 * backends::max_precision<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocat…
1886 …2 * backends::max_precision<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocat…
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1252 } backends[] = { in igt_ppgtt_smoke_huge() local
1265 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_smoke_huge()
1266 u32 min = backends[i].min; in igt_ppgtt_smoke_huge()
1267 u32 max = backends[i].max; in igt_ppgtt_smoke_huge()
1272 obj = backends[i].fn(i915, size, 0); in igt_ppgtt_smoke_huge()
1334 } backends[] = { in igt_ppgtt_sanity_check() local
1365 for (i = 0; i < ARRAY_SIZE(backends); ++i) { in igt_ppgtt_sanity_check()
1371 obj = backends[i].fn(i915, size, backends[i].flags); in igt_ppgtt_sanity_check()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dslave-interface.rst34 I2C slave backends behave like standard I2C clients. So, you can instantiate
36 is that i2c slave backends have their own address space. So, you have to add
52 drivers and writing backends will be given.
127 Software backends
191 * For backends simulating hardware registers, buffers are largely not helpful
/OK3568_Linux_fs/buildroot/package/python-falcon/
H A DConfig.in6 backends.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/cogl/
H A Dcogl-1.0.inc28 # This has to be explictly listed, because cogl dlopens the backends
46 # EGL backends
/OK3568_Linux_fs/buildroot/package/sshguard/
H A DConfig.in8 repeat offenders using one of several firewall backends,
/OK3568_Linux_fs/buildroot/package/enchant/
H A DConfig.in10 API across a number of spell-checking system backends.
/OK3568_Linux_fs/external/xserver/config/
H A DMakefile.am4 libconfig_la_SOURCES = config.c config-backends.h
/OK3568_Linux_fs/buildroot/package/perl-net-ssh2/
H A DConfig.in9 Note: only the OpenSSL and Libgcrypt backends of libssh2 are
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.5.12.bb71 # Note that multiple backends can be built. The ldbm backend requires a
208 PACKAGES_DYNAMIC += "^${PN}-backends.* ^${PN}-backend-.*"
224 metapkg = "${PN}-backends"
233 d.setVar('DESCRIPTION:' + metapkg, 'OpenLDAP backends meta package')
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dchromium-x11_111.0.5563.147.bb24 # Disable all backends except x11 to ensure this is
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/
H A Delfutils_0.186.bb90 cp -r ${B}/backends ${D}${PTEST_PATH}
162 ${PKGD}${PTEST_PATH}/backends/libebl_i386.so \
163 ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A DKconfig23 backends, like OpenSSL.

12345