Home
last modified time | relevance | path

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

12345678910>>...182

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_reg.h14 #define MCSX_MCS_TOP_SLAVE_PORT_RESET(a) ({ \ argument
18 if (mcs->hw->mcs_blks > 1) \
20 offset += (a) * 0x8ull; \
24 #define MCSX_MCS_TOP_SLAVE_CHANNEL_CFG(a) ({ \ argument
28 if (mcs->hw->mcs_blks > 1) \
30 offset += (a) * 0x8ull; \
37 if (mcs->hw->mcs_blks > 1) \
41 #define MCSX_MIL_RX_LMACX_CFG(a) ({ \ argument
45 if (mcs->hw->mcs_blks > 1) \
47 offset += (a) * 0x800ull; \
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dtestpathtree.py8 pt['/a'] = 1
12 pt['/a/b'] = 2
21 pt['/a'] = 1
22 self.assertEqual(1, pt['/a'])
26 pt['/a/b'] = 2
27 self.assertEqual(set(['/a', '/a/b']), set(pt.keys()))
28 self.assertEqual(2, pt['/a/b'])
31 self.assertEquals(1, PathTree().get('/a', 1))
35 pt['/a'] = 1
36 self.assertEquals(1, pt.get('/a'))
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv8-1a.inc1 DEFAULTTUNE ?= "armv8-1a"
3 TUNEVALID[armv8-1a] = "Enable instructions for ARMv8.1-a"
4 TUNE_CCARGS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv8-1a', ' -march=armv8.1-a', '', d)…
6 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv8-1a', 'armv8-1a:', '', d)}"
10 AVAILTUNES += "armv8-1a armv8-1a-crypto"
11 ARMPKGARCH:tune-armv8-1a ?= "armv8-1a"
12 ARMPKGARCH:tune-armv8-1a-crypto ?= "armv8-1a"
13 TUNE_FEATURES:tune-armv8-1a = "aarch64 armv8-1a"
14 TUNE_FEATURES:tune-armv8-1a-crypto = "${TUNE_FEATURES:tune-armv8-1a} crypto"
15 PACKAGE_EXTRA_ARCHS:tune-armv8-1a = "${PACKAGE_EXTRA_ARCHS:tune-armv8a} armv8-1a"
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh12 # | | 2001:db8:1::1/64 |
15 # | | default via 2001:db8:1::2 |
22 # | 2001:db8:1::2/64 |
34 # | | 2001:db8:2::1/64 |
95 simple_if_init $h1 192.0.2.1/24 2001:db8:1::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
106 simple_if_fini $h1 192.0.2.1/24 2001:db8:1::1/64
111 simple_if_init $h2 198.51.100.1/24 2001:db8:2::1/64
122 simple_if_fini $h2 198.51.100.1/24 2001:db8:2::1/64
[all …]
/openbmc/linux/lib/
H A Dglobtest.c10 /* Boot with "glob.verbose=1" to show successful tests, too */
24 /* Can't get string literals into a particular section, so... */ in test()
47 * pointed-to strings to be in a particular section.
49 * Anyway, a test consists of:
50 * 1. Expected glob_match result: '1' or '0'.
54 * The list of tests is terminated with a final '\0' instead of
55 * a glob_match result character.
59 "1" "a\0" "a\0"
60 "0" "a\0" "b\0"
61 "0" "a\0" "aa\0"
[all …]
/openbmc/qemu/target/openrisc/
H A Ddisas.c13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * You should have received a copy of the GNU General Public License
43 return -1; in print_insn_or1k()
54 static bool trans_l_##opcode(disassemble_info *info, arg_l_##opcode *a) \
60 INSN(add, "r%d, r%d, r%d", a->d, a->a, a->b)
61 INSN(addc, "r%d, r%d, r%d", a->d, a->a, a->b)
62 INSN(sub, "r%d, r%d, r%d", a->d, a->a, a->b)
63 INSN(and, "r%d, r%d, r%d", a->d, a->a, a->b)
64 INSN(or, "r%d, r%d, r%d", a->d, a->a, a->b)
65 INSN(xor, "r%d, r%d, r%d", a->d, a->a, a->b)
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh8 # 1. icmp, tcp, udp and netfilter
16 # ns-A | ns-B
23 # ns-A:
24 # eth1: 172.16.1.1/24, 2001:db8:1::1/64
25 # lo: 127.0.0.1/8, ::1/128
26 # 172.16.2.1/32, 2001:db8:2::1/128
27 # red: 127.0.0.1/8, ::1/128
28 # 172.16.3.1/32, 2001:db8:3::1/128
31 # eth1: 172.16.1.2/24, 2001:db8:1::2/64
32 # lo2: 127.0.0.1/8, ::1/128
[all …]
/openbmc/linux/kernel/bpf/
H A Dtnum.c4 * A tnum tracks knowledge about the bits of a value. Each bit can be either
5 * known (0 or 1), or unknown (x). Arithmetic operations on tnums will
13 /* A completely unknown value */
14 const struct tnum tnum_unknown = { .value = 0, .mask = -1 };
26 /* special case, needed because 1ULL << 64 is undefined */ in tnum_range()
29 /* e.g. if chi = 4, bits = 3, delta = (1<<3) - 1 = 7. in tnum_range()
30 * if chi = 0, bits = 0, delta = (1<<0) - 1 = 0, so we return in tnum_range()
33 delta = (1ULL << bits) - 1; in tnum_range()
37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() argument
39 return TNUM(a.value << shift, a.mask << shift); in tnum_lshift()
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
49 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
52 tc_check_packets "dev $h2 ingress" 101 1
53 check_fail $? "Matched on a wrong filter"
58 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
70 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
75 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \
78 tc_check_packets "dev $h2 ingress" 101 1
79 check_fail $? "Matched on a wrong filter"
84 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp25 1,
27 1,
35 "https://redfish.dmtf.org/registries/StorageDevice.1.2.1.json";
42 "A battery charging condition was detected.",
43 "A charging condition for the battery located in '%1' was detected.",
45 1,
54 "A battery failure condition was detected.",
55 "A failure condition for the battery located in '%1' was detected.",
57 1,
66 "A battery missing condition was detected.",
[all …]
H A Dpower_message_registry.hpp25 1,
27 1,
35 "https://redfish.dmtf.org/registries/Power.1.0.1.json";
42 "Indicates that a circuit breaker has an internal fault.",
43 "Fault detected in breaker '%1'.",
45 1,
54 "Indicates that a circuit breaker reset.",
55 "Breaker '%1' reset.",
57 1,
66 "Indicates that a circuit breaker tripped.",
[all …]
H A Dfabric_message_registry.hpp25 1,
43 "Address pool '%1' was created in fabric '%2'.",
56 "Address pool '%1' in fabric '%2' was modified.",
69 "Address pool '%1' was removed from fabric '%2'.",
81 "Indicates that a cable has failed.",
82 "The cable in switch '%1' port '%2' has failed.",
94 "Indicates that a cable was inserted into a switch's port.",
95 "A cable was inserted into switch '%1' port '%2'.",
107 "Indicates that a cable has returned to working condition.",
108 "The cable in switch '%1' port '%2' has returned to working condition.",
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dmd5-asm.S61 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
63 and rT0,b,c; /* 1: f = b and c */ \
65 andc rT1,d,b; /* 1: f' = ~b and d */ \
67 or rT0,rT0,rT1; /* 1: f = f or f' */ \
68 addi w0,w0,k0l; /* 1: wk = w + k */ \
69 add a,a,rT0; /* 1: a = a + f */ \
70 addis w0,w0,k0h; /* 1: wk = w + k' */ \
72 add a,a,w0; /* 1: a = a + wk */ \
74 rotrwi a,a,p; /* 1: a = a rotl x */ \
75 add d,d,w1; /* 2: a = a + wk */ \
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh4 # This test is for checking the A-TCAM and C-TCAM operation in Spectrum-2.
46 local tracepoint=$1
55 local tracepoint=$1
58 perf record -a -q -e $tracepoint sleep $seconds
64 local tracepoint=$1
72 local tracepoint=$1
77 return 1
84 local tracepoint=$1
88 return 1
95 # When only a single mask is required, the device uses the master
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch30 diff --git a/fontforgeexe/searchview.c b/fontforgeexe/searchview.c
31 index 1cb39a221..7e1c109cb 100644
32 --- a/fontforgeexe/searchview.c
37 if ( gwwv_ask(_("Bad Reference"),(const char **) buttons,1,1,
38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t…
39 + _("The %1$s in the search dialog contains a reference to %2$.20s which does not exist in th…
41 r->sc->name)==1 )
43 diff --git a/po/ca.po b/po/ca.po
45 --- a/po/ca.po
51 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-power.json5 "PerPkg": "1",
6a fixed 800 MHz clock. This event counts the number of pclk cycles measured while the counter was…
13 "PerPkg": "1",
21 "PerPkg": "1",
29 "PerPkg": "1",
37 "PerPkg": "1",
45 "PerPkg": "1",
53 "PerPkg": "1",
58 "BriefDescription": "Core 1 C State Transition Cycles",
61 "PerPkg": "1",
[all …]
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim23 let stack = synstack(a:lnum, 1)
47 if getline(a:lnum - 1) =~ '\\$'
48 if a:lnum > 1 && getline(a:lnum - 2) =~ '\\$'
49 return indent(a:lnum - 1)
51 …return indent(a:lnum - 1) + (exists("g:pyindent_continue") ? eval(g:pyindent_continue) : (shiftwid…
54 " If the start of the line is in a string don't change the indent.
56 \ && synIDattr(synID(a:lnum, 1, 1), "name") =~ "String$"
57 return -1
61 let plnum = prevnonblank(v:lnum - 1)
68 call cursor(plnum, 1)
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/
H A Dextended.json7 …"PublicDescription": "A directory write to the Level-1 Data cache where the line was originally in…
14 …ion": "A translation has been written into The Translation Lookaside Buffer 2 (TLB2) and the reque…
21A TLB2 miss is in progress for a request made by the Level-1 Data cache. Incremented by one for ev…
28 …PublicDescription": "A translation entry was written into the Combined Region and Segment Table En…
35 …"PublicDescription": "A translation entry for a two-gigabyte page was written into the Level-2 TLB…
42 …": "A translation entry has been written into the Translation Lookaside Buffer 2 (TLB2) and the re…
49A TLB2 miss is in progress for a request made by the Level-1 Instruction cache. Incremented by one…
56 …"PublicDescription": "A translation entry was written into the Page Table Entry array in the Level…
70 "PublicDescription": "The number of Level-2 TLB translation engines busy in a cycle."
77 …"PublicDescription": "A TEND instruction has completed in a constrained transactional-execution mo…
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fp-exceptions.c17 volatile union u ld_invalid_1 = { .s = { 1, 1234 } };
32 #define IE (1 << 0)
33 #define ZE (1 << 2)
34 #define OE (1 << 3)
35 #define UE (1 << 4)
36 #define PE (1 << 5)
50 __asm__ volatile ("fnstsw" : "=a" (sw)); in main()
53 ret = 1; in main()
57 __asm__ volatile ("fnstsw" : "=a" (sw)); in main()
60 ret = 1; in main()
[all …]
/openbmc/rest-dbus/resources/
H A Djstree.min.js2a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):"undefined"!=typeof mod… argument
3a.jstree.root?a("#"+f.parent.replace(a.jstree.idregex,"\\$&"),this.element)[0]:null,!(null===g||g&… argument
4a){this._data.core.themes.variant&&this.element.removeClass("jstree-"+this._data.core.themes.name+… argument
5a(b.target).closest(".jstree-node")[0]!==b.currentTarget)return!0;if("touchstart"===b.type&&(!this… argument
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h13 . the LAN91C111 single chip ethernet controller. It is a modified
17 . manual from SMC. To get a copy, if you really want one, you can find
22 . Daris A Nevil ( dnevil@snmc.com )
25 . 03/16/01 Daris A Nevil Modified for use with LAN91C111 device
56 . 1 for slightly more details
71 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) argument
72 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) argument
73 #define SMC_inb(a,p) ({ \ argument
74 unsigned int __p = (unsigned int)((a)->iobase + ((p)<<1)); \
80 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) argument
[all …]
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h50 * These functions for MIPS ISA > 1 are interrupt and SMP proof and
55 * set_bit - Atomically set a bit in memory
62 * restricted to acting on a single-word quantity.
71 "1:\tll\t%0, %1\t\t# set_bit\n\t" in set_bit()
73 "sc\t%0, %1\n\t" in set_bit()
74 "beqz\t%0, 1b" in set_bit()
76 : "ir" (1UL << (nr & 0x1f)), "m" (*m)); in set_bit()
80 * __set_bit - Set a bit in memory
92 *m |= 1UL << (nr & 31); in __set_bit()
97 * clear_bit - Clears a bit in memory
[all …]
/openbmc/linux/include/drm/
H A Ddrm_fixed.h4 * Permission is hereby granted, free of charge, to any person obtaining a
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
36 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
37 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
38 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
39 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
41 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
43 #define dfixed_trunc(A) ((A).full >> 12) argument
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c16 * of this code was written as part of a project to build a fixed-point vector
29 * (1) they include prominent notice that the work is derivative, and (2) they
42 #define LIT64( a ) a##LL argument
71 bits64 extractFloat64Frac(float64 a);
72 flag extractFloat64Sign(float64 a);
73 int16 extractFloat64Exp(float64 a);
74 int16 extractFloat32Exp(float32 a);
75 flag extractFloat32Sign(float32 a);
76 bits32 extractFloat32Frac(float32 a);
78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr);
[all …]
/openbmc/qemu/target/loongarch/
H A Dvec.h15 #define D(x) D[(x) ^ 1]
19 #define UD(x) UD[(x) ^ 1]
33 #define DO_ADD(a, b) (a + b) argument
34 #define DO_SUB(a, b) (a - b) argument
35 #define DO_VAVG(a, b) ((a >> 1) + (b >> 1) + (a & b & 1)) argument
36 #define DO_VAVGR(a, b) ((a >> 1) + (b >> 1) + ((a | b) & 1)) argument
37 #define DO_VABSD(a, b) ((a > b) ? (a -b) : (b-a)) argument
38 #define DO_VABS(a) ((a < 0) ? (-a) : (a)) argument
39 #define DO_MIN(a, b) (a < b ? a : b) argument
40 #define DO_MAX(a, b) (a > b ? a : b) argument
[all …]

12345678910>>...182