Home
last modified time | relevance | path

Searched full:subset (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0003-Fix-build-with-Werror-Wunused-but-set-variable.patch8 firefox/68.9.0esr-r0/firefox-68.9.0/gfx/harfbuzz/src/hb-subset-cff1.cc:467:33: error: variable 'sup…
12 gfx/harfbuzz/src/hb-subset-cff1.cc | 4 +---
15 diff --git a/gfx/harfbuzz/src/hb-subset-cff1.cc b/gfx/harfbuzz/src/hb-subset-cff1.cc
17 --- a/gfx/harfbuzz/src/hb-subset-cff1.cc
18 +++ b/gfx/harfbuzz/src/hb-subset-cff1.cc
/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 Dslice_array.h47 * @brief Class defining one-dimensional subset of an array. in _GLIBCXX_VISIBILITY()
49 * The slice class represents a one-dimensional subset of an array, in _GLIBCXX_VISIBILITY()
52 * of the subset. The size is the total number of elements in the subset. in _GLIBCXX_VISIBILITY()
54 * in the subset. in _GLIBCXX_VISIBILITY()
57 * and stride 2, the subset consists of array elements 1, 3, and 5. in _GLIBCXX_VISIBILITY()
115 * @brief Reference to one-dimensional subset of an array. in _GLIBCXX_VISIBILITY()
120 * carrying operations out on the referenced subset of elements in the in _GLIBCXX_VISIBILITY()
122 * to the subset of elements in the underlying valarray this slice_array in _GLIBCXX_VISIBILITY()
H A Dgslice.h47 * @brief Class defining multi-dimensional subset of an array. in _GLIBCXX_VISIBILITY()
49 * The slice class represents a multi-dimensional subset of an array, in _GLIBCXX_VISIBILITY()
52 * that is part of the subset. The size and stride array describe each in _GLIBCXX_VISIBILITY()
/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 Dslice_array.h47 * @brief Class defining one-dimensional subset of an array. in _GLIBCXX_VISIBILITY()
49 * The slice class represents a one-dimensional subset of an array, in _GLIBCXX_VISIBILITY()
52 * of the subset. The size is the total number of elements in the subset. in _GLIBCXX_VISIBILITY()
54 * in the subset. in _GLIBCXX_VISIBILITY()
57 * and stride 2, the subset consists of array elements 1, 3, and 5. in _GLIBCXX_VISIBILITY()
115 * @brief Reference to one-dimensional subset of an array. in _GLIBCXX_VISIBILITY()
120 * carrying operations out on the referenced subset of elements in the in _GLIBCXX_VISIBILITY()
122 * to the subset of elements in the underlying valarray this slice_array in _GLIBCXX_VISIBILITY()
H A Dgslice.h47 * @brief Class defining multi-dimensional subset of an array. in _GLIBCXX_VISIBILITY()
49 * The slice class represents a multi-dimensional subset of an array, in _GLIBCXX_VISIBILITY()
52 * that is part of the subset. The size and stride array describe each in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_subset.c3 * f_subset.c -- "CDC Subset" Ethernet link function driver
20 * This function packages a simple "CDC Subset" Ethernet port with no real
23 * why we call it the "CDC Subset".
37 * Subset" in terms of data transfer and lack of control model. This was
42 * descriptors to the CDC Subset code, making this code look like a SAFE
63 * "Simple" CDC-subset option is a simple vendor-neutral model that most
110 * the submode of "SAFE" which directly matches the CDC Subset.
236 [0].s = "CDC Ethernet Subset/SAFE",
262 DBG(cdev, "reset cdc subset\n"); in geth_set_alt()
266 DBG(cdev, "init + activate cdc subset\n"); in geth_set_alt()
[all …]
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mvebu-icu.c75 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local
81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init()
82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init()
84 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init()
88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init()
89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init()
341 .name = "mvebu-icu-subset",
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dfile.c341 * test target x permissions are equal OR a subset of link x permissions
342 * this is done as part of the subset test, where a hardlink must have
343 * a subset of permissions that the target has.
345 * Returns: true if subset else false
404 /* done if link subset test is not required */ in profile_path_link()
408 /* Do link perm subset test requiring allowed permission on link are in profile_path_link()
409 * a subset of the allowed permissions on target. in profile_path_link()
414 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
425 info = "link not subset of target"; in profile_path_link()
450 * The subset test if required forces that permissions granted
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dether.c44 * systems may not. (This is a subset of CDC Ethernet.)
46 * It turns out that if you add a few descriptors to that "CDC Subset",
74 * returns false, in which case it supports the CDC Subset. By default,
124 * The protocol is a minimal subset of CDC Ether, which works on any bulk
248 * We _always_ have an ECM, CDC Subset, or EEM configuration.
340 /* CDC Subset */ in eth_bind()
351 eth_config_driver.label = "CDC Subset/SAFE"; in eth_bind()
366 /* RNDIS plus ECM-or-Subset */ in eth_bind()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dglossary.rst39 An API designed to control a subset of the :term:`Media Hardware`
59 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
138 Subset of the hardware that is supported by the Linux Media API.
162 A subset of I²C, which defines a stricter usage of the bus.
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/harfbuzz/
H A Dharfbuzz_4.0.1.bb35 PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
50 FILES:${PN}-subset = "${libdir}/libharfbuzz-subset.so.*"
/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 Dvalarray212 * @brief Assign elements to an array subset.
222 * @brief Assign elements to an array subset.
232 * @brief Assign elements to an array subset.
242 * @brief Assign elements to an array subset.
279 // _lib.valarray.sub_ subset operations:
281 * @brief Return an array subset.
293 * @brief Return a reference to an array subset.
305 * @brief Return an array subset.
316 * @brief Return a reference to an array subset.
328 * @brief Return an array subset.
[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 Dvalarray212 * @brief Assign elements to an array subset.
222 * @brief Assign elements to an array subset.
232 * @brief Assign elements to an array subset.
242 * @brief Assign elements to an array subset.
279 // _lib.valarray.sub_ subset operations:
281 * @brief Return an array subset.
293 * @brief Return a reference to an array subset.
305 * @brief Return an array subset.
316 * @brief Return a reference to an array subset.
328 * @brief Return an array subset.
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch4 Subject: [PATCH 3/4] HACK: caps: Consider dmabuf subset of system memory
41 @@ -1330,6 +1347,8 @@ gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset)
50 @@ -1344,6 +1363,11 @@ gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset)
59 /* If we found no superset for this subset structure
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch4 Subject: [PATCH 3/4] HACK: caps: Consider dmabuf subset of system memory
41 @@ -1340,6 +1357,8 @@ gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset)
50 @@ -1354,6 +1373,11 @@ gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset)
59 /* If we found no superset for this subset structure
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dethtool.sh182 # Test that when one device advertises a subset of speeds and another
191 log_test "advertise subset of speeds"
211 log_test "advertise subset of speeds"
221 # Test that when one device advertises a subset of speeds, the other
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch4 Subject: [PATCH 3/4] HACK: caps: Consider dmabuf subset of system memory
41 @@ -1340,6 +1357,8 @@ gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset)
50 @@ -1354,6 +1373,11 @@ gst_caps_is_subset (const GstCaps * subset, const GstCaps * superset)
59 /* If we found no superset for this subset structure
/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 Dira.h51 containing the given class. If given class is not a subset of an
64 containing the given class. If given class is not a subset of an
91 /* Register class subset relation: TRUE if the first class is a subset
/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 Dira.h51 containing the given class. If given class is not a subset of an
64 containing the given class. If given class is not a subset of an
91 /* Register class subset relation: TRUE if the first class is a subset
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkselftest.rst46 kernel src. This is applicable to "Running a subset of selftests" section
64 to "Running a subset of selftests" section below.
70 Running a subset of selftests
178 `make gen_tar` invokes `make install` so you can use it to package a subset of
179 tests by using variables specified in `Running a subset of selftests`_
/OK3568_Linux_fs/kernel/include/uapi/linux/sched/
H A Dtypes.h31 * A subset of sched_attr attributes specifies the
48 * A subset of sched_attr attributes allows to describe a so-called
80 * A subset of sched_attr attributes allows to specify the utilization
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_frag.h6 * "Frags" are a way to describe a subset of a 32-bit number space,
8 * (subset of the number space) can be partitioned into 2^n sub-frags.
/OK3568_Linux_fs/kernel/kernel/
H A Dcred.c401 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument
404 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset()
407 * the capabilities of subset are a subset of set. in cred_cap_issubset()
410 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset()
413 * therefore one is a subset of the other only if a set is an in cred_cap_issubset()
414 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dether.c59 * systems may not. (This is a subset of CDC Ethernet.)
61 * It turns out that if you add a few descriptors to that "CDC Subset",
160 /* "main" config is either CDC, or its simple subset */
166 return 0; /* only subset possible */ in is_cdc()
244 * The protocol is a minimal subset of CDC Ether, which works on any bulk
250 #define SIMPLE_PRODUCT_NUM 0x505a /* Linux-USB "CDC Subset" Device */
300 * our simple subset, with RNDIS as an optional second configuration.
333 #define DEV_CONFIG_VALUE 1 /* cdc or subset */
391 * Compared to the simple CDC subset, the full CDC Ethernet model adds
404 * to present the CDC Subset as a (nonconformant) CDC MDLM variant called
[all …]
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dsummary.rst19 a subset of I2C protocols and signaling. Many I2C devices will work on an
25 Because the SMBus is mostly a subset of the generalized I2C bus, we can

12345678910>>...40