Home
last modified time | relevance | path

Searched +full:7 +full:a (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Fix-build-with-clang.patch8 error: class 'YButtonBoxPrivate' was previously declared as a struct [-Werror,-Wmismatched-tags]
68 --- a/src/YAlignment.h
70 @@ -28,7 +28,7 @@
79 --- a/src/YBarGraph.h
81 @@ -29,7 +29,7 @@
90 --- a/src/YBusyIndicator.h
92 @@ -27,7 +27,7 @@
101 --- a/src/YButtonBox.h
103 @@ -30,7 +30,7 @@
112 @@ -147,7 +147,7 @@ struct YButtonBoxMargins
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch60 diff --git a/libgeis/backend/grail/geis_grail_window_grab.c b/libgeis/backend/grail/geis_grail_wind…
62 --- a/libgeis/backend/grail/geis_grail_window_grab.c
64 @@ -49,7 +49,7 @@ static const GeisFloat _geis_grail_window_grab_store_growth_factor = 1.7;
73 diff --git a/libgeis/backend/grail/geis_ugsubscription_store.c b/libgeis/backend/grail/geis_ugsubsc…
75 --- a/libgeis/backend/grail/geis_ugsubscription_store.c
77 @@ -42,7 +42,7 @@ static const GeisFloat _geis_grail_ugsubscription_store_growth_factor = 1.7;
78 * Creates a new, empty grail subscription store.
86 diff --git a/libgeis/backend/grail/geis_ugsubscription_store.h b/libgeis/backend/grail/geis_ugsubsc…
88 --- a/libgeis/backend/grail/geis_ugsubscription_store.h
90 @@ -41,7 +41,7 @@ typedef GeisBag GeisUGSubscriptionStore;
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch44 diff --git a/copy/xfs_copy.c b/copy/xfs_copy.c
46 --- a/copy/xfs_copy.c
48 @@ -881,7 +881,7 @@ main(int argc, char **argv)
57 diff --git a/fsr/xfs_fsr.c b/fsr/xfs_fsr.c
59 --- a/fsr/xfs_fsr.c
61 @@ -1148,7 +1148,7 @@ packfile(char *fname, char *tname, int fd,
70 diff --git a/io/bmap.c b/io/bmap.c
72 --- a/io/bmap.c
74 @@ -257,7 +257,7 @@ bmap_f(
94 diff --git a/io/copy_file_range.c b/io/copy_file_range.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D1024.patch48 diff --git a/examples/broadcast_server/SConscript b/examples/broadcast_server/SConscript
50 --- a/examples/broadcast_server/SConscript
52 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
55 # if a C++11 environment is available build using that, otherwise use boost
61 diff --git a/examples/debug_client/SConscript b/examples/debug_client/SConscript
63 --- a/examples/debug_client/SConscript
65 @@ -14,7 +14,7 @@ env_cpp11 = env_cpp11.Clone ()
68 # if a C++11 environment is available build using that, otherwise use boost
74 diff --git a/examples/debug_server/SConscript b/examples/debug_server/SConscript
75 index 4d02261c6..7e24b07c8 100644
[all …]
/openbmc/linux/sound/usb/caiaq/
H A Dcontrol.c181 { "LED 7seg_1b", 8 },
182 { "LED 7seg_1c", 9 },
183 { "LED 7seg_2a", 10 },
184 { "LED 7seg_2b", 11 },
185 { "LED 7seg_2c", 12 },
186 { "LED 7seg_2d", 13 },
187 { "LED 7seg_2e", 14 },
188 { "LED 7seg_2f", 15 },
189 { "LED 7seg_2g", 16 },
190 { "LED 7seg_3a", 17 },
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-rgb.rst9 These formats encode each pixel as a triplet of RGB values. They are packed
12 bits required to store a pixel is not aligned to a byte boundary, the data is
20 or a permutation thereof, collectively referred to as alpha formats) depend on
24 a meaningful value. Otherwise, when the device doesn't capture an alpha channel
25 but can set the alpha bit to a user-configurable value, the
28 the value specified by that control. Otherwise a corresponding format without
34 filled with meaningful values by applications. Otherwise a corresponding format
38 Formats that contain padding bits are named XRGB (or a permutation thereof).
44 - In all the tables that follow, bit 7 is the most significant bit in a byte.
46 respectively. 'a' denotes bits of the alpha component (if supported by the
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch72 src/rrdupdate.c | 7 +--
75 diff --git a/bindings/lua/rrdlua.c b/bindings/lua/rrdlua.c
77 --- a/bindings/lua/rrdlua.c
118 @@ -84,7 +83,7 @@ static char **make_argv(const char *cmd, lua_State * L)
127 @@ -99,7 +98,7 @@ rrd_common_call (lua_State *L, const char *cmd, RRD_FUNCTION rrd_function)
136 @@ -197,7 +196,7 @@ static int
145 @@ -246,7 +245,7 @@ lua_rrd_first (lua_State * L)
154 @@ -260,7 +259,7 @@ lua_rrd_last (lua_State * L)
163 @@ -275,7 +274,7 @@ static int
172 diff --git a/bindings/perl-shared/RRDs.xs b/bindings/perl-shared/RRDs.xs
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch6 applying a few changes from 7Zip 18.00-beta.
15 CPP/7zip/Compress/Rar1Decoder.cpp | 13 +++++++++----
16 CPP/7zip/Compress/Rar1Decoder.h | 1 +
17 CPP/7zip/Compress/Rar2Decoder.cpp | 10 +++++++++-
18 CPP/7zip/Compress/Rar2Decoder.h | 1 +
19 CPP/7zip/Compress/Rar3Decoder.cpp | 23 ++++++++++++++++++++---
20 CPP/7zip/Compress/Rar3Decoder.h | 2 ++
23 diff --git a/CPP/7zip/Compress/Rar1Decoder.cpp b/CPP/7zip/Compress/Rar1Decoder.cpp
25 --- a/CPP/7zip/Compress/Rar1Decoder.cpp
26 +++ b/CPP/7zip/Compress/Rar1Decoder.cpp
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0019-Adjust-for-musl-headers.patch51 diff --git a/src/libsystemd-network/sd-dhcp6-client.c b/src/libsystemd-network/sd-dhcp6-client.c
53 --- a/src/libsystemd-network/sd-dhcp6-client.c
55 @@ -5,7 +5,7 @@
64 diff --git a/src/network/netdev/bareudp.c b/src/network/netdev/bareudp.c
66 --- a/src/network/netdev/bareudp.c
68 @@ -2,7 +2,7 @@
77 diff --git a/src/network/netdev/batadv.c b/src/network/netdev/batadv.c
79 --- a/src/network/netdev/batadv.c
81 @@ -3,7 +3,7 @@
90 diff --git a/src/network/netdev/bond.c b/src/network/netdev/bond.c
[all …]
H A D0014-do-not-disable-buffer-in-writing-files.patch49 diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
51 --- a/src/basic/cgroup-util.c
53 @@ -457,7 +457,7 @@ int cg_kill_kernel_sigkill(const char *path) {
62 @@ -885,7 +885,7 @@ int cg_install_release_agent(const char *controller, const char *agent) {
71 @@ -903,7 +903,7 @@ int cg_install_release_agent(const char *controller, const char *agent) {
80 @@ -930,7 +930,7 @@ int cg_uninstall_release_agent(const char *controller) {
89 @@ -940,7 +940,7 @@ int cg_uninstall_release_agent(const char *controller) {
98 @@ -1833,7 +1833,7 @@ int cg_set_attribute(const char *controller, const char *path, const char *at…
107 diff --git a/src/basic/namespace-util.c b/src/basic/namespace-util.c
109 --- a/src/basic/namespace-util.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0017-Adjust-for-musl-headers.patch53 diff --git a/src/libsystemd-network/sd-dhcp6-client.c b/src/libsystemd-network/sd-dhcp6-client.c
55 --- a/src/libsystemd-network/sd-dhcp6-client.c
57 @@ -5,7 +5,7 @@
66 diff --git a/src/network/netdev/bareudp.c b/src/network/netdev/bareudp.c
68 --- a/src/network/netdev/bareudp.c
70 @@ -2,7 +2,7 @@
79 diff --git a/src/network/netdev/batadv.c b/src/network/netdev/batadv.c
81 --- a/src/network/netdev/batadv.c
83 @@ -3,7 +3,7 @@
92 diff --git a/src/network/netdev/bond.c b/src/network/netdev/bond.c
[all …]
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch77 diff --git a/meson.build b/meson.build
79 --- a/meson.build
81 @@ -567,6 +567,7 @@ foreach ident : ['secure_getenv', '__secure_getenv']
89 diff --git a/src/backlight/backlight.c b/src/backlight/backlight.c
91 --- a/src/backlight/backlight.c
93 @@ -20,6 +20,7 @@
101 diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
103 --- a/src/basic/cgroup-util.c
105 @@ -38,6 +38,7 @@
113 diff --git a/src/basic/env-util.c b/src/basic/env-util.c
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/
H A D0001-Fix-building-on-musl.patch28 diff --git a/convertquota.c b/convertquota.c
30 --- a/convertquota.c
32 @@ -14,6 +14,7 @@
40 diff --git a/edquota.c b/edquota.c
42 --- a/edquota.c
44 @@ -20,6 +20,7 @@
52 @@ -38,7 +39,7 @@ char *progname;
61 @@ -138,7 +139,7 @@ static int parse_options(int argc, char **argv)
70 @@ -176,7 +177,7 @@ static void copy_prototype(int argc, char **argv, struct quota_handle **handles)
79 @@ -223,7 +224,7 @@ int main(int argc, char **argv)
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/debian/pool/main/m/minicom/
H A Dindex.html9 … alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th…
11 …g src="/icons/back.gif" alt="[PARENTDIR]"></td><td><a href="/debian/pool/main/m/">Parent Directory…
12 …/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1+deb8u1.debian.tar.xz">minicom_2.7-1+deb8…
13 …rc="/icons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1+deb8u1.dsc">minicom_2.7-1+deb8…
14 …cons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1+deb8u1_amd64.deb">minicom_2.7-1+deb8…
15 …cons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1+deb8u1_armel.deb">minicom_2.7-1+deb8…
16 …cons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1+deb8u1_armhf.deb">minicom_2.7-1+deb8…
17 …icons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1+deb8u1_i386.deb">minicom_2.7-1+deb8…
18 …icons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1.1.debian.tar.xz">minicom_2.7-1.1.de…
19 …img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="minicom_2.7-1.1.dsc">minicom_2.7-1.1.ds…
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c41 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
42 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
130 __cmpdi2 (DWtype a, DWtype b) in __cmpdi2() argument
132 const DWunion au = {.ll = a}; in __cmpdi2()
427 __ucmpdi2 (DWtype a, DWtype b) in __ucmpdi2() argument
429 const DWunion au = {.ll = a}; in __ucmpdi2()
485 __divsi3 (SItype a, SItype b) in __divsi3() argument
490 if (a < 0) in __divsi3()
492 a = -a; in __divsi3()
502 res = udivmodsi4 (a, b, 0); in __divsi3()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0002-android-tools-modifications-to-make-it-build-in-yoct.patch7 …9SparseFileBufSource' which may bind externally can not be used when making a shared object; recom…
36 diff --git a/debian/external/boringssl/libcrypto.mk b/debian/external/boringssl/libcrypto.mk
38 --- a/debian/external/boringssl/libcrypto.mk
40 @@ -27,6 +27,7 @@ CPPFLAGS += \
48 diff --git a/debian/system/core/append2simg.mk b/debian/system/core/append2simg.mk
50 --- a/debian/system/core/append2simg.mk
52 @@ -11,7 +11,7 @@ CPPFLAGS += \
61 diff --git a/debian/system/core/fastboot.mk b/debian/system/core/fastboot.mk
63 --- a/debian/system/core/fastboot.mk
65 @@ -49,7 +49,7 @@ CPPFLAGS += \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch20 diff --git a/authfd.c b/authfd.c
22 --- a/authfd.c
24 @@ -367,7 +367,7 @@ ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int versio
33 @@ -427,7 +427,7 @@ ssh_decrypt_challenge(AuthenticationConnection *auth,
42 @@ -512,7 +512,7 @@ ssh_agent_sign(AuthenticationConnection *auth,
51 @@ -540,7 +540,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
60 @@ -557,7 +557,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
69 @@ -649,7 +649,7 @@ ssh_remove_identity(AuthenticationConnection *auth, Key *key)
78 diff --git a/bufbn.c b/bufbn.c
80 --- a/bufbn.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch20 diff --git a/aarch64-asm.S b/aarch64-asm.S
22 --- a/aarch64-asm.S
24 @@ -31,8 +31,7 @@
34 @@ -54,7 +53,6 @@ asm_function aligned_block_copy_ldpstp_x_aarch64
42 @@ -67,7 +65,6 @@ asm_function aligned_block_copy_ldpstp_q_aarch64
50 @@ -82,7 +79,6 @@ asm_function aligned_block_copy_ldpstp_q_pf32_l2strm_aarch64
58 @@ -96,7 +92,6 @@ asm_function aligned_block_copy_ldpstp_q_pf64_l2strm_aarch64
66 @@ -111,7 +106,6 @@ asm_function aligned_block_copy_ldpstp_q_pf32_l1keep_aarch64
74 @@ -125,7 +119,6 @@ asm_function aligned_block_copy_ldpstp_q_pf64_l1keep_aarch64
82 @@ -137,7 +130,6 @@ asm_function aligned_block_fill_stp_x_aarch64
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0002-network_tests-Include-iomanip-system-header.patch37 diff --git a/test/network_tests/big_payload_tests/big_payload_test_service.hpp b/test/network_tests…
39 --- a/test/network_tests/big_payload_tests/big_payload_test_service.hpp
41 @@ -14,6 +14,7 @@
49 diff --git a/test/network_tests/cpu_load_tests/cpu_load_test_service.cpp b/test/network_tests/cpu_l…
51 --- a/test/network_tests/cpu_load_tests/cpu_load_test_service.cpp
53 @@ -13,6 +13,7 @@
61 diff --git a/test/network_tests/e2e_tests/e2e_profile_04_test_client.hpp b/test/network_tests/e2e_t…
63 --- a/test/network_tests/e2e_tests/e2e_profile_04_test_client.hpp
65 @@ -14,6 +14,7 @@
73 diff --git a/test/network_tests/e2e_tests/e2e_profile_04_test_service.hpp b/test/network_tests/e2e_…
[all …]
/openbmc/linux/Documentation/i2c/
H A Di2c-sysfs.rst13 is a gap of knowledge to map from the I2C bus physical number and MUX topology
24 People who need to use Linux shell to interact with I2C subsystem on a system
40 There is a list of symbolic links under that directory. The links that
52 on bus 2 address 0x49 bound with a kernel driver.
73 For each physical I2C bus controller, the system vendor may assign a physical
80 Every I2C bus number you see in Linux I2C Sysfs is a logical I2C bus with a
84 Each logical I2C bus may be an abstraction of a physical I2C bus controller, or
85 an abstraction of a channel behind an I2C MUX. In case it is an abstraction of a
86 MUX channel, whenever we access an I2C device via a such logical bus, the kernel
93 If the logical I2C bus is a direct abstraction of a physical I2C bus controller,
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drust-oe-selftest.patch8 diff --git a/compiler/rustc_errors/src/markdown/tests/term.rs b/compiler/rustc_errors/src/markdown/…
9 --- a/compiler/rustc_errors/src/markdown/tests/term.rs
11 @@ -61,6 +61,7 @@ fn test_wrapping_write() {
19 diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
20 --- a/compiler/rustc_interface/src/tests.rs
22 @@ -137,6 +137,7 @@ fn assert_non_crate_hash_different(x: &Options, y: &Options) {
30 @@ -145,6 +146,7 @@ fn test_switch_implies_cfg_test() {
38 @@ -154,6 +156,7 @@ fn test_switch_implies_cfg_test_unless_cfg_test() {
46 diff --git a/library/test/src/stats/tests.rs b/library/test/src/stats/tests.rs
47 --- a/library/test/src/stats/tests.rs
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch25 diff --git a/waflib/Build.py b/waflib/Build.py
27 --- a/waflib/Build.py
29 @@ -104,7 +104,7 @@ class BuildContext(Context.Context):
38 diff --git a/waflib/ConfigSet.py b/waflib/ConfigSet.py
40 --- a/waflib/ConfigSet.py
42 @@ -11,7 +11,7 @@ The values put in :py:class:`ConfigSet` must be serializable (dicts, lists, stri
51 diff --git a/waflib/Context.py b/waflib/Context.py
53 --- a/waflib/Context.py
55 @@ -614,7 +614,7 @@ class Context(ctx):
63 is typically called once for a programming language group, see for
[all …]
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch6 db5 does not build because it is redefining a C++11 standard
22 diff --git a/src/dbinc/atomic.h b/src/dbinc/atomic.h
23 index 1b49de5..7bf353c 100644
24 --- a/src/dbinc/atomic.h
26 @@ -70,7 +70,7 @@ typedef struct {
35 @@ -206,7 +206,7 @@ static inline int __db_atomic_compare_exchange(
44 diff --git a/src/mp/mp_fget.c b/src/mp/mp_fget.c
46 --- a/src/mp/mp_fget.c
48 @@ -649,7 +649,7 @@ alloc: /* Allocate a new buffer header and data space. */
57 @@ -955,7 +955,7 @@ alloc: /* Allocate a new buffer header and data space. */
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/
H A Dopengl.patch20 docs/tools/meson.build | 7 +++++--
33 gdk/x11/meson.build | 7 +++++--
42 diff --git a/demos/gtk-demo/meson.build b/demos/gtk-demo/meson.build
44 --- a/demos/gtk-demo/meson.build
46 @@ -28,7 +28,6 @@ demos = files([
65 diff --git a/docs/tools/meson.build b/docs/tools/meson.build
67 --- a/docs/tools/meson.build
85 diff --git a/docs/tools/widgets.c b/docs/tools/widgets.c
87 --- a/docs/tools/widgets.c
89 @@ -8,7 +8,9 @@
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch19 diff --git a/gcc/gengtype.cc b/gcc/gengtype.cc
21 --- a/gcc/gengtype.cc
23 @@ -1005,7 +1005,7 @@ create_field_at (pair_p next, type_p type, const char *name, options_p opt,
24 /* Create a fake field with the given type and name. NEXT is the next
32 @@ -1038,7 +1038,7 @@ create_optional_field_ (pair_p next, type_p type, const char *name,
39 /* Reverse a linked list of 'struct pair's in place. */
41 @@ -5232,7 +5232,7 @@ main (int argc, char **argv)
50 diff --git a/gcc/genmodes.cc b/gcc/genmodes.cc
52 --- a/gcc/genmodes.cc
54 @@ -441,7 +441,7 @@ complete_all_modes (void)
[all …]

12345678910>>...56