Home
last modified time | relevance | path

Searched +full:7 +full:b (Results 1 – 25 of 1649) sorted by relevance

12345678910>>...66

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-rgb.rst44 - In all the tables that follow, bit 7 is the most significant bit in a byte.
45 - 'r', 'g' and 'b' denote bits of the red, green and blue components
60 G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1` B\ :sub:`0`], and
63 G\ :sub:`1` G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1`
64 B\ :sub:`0`].
81 - :cspan:`7` Byte 0 in memory
82 - :cspan:`7` Byte 1
83 - :cspan:`7` Byte 2
84 - :cspan:`7` Byte 3
87 - 7
[all …]
H A Dpixfmt-srggb10-ipu3.rst39 - B\ :sub:`0000low`
40 - G\ :sub:`0001low`\ (bits 7--2)
42 B\ :sub:`0000high`\ (bits 1--0)
43 - B\ :sub:`0002low`\ (bits 7--4)
46 - G\ :sub:`0003low`\ (bits 7--6)
48 B\ :sub:`0002high`\ (bits 5--0)
51 - B\ :sub:`0004low`
52 - G\ :sub:`0005low`\ (bits 7--2)
54 B\ :sub:`0004high`\ (bits 1--0)
55 - B\ :sub:`0006low`\ (bits 7--4)
[all …]
H A Dsubdev-formats.rst224 :widths: 36 7 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
257 - 7
298 - b\ :sub:`3`
299 - b\ :sub:`2`
300 - b\ :sub:`1`
301 - b\ :sub:`0`
370 - b\ :sub:`3`
371 - b\ :sub:`2`
372 - b\ :sub:`1`
373 - b\ :sub:`0`
[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…
63 +++ b/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…
76 +++ b/libgeis/backend/grail/geis_ugsubscription_store.c
77 @@ -42,7 +42,7 @@ static const GeisFloat _geis_grail_ugsubscription_store_growth_factor = 1.7;
86 diff --git a/libgeis/backend/grail/geis_ugsubscription_store.h b/libgeis/backend/grail/geis_ugsubsc…
89 +++ b/libgeis/backend/grail/geis_ugsubscription_store.h
90 @@ -41,7 +41,7 @@ typedef GeisBag GeisUGSubscriptionStore;
99 diff --git a/libgeis/backend/test_fixture/geis_backend_test_fixture.c b/libgeis/backend/test_fixtur…
[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
23 +++ b/aarch64-asm.S
24 @@ -31,8 +31,7 @@
34 @@ -54,7 +53,6 @@ asm_function aligned_block_copy_ldpstp_x_aarch64
36 bgt 0b
42 @@ -67,7 +65,6 @@ asm_function aligned_block_copy_ldpstp_q_aarch64
44 bgt 0b
50 @@ -82,7 +79,6 @@ asm_function aligned_block_copy_ldpstp_q_pf32_l2strm_aarch64
52 bgt 0b
58 @@ -96,7 +92,6 @@ asm_function aligned_block_copy_ldpstp_q_pf64_l2strm_aarch64
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Fix-build-with-clang.patch69 +++ b/src/YAlignment.h
70 @@ -28,7 +28,7 @@
80 +++ b/src/YBarGraph.h
81 @@ -29,7 +29,7 @@
91 +++ b/src/YBusyIndicator.h
92 @@ -27,7 +27,7 @@
102 +++ b/src/YButtonBox.h
103 @@ -30,7 +30,7 @@
112 @@ -147,7 +147,7 @@ struct YButtonBoxMargins
122 +++ b/src/YCheckBox.h
[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
23 +++ b/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,
44 ssh_encode_identity_rsa1(Buffer *b, RSA *key, const char *comment)
48 pamsshagentauth_buffer_put_int(b, BN_num_bits(key->n));
49 pamsshagentauth_buffer_put_bignum(b, key->n);
50 pamsshagentauth_buffer_put_bignum(b, key->e);
51 @@ -540,7 +540,7 @@ ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/
H A Dpsplash-raspberrypi-img.h9 "\0\7\0\0\0\7\0\0\0$\0\0\0C\0\0\0U\0\0\0O\0\0\0C\0\0\0\37\377\0\0\0\0" \
16 "\0\0\231\0\0\0\214\0\0\0c\0\0\0""7\0\0\0\15\214\0\0\0\0\3\0\0\0\30\0" \
19 "\352\0\0\0\204\0\0\0\17\214\0\0\0\0\6\0\0\0\26\0\0\0B\0\0\0l\0\0\0\223" \
46 "\2\0\0\0""7\0\0\0\351\316\0\0\0\377\2\0\0\0\272\0\0\0""1\377\0\0\0\0" \
49 "\0\0\0\365\203\0\0\0\377\7\0\0\0\372\0\0\0\344\0\0\0\314\0\0\0\264\0" \
51 "\0\33\377\0\0\0\0\257\0\0\0\0\2\0\0\0""3\0\0\0\300\321\0\0\0\377\7\0" \
55 "\0\0\0\377\3\0\0\0\363\0\0\0y\0\0\0\7\377\0\0\0\0\253\0\0\0\0\3\0\0\0" \
58 "\0o\0\0\0\15\202\0\0\0\0\5\0\0\0\7\0\0\0-\0\0\0G\0\0\0^\0\0\0t\202\0" \
72 "\0""8\0\0\0M\203\0\0\0U\7\0\0\0P\0\0\0@\0\0\0""0\0\0\0\37\0\0\0\17\0" \
74 "\0\0\0\0\2\0\0\0""3\0\0\0\332\377\0\0\0\377\203\0\0\0\377\7\0\0\0c\0" \
[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,
51 __ashldi3 (DWtype u, word_type b) in __ashldi3() argument
53 if (b == 0) in __ashldi3()
57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
69 w.s.low = (UWtype) uu.s.low << b; in __ashldi3()
70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
77 __ashrdi3 (DWtype u, word_type b) in __ashrdi3() argument
79 if (b == 0) in __ashrdi3()
83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc8 # - b bool bit
30 - f major 4 7
57 - f columns 4 7
75 - l n 0 7 4
116 - f columns 4 7
119 - f compressed 0 7
127 - b horizontal_mirror 0
128 - b vertical_flip 1
141 - b enable 0
142 - b ack 1
[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/drivers/comedi/drivers/ni_routing/ni_route_values/
H A Dni_eseries.c53 [B(NI_PFI(0))] = {
54 [B(NI_AI_StartTrigger)] = I(NI_PFI_OUTPUT_AI_START1),
56 [B(NI_PFI(1))] = {
57 [B(NI_AI_ReferenceTrigger)] = I(NI_PFI_OUTPUT_AI_START2),
59 [B(NI_PFI(2))] = {
60 [B(NI_AI_ConvertClock)] = I(NI_PFI_OUTPUT_AI_CONVERT),
62 [B(NI_PFI(3))] = {
63 [B(NI_CtrSource(1))] = I(NI_PFI_OUTPUT_G_SRC1),
65 [B(NI_PFI(4))] = {
66 [B(NI_CtrGate(1))] = I(NI_PFI_OUTPUT_G_GATE1),
[all …]
H A Dni_mseries.c56 [B(NI_PFI(0))] = {
57 [B(TRIGGER_LINE(0))] = I(18),
58 [B(TRIGGER_LINE(1))] = I(19),
59 [B(TRIGGER_LINE(2))] = I(20),
60 [B(TRIGGER_LINE(3))] = I(21),
61 [B(TRIGGER_LINE(4))] = I(22),
62 [B(TRIGGER_LINE(5))] = I(23),
63 [B(TRIGGER_LINE(6))] = I(24),
64 [B(TRIGGER_LINE(7))] = I(25),
65 [B(NI_CtrSource(0))] = I(9),
[all …]
H A Dni_660x.c48 [B(NI_PFI(8))] = {
49 [B(NI_CtrInternalOutput(7))] = I(1),
51 [B(NI_PFI(10))] = {
52 [B(NI_CtrGate(7))] = I(1),
54 [B(NI_PFI(11))] = {
55 [B(NI_CtrSource(7))] = I(1),
57 [B(NI_PFI(12))] = {
58 [B(NI_CtrInternalOutput(6))] = I(1),
60 [B(NI_PFI(14))] = {
61 [B(NI_CtrGate(6))] = I(1),
[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
51 +++ b/examples/broadcast_server/SConscript
52 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
61 diff --git a/examples/debug_client/SConscript b/examples/debug_client/SConscript
64 +++ b/examples/debug_client/SConscript
65 @@ -14,7 +14,7 @@ env_cpp11 = env_cpp11.Clone ()
74 diff --git a/examples/debug_server/SConscript b/examples/debug_server/SConscript
75 index 4d02261c6..7e24b07c8 100644
77 +++ b/examples/debug_server/SConscript
78 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
[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
54 +++ b/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
67 +++ b/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
80 +++ b/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 …]
/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
47 +++ b/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
60 +++ b/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
73 +++ b/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-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
56 +++ b/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
69 +++ b/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
82 +++ b/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
80 +++ b/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
92 +++ b/src/backlight/backlight.c
93 @@ -20,6 +20,7 @@
101 diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
104 +++ b/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/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…
40 +++ b/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…
52 +++ b/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…
64 +++ b/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/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-doc-Fix-typos-in-manual-pages.patch18 diff --git a/doc/bw_mem.8 b/doc/bw_mem.8
21 +++ b/doc/bw_mem.8
22 @@ -3,7 +3,7 @@
26 -.B bw_mem_cp
27 +.B bw_mem
31 diff --git a/doc/lat_fcntl.8 b/doc/lat_fcntl.8
34 +++ b/doc/lat_fcntl.8
35 @@ -3,7 +3,7 @@
39 -.B lat_ctx
40 +.B lat_fcntl
[all …]
/openbmc/linux/arch/csky/lib/
H A Dusercopy.c14 " bf 7f \n" in raw_copy_from_user()
34 " br 1b \n" in raw_copy_from_user()
42 " br 3b \n" in raw_copy_from_user()
44 " bf 7f \n" in raw_copy_from_user()
50 " br 5b \n" in raw_copy_from_user()
53 " bf 7f \n" in raw_copy_from_user()
55 " bf 7f \n" in raw_copy_from_user()
58 " bf 7f \n" in raw_copy_from_user()
61 ".long 2b, 7f \n" in raw_copy_from_user()
62 ".long 4b, 7f \n" in raw_copy_from_user()
[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
31 +++ b/convertquota.c
32 @@ -14,6 +14,7 @@
40 diff --git a/edquota.c b/edquota.c
43 +++ b/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/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules/
H A D0001-Stop-using-pyasn1.compat.octets.patch19 tests/test_rfc6032.py | 7 +++----
21 7 files changed, 8 insertions(+), 15 deletions(-)
23 diff --git a/tests/test_pem.py b/tests/test_pem.py
26 +++ b/tests/test_pem.py
27 @@ -7,7 +7,6 @@
35 @@ -93,7 +92,7 @@ GGbx7DI=
44 diff --git a/tests/test_rfc3770.py b/tests/test_rfc3770.py
47 +++ b/tests/test_rfc3770.py
48 @@ -10,7 +10,6 @@ import unittest
56 @@ -79,7 +78,7 @@ DAlVlhox680Jxy5J8Pkx
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S140 b.eq 2f /* PSCI function found */
142 b 1b
158 b.gt unknown_smc_id
161 b.lt unknown_smc_id
164 b handle_psci
174 b.gt unknown_smc_id
177 b.lt unknown_smc_id
180 b handle_psci
215 b unhandled_exception /* simply dead loop */
233 b.eq handle_smc32
[all …]

12345678910>>...66