Home
last modified time | relevance | path

Searched +full:2 +full:c (Results 1 – 25 of 5419) sorted by relevance

12345678910>>...217

/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1c-2.5-1.6-5.9-1.6-8.4 0 0 0-4 2.5-10.8 6.7-1.2.7-2.5 1.5-3.8 2.4-2.7 1.7-5.7 3.6-9 5.6-1.2.7-2.4 1…
/openbmc/qemu/tests/qemu-iotests/
H A D1226 # Copyright (C) 2015 Red Hat, Inc.
10 # the Free Software Foundation; either version 2 of the License, or
37 trap "_cleanup; exit \$status" 0 1 2 3 15
49 $QEMU_IO -c "write -P 0x11 0 64M" "$TEST_IMG".base 2>&1 | _filter_qemu_io | _filter_testdir
57 $QEMU_IO -c "write -P 0x22 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
69 $QEMU_IO -c "write -P 0 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
72 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
73 $QEMU_IMG convert -O $IMGFMT -c -B "$TEST_IMG".base -o backing_fmt=$IMGFMT \
75 $QEMU_IO -c "read -P 0 0 3M" "$TEST_IMG".orig 2>&1 | _filter_qemu_io | _filter_testdir
77 $QEMU_IO -c "write -z 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
[all …]
H A D1316 # Copyright (C) 2014 Denis V. Lunev <den@openvz.org>
10 # the Free Software Foundation; either version 2 of the License, or
34 trap "_cleanup; exit \$status" 0 1 2 3 15
54 CLUSTER_HALF_SIZE=$((CLUSTER_SIZE / 2))
55 CLUSTER_DBL_SIZE=$((CLUSTER_SIZE * 2))
58 { $QEMU_IO -c "read -P 0 $CLUSTER_HALF_SIZE $CLUSTER_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | …
60 { $QEMU_IO -c "write -P 0x11 $CLUSTER_HALF_SIZE $CLUSTER_DBL_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qe…
62 { $QEMU_IO -c "read -P 0x11 $CLUSTER_HALF_SIZE $CLUSTER_HALF_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qe…
64 { $QEMU_IO -c "read -P 0x11 $CLUSTER_SIZE $CLUSTER_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _f…
66 { $QEMU_IO -c "read -P 0x11 $CLUSTER_HALF_SIZE $CLUSTER_DBL_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qem…
[all …]
H A D0806 # Copyright (C) 2013 Red Hat, Inc.
10 # the Free Software Foundation; either version 2 of the License, or
35 trap "_cleanup; exit \$status" 0 1 2 3 15
73 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
75 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
83 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
85 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
87 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
93 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
95 { $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
[all …]
H A D1796 # Copyright (C) 2017 Red Hat, Inc.
10 # the Free Software Foundation; either version 2 of the License, or
35 trap "_cleanup; exit \$status" 0 1 2 3 15
55 # Offsets chosen at or near 2M boundaries so test works at all cluster sizes
60 $QEMU_IO -c "write -z -u 2M 2M" "$TEST_IMG.base" | _filter_qemu_io
61 $QEMU_IO -c "write -z 6M 2M" "$TEST_IMG.base" | _filter_qemu_io
62 $QEMU_IO -c "map" "$TEST_IMG.base" | _filter_qemu_io
67 $QEMU_IO -c "write -z -u 10485761 2097150" "$TEST_IMG.base" | _filter_qemu_io
68 $QEMU_IO -c "write -z 14680065 2097150" "$TEST_IMG.base" | _filter_qemu_io
69 $QEMU_IO -c "map" "$TEST_IMG.base" | _filter_qemu_io
[all …]
H A D1717 # Copyright (C) 2016 Red Hat, Inc.
11 # the Free Software Foundation; either version 2 of the License, or
35 trap "_cleanup; exit \$status" 0 1 2 3 15
68 $QEMU_IO -c "write -P 0x0a 0 $test_size" "$(img_json)" | _filter_qemu_io
72 $QEMU_IO -c "read -P 0x0a 0 $test_size" "$(img_json)" | _filter_qemu_io
76 $QEMU_IO -c "read -v $((img_offset-2)) 4" $TEST_IMG | _filter_qemu_io
80 $QEMU_IO -c "write $((test_size-1)) 1" "$(img_json)" | _filter_qemu_io
84 $QEMU_IO -c "write $((test_size-1)) 2" "$(img_json)" | _filter_qemu_io
88 $QEMU_IO -c "write $test_size 1" "$(img_json)" | _filter_qemu_io
92 $QEMU_IO -c "write $((test_size+512)) 1" "$(img_json)" | _filter_qemu_io
[all …]
H A D1036 # Copyright (C) 2014 Red Hat, Inc.
10 # the Free Software Foundation; either version 2 of the License, or
34 trap "_cleanup; exit \$status" 0 1 2 3 15
49 $QEMU_IO -c 'write -P 42 0 64k' "$TEST_IMG" | _filter_qemu_io
56 $QEMU_IO -c "open -o cache-size=1.25M,l2-cache-size=1M,refcount-cache-size=0.25M $TEST_IMG" \
57 2>&1 | _filter_testdir | _filter_imgfmt
59 $QEMU_IO -c "open -o cache-size=1M,l2-cache-size=2M $TEST_IMG" 2>&1 \
62 $QEMU_IO -c "open -o cache-size=1M,refcount-cache-size=2M $TEST_IMG" 2>&1 \
66 $QEMU_IO -c "open -o cache-size=0,l2-cache-size=0,refcount-cache-size=0 $TEST_IMG" \
67 2>&1 | _filter_testdir | _filter_imgfmt
[all …]
H A D1546 # Copyright (C) 2016-2017 Red Hat, Inc.
10 # the Free Software Foundation; either version 2 of the License, or
34 trap "_cleanup; exit \$status" 0 1 2 3 15
64 # 2. Head unaligned: -- -- 00 00
66 # 4. Both, 2 clusters: -- -- -- 00 | 00 -- -- --
68 $QEMU_IO -c "write -z 0 2k" "$TEST_IMG" | _filter_qemu_io
69 $QEMU_IO -c "write -z 10k 2k" "$TEST_IMG" | _filter_qemu_io
70 $QEMU_IO -c "write -z 17k 2k" "$TEST_IMG" | _filter_qemu_io
71 $QEMU_IO -c "write -z 27k 2k" "$TEST_IMG" | _filter_qemu_io
82 $QEMU_IO -c "write -P 0x11 32k 1k" "$TEST_IMG.base" | _filter_qemu_io
[all …]
H A D0816 # Copyright (C) 2013 Nodalink, SARL.
10 # the Free Software Foundation; either version 2 of the License, or
33 _rm_test_img "$TEST_DIR/2.raw"
36 trap "_cleanup; exit \$status" 0 1 2 3 15
57 do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_imgfmt | _filter_qemu \
62 quorum="driver=raw,file.driver=quorum,file.vote-threshold=2"
64 quorum="$quorum,file.children.1.file.filename=$TEST_DIR/2.raw"
65 quorum="$quorum,file.children.2.file.filename=$TEST_DIR/3.raw"
68 quorum="$quorum,file.children.2.driver=raw"
76 TEST_IMG="$TEST_DIR/2.raw" _make_test_img $size
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch21 if test ` uname -s 2> /dev/null ` = 'Darwin'; then
23 - $CC $CFLAGS $lf conftest.c > /dev/null 2>/dev/null
24 + $CC $CFLAGS $LDFLAGS $lf conftest.c > /dev/null 2>/dev/null
32 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
33 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
41 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
42 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
49 echo "int main(){ $func(); return 0; }" > conftest.c
50 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null
51 + $CC $BFLAG $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0017-Adjust-for-musl-headers.patch13 src/libsystemd-network/sd-dhcp6-client.c | 2 +-
14 src/network/netdev/bareudp.c | 2 +-
15 src/network/netdev/batadv.c | 2 +-
16 src/network/netdev/bond.c | 2 +-
17 src/network/netdev/bridge.c | 2 +-
18 src/network/netdev/dummy.c | 2 +-
19 src/network/netdev/geneve.c | 2 +-
20 src/network/netdev/ifb.c | 2 +-
21 src/network/netdev/ipoib.c | 2 +-
22 src/network/netdev/ipvlan.c | 2 +-
[all …]
/openbmc/linux/arch/sparc/crypto/
H A Dopcodes.h18 #define CRC32C(a,b,c) \ argument
19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c));
30 #define AES_EROUND01(a,b,c,d) \ argument
31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d));
32 #define AES_EROUND23(a,b,c,d) \ argument
33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d));
34 #define AES_DROUND01(a,b,c,d) \ argument
35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d));
36 #define AES_DROUND23(a,b,c,d) \ argument
37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d));
[all …]
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h3 * Copyright (c) 2022 MediaTek Inc.
16 * Plane count: 1, 2, 3
17 * H-subsample: 0, 1, 2
19 * Color group: 0-RGB, 1-YUV, 2-raw
26 #define MDP_COLOR_IS_COMPRESS(c) ((0x20000000 & (c)) >> 29) argument
27 #define MDP_COLOR_IS_10BIT_PACKED(c) ((0x08000000 & (c)) >> 27) argument
28 #define MDP_COLOR_IS_10BIT_LOOSE(c) (((0x0c000000 & (c)) >> 26) == 1) argument
29 #define MDP_COLOR_IS_10BIT_TILE(c) (((0x0c000000 & (c)) >> 26) == 3) argument
30 #define MDP_COLOR_IS_UFP(c) ((0x02000000 & (c)) >> 25) argument
31 #define MDP_COLOR_IS_INTERLACED(c) ((0x01000000 & (c)) >> 24) argument
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0019-Adjust-for-musl-headers.patch13 src/libsystemd-network/sd-dhcp6-client.c | 2 +-
14 src/network/netdev/bareudp.c | 2 +-
15 src/network/netdev/batadv.c | 2 +-
16 src/network/netdev/bond.c | 2 +-
17 src/network/netdev/bridge.c | 3 ++-
18 src/network/netdev/dummy.c | 2 +-
19 src/network/netdev/geneve.c | 2 +-
20 src/network/netdev/ifb.c | 2 +-
21 src/network/netdev/ipoib.c | 2 +-
22 src/network/netdev/ipvlan.c | 2 +-
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch3 Date: Fri, 2 Sep 2022 16:57:51 -0700
11 libgeis/backend/grail/geis_grail_window_grab.c | 2 +-
12 libgeis/backend/grail/geis_ugsubscription_store.c | 2 +-
13 libgeis/backend/grail/geis_ugsubscription_store.h | 2 +-
14 libgeis/backend/test_fixture/geis_backend_test_fixture.c | 4 ++--
15 libgeis/geis.c | 2 +-
16 libgeis/geis_backend_multiplexor.c | 4 ++--
17 libgeis/geis_backend_multiplexor.h | 2 +-
18 libgeis/geis_class.c | 2 +-
19 libgeis/geis_class.h | 2 +-
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dparallels-checks6 # Copyright (C) 2022 Virtuozzo International GmbH
10 # the Free Software Foundation; either version 2 of the License, or
34 trap "_cleanup; exit \$status" 0 1 2 3 15
60 { $QEMU_IO -c "write -P 0x11 0 $SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _filter_testdir
63 cluster=$(($LAST_CLUSTER + 2))
67 { $QEMU_IO -c "read -P 0x00 0 $CLUSTER_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _filter_testdir
76 { $QEMU_IO -c "write -P 0x11 $LAST_CLUSTER_OFF $CLUSTER_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io…
94 { $QEMU_IO -r -c "read -P 0x11 $LAST_CLUSTER_OFF $CLUSTER_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_…
102 { $QEMU_IO -c "write -P 0x11 0 $SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _filter_testdir
105 { $QEMU_IO -c "write -P 0x55 $CLUSTER_SIZE $CLUSTER_SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _…
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dyuv-formats.rst29 direction are possible, common factors are 1 (no subsampling), 2 and 4, with
34 - `4:2:2`: Horizontal subsampling by 2, no vertical subsampling
35 - `4:2:0`: Horizontal subsampling by 2, vertical subsampling by 2
59 .. flat-table:: 4:2:2 subsampling, interstitially sited
68 - 2
73 - C
77 - C
81 - C
85 - C
87 * - 2
[all …]
/openbmc/linux/lib/crypto/
H A Ddes.c7 * Copyright (c) 2005 Dag Arne Osvik <da@osvik.no>
596 * PC2 lookup tables are organized as 2 consecutive sets of 4 interleaved
600 * After PC1 each of the variables a,b,c,d contains a 7 bit subset of C_i
604 #define T1(x) pt[2 * (x) + 0]
605 #define T2(x) pt[2 * (x) + 1]
606 #define T3(x) pt[2 * (x) + 2]
607 #define T4(x) pt[2 * (x) + 3]
609 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument
619 * alternating zero-one patterns in the C and D registers after Permuted
626 unsigned long a, b, c, d, w; in des_ekey() local
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg-cond.h4 * Copyright (c) 2008 Fabrice Bellard
33 * bit 2 is used with bit 1 for swapping.
50 TCG_COND_LT = 0 | 0 | 2 | 0,
51 TCG_COND_GE = 0 | 0 | 2 | 1,
52 TCG_COND_GT = 0 | 4 | 2 | 0,
53 TCG_COND_LE = 0 | 4 | 2 | 1,
56 TCG_COND_LTU = 8 | 0 | 2 | 0,
57 TCG_COND_GEU = 8 | 0 | 2 | 1,
58 TCG_COND_GTU = 8 | 4 | 2 | 0,
59 TCG_COND_LEU = 8 | 4 | 2 | 1,
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch24 echo "int main(){ $func(); return 0; }" > conftest.c
25 - $CC $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null
26 + $CC $CFLAGS $LDFLAGS $BFLAG -o conftest conftest.c >/dev/null 2>/dev/null
32 echo "int main(){ char k; memset(&k,0,0); return 0; }" > conftest.c
33 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
34 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
38 @@ -533,7 +533,7 @@ cat > conftest.c << _EOF_
42 -$CC -o conftest conftest.c >/dev/null 2>/dev/null
43 +$CC $CFLAGS $LDFLAGS -o conftest conftest.c >/dev/null 2>/dev/null
47 @@ -542,7 +542,7 @@ cat > conftest.c << _EOF_
[all …]
/openbmc/bmcweb/static/images/
H A DDMTF_Redfish_logo_2017.svg26c-2.5-1.6-5.9-1.6-8.4,0c0,0-4,2.5-10.8,6.7c-1.2,0.7-2.5,1.5-3.8,2.4c-2.7,1.7-5.7,3.6-9,5.6c-1.2,0.…
27c-1.5,0-3.1-0.4-4.4-1.3l-212-132.5l-0.1-0.2l-0.3-0.2c-0.6-0.4-1.1-0.7-1.5-1l-0.5-0.4 c-0.7-0.6-1.4…
38c-2.8,3.3-7,5.3-12.5,6l25.1,33.2l-13.4,0l-24.2-32.6 L254,474.4z M254.7,465.2h2.1c6.3,0,10.4-0.7,12…
39c-2.6,4.7-5.9,8.3-9.9,10.6c-1.9,1.1-4,2-6.3,2.6c-2.3,0.6-4.8,0.9-7.4,0.9 c-7.6,0-13.6-2.3-18.1-6.9
40c-1.9,2.7-4.1,4.7-6.7,6.1c-2.6,1.4-5.6,2.1-8.9,2.1c-6.7,0-11.9-2.3-15.8-6.9 c-3.8-4.6-5.8-10.8-5.8…
412,507v-37.7h-8.3v-9.5h8.3v-12.6c0-6.3,1.3-10.9,3.9-13.9c2.6-3,6.6-4.5,12.1-4.5c0.6,0,1.1,0,1.7,0 c…
42 …7-3.4,2-4.7c1.4-1.3,3-2,4.8-2c1.9,0,3.5,0.6,4.8,1.9c1.3,1.3,1.9,2.9,1.9,4.8 c0,1.9-0.6,3.5-1.9,4.8
432,498.5l9-4.9c0.7,2.4,1.9,4.2,3.7,5.4c1.8,1.2,4.1,1.9,6.9,1.9c2.4,0,4.3-0.5,5.7-1.6c1.4-1.1,2.1-2.…
442v37.7c2.1-3.2,4.6-5.5,7.5-7.1c2.9-1.5,6.5-2.3,10.7-2.3c3.5,0,6.5,0.6,9,1.7 c2.5,1.1,4.4,2.8,5.8,5…
46 …,0,4.6-0.3,5.9-0.8l-4.3-2.7c-0.5,0-1,0.1-1.5,0.1c-2.1,0-3.3-0.2-3.8-0.8 c-0.4-0.4-0.6-1.2-0.7-2.4c
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh15 # | | default via 2001:db8:1::2 |
22 # | 2001:db8:1::2/64 |
24 # | 2001:db8:2::2/64 |
32 # | | default via 2001:db8:2::2 |
34 # | | 2001:db8:2::1/64 |
98 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2
103 ip -6 route del default vrf v$h1 nexthop via 2001:db8:1::2
111 simple_if_init $h2 198.51.100.1/24 2001:db8:2::1/64
114 ip -6 route add default vrf v$h2 nexthop via 2001:db8:2::2
119 ip -6 route del default vrf v$h2 nexthop via 2001:db8:2::2
[all …]
/openbmc/linux/include/linux/input/
H A Dadp5589.h86 #define ADP5589_SCAN_CYCLE_30ms 2
92 #define RESET_PULSE_WIDTH_2ms 2
95 #define RESET_TRIG_TIME_0ms (0 << 2)
96 #define RESET_TRIG_TIME_1000ms (1 << 2)
97 #define RESET_TRIG_TIME_1500ms (2 << 2)
98 #define RESET_TRIG_TIME_2000ms (3 << 2)
99 #define RESET_TRIG_TIME_2500ms (4 << 2)
100 #define RESET_TRIG_TIME_3000ms (5 << 2)
101 #define RESET_TRIG_TIME_3500ms (6 << 2)
102 #define RESET_TRIG_TIME_4000ms (7 << 2)
[all …]
/openbmc/linux/tools/build/tests/
H A Drun.sh5 make -C ex V=1 clean > ex.out 2>&1
6 make -C ex V=1 >> ex.out 2>&1
13 make -C ex V=1 clean > /dev/null 2>&1
18 make -C ex V=1 clean > ex.out 2>&1
21 make -rR -C ex V=1 ex.o >> ex.out 2>&1
22 make -rR -C ex V=1 ex.i >> ex.out 2>&1
23 make -rR -C ex V=1 ex.s >> ex.out 2>&1
35 make -C ex V=1 clean > /dev/null 2>&1
40 make -C ex V=1 clean > ex.out 2>&1
44 make -C ex V=1 CFLAGS=-DINCLUDE >> ex.out 2>&1
[all …]
/openbmc/linux/arch/m68k/lib/
H A Dmemset.c10 void *memset(void *s, int c, size_t count) in memset() argument
17 c &= 0xff; in memset()
18 c |= c << 8; in memset()
19 c |= c << 16; in memset()
22 *cs++ = c; in memset()
26 if (count > 2 && (long)s & 2) { in memset()
28 *ss++ = c; in memset()
30 count -= 2; in memset()
32 temp = count >> 2; in memset()
37 *ls++ = c; in memset()
[all …]

12345678910>>...217