Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/openbmc/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc5 F2(RI_a, R(1, 8), I(2,16,16))
6 F2(RI_b, R(1, 8), I(2,16,16))
8 F3(RIE_a, R(1, 8), I(2,16,16), M(3,32))
9 F4(RIE_b, R(1, 8), R(2,12), M(3,32), I(4,16,16))
10 F4(RIE_c, R(1, 8), I(2,32, 8), M(3,12), I(4,16,16))
11 F3(RIE_d, R(1, 8), I(2,16,16), R(3,12))
12 F3(RIE_e, R(1, 8), I(2,16,16), R(3,12))
13 F5(RIE_f, R(1, 8), R(2,12), I(3,16,8), I(4,24,8), I(5,32,8))
14 F3(RIE_g, R(1, 8), I(2,16,16), M(3,12))
15 F2(RIL_a, R(1, 8), I(2,16,32))
[all …]
H A Dcrypto_helper.c22 static uint64_t R(uint64_t x, int c) in R() function
36 return R(x, 28) ^ R(x, 34) ^ R(x, 39); in Sigma0()
40 return R(x, 14) ^ R(x, 18) ^ R(x, 41); in Sigma1()
44 return R(x, 1) ^ R(x, 8) ^ (x >> 7); in sigma0()
48 return R(x, 19) ^ R(x, 61) ^ (x >> 6); in sigma1()
/openbmc/ipmitool/contrib/
H A Doem_ibm_sel_map1 "0xC1","XX","XX","XX","XX","XX","XX","XX","0x01","0x00","Chassis Number","R","R","0x00","CPU shutdo…
5 …X","XX","XX","XX","0x03","0x00","Chassis Number","Scalability Port Number","R","0x00","Scalability…
6 …X","XX","XX","XX","0x03","0x01","Chassis Number","Scalability Port Number","R","0x00","Scalability…
7 …X","XX","XX","XX","0x03","0x02","Chassis Number","Scalability Port Number","R","0x00","Scalability…
8 …X","XX","XX","XX","0x03","0x03","Chassis Number","Scalability Port Number","R","0x00","Scalability…
9 …X","XX","XX","XX","0x03","0x80","Chassis Number","Scalability Port Number","R","0x00","Scalability…
10 …X","XX","XX","XX","0x03","0x81","Chassis Number","Scalability Port Number","R","0x00","Scalability…
11 …X","XX","XX","XX","0x03","0x82","Chassis Number","Scalability Port Number","R","0x00","Scalability…
12 …X","XX","XX","XX","0x03","0x83","Chassis Number","Scalability Port Number","R","0x00","Scalability…
13 …Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)","R","R","R","0x00","Device …
[all …]
/openbmc/u-boot/lib/
H A Dsha1.c91 #define R(t) ( \ in sha1_process() macro
126 P (E, A, B, C, D, R (16)); in sha1_process()
127 P (D, E, A, B, C, R (17)); in sha1_process()
128 P (C, D, E, A, B, R (18)); in sha1_process()
129 P (B, C, D, E, A, R (19)); in sha1_process()
137 P (A, B, C, D, E, R (20)); in sha1_process()
138 P (E, A, B, C, D, R (21)); in sha1_process()
139 P (D, E, A, B, C, R (22)); in sha1_process()
140 P (C, D, E, A, B, R (23)); in sha1_process()
141 P (B, C, D, E, A, R (24)); in sha1_process()
[all …]
H A Dsha256.c93 #define R(t) \ in sha256_process() macro
130 P(A, B, C, D, E, F, G, H, R(16), 0xE49B69C1); in sha256_process()
131 P(H, A, B, C, D, E, F, G, R(17), 0xEFBE4786); in sha256_process()
132 P(G, H, A, B, C, D, E, F, R(18), 0x0FC19DC6); in sha256_process()
133 P(F, G, H, A, B, C, D, E, R(19), 0x240CA1CC); in sha256_process()
134 P(E, F, G, H, A, B, C, D, R(20), 0x2DE92C6F); in sha256_process()
135 P(D, E, F, G, H, A, B, C, R(21), 0x4A7484AA); in sha256_process()
136 P(C, D, E, F, G, H, A, B, R(22), 0x5CB0A9DC); in sha256_process()
137 P(B, C, D, E, F, G, H, A, R(23), 0x76F988DA); in sha256_process()
138 P(A, B, C, D, E, F, G, H, R(24), 0x983E5152); in sha256_process()
[all …]
/openbmc/entity-manager/test/entity_manager/
H A Dtest_entity-manager.cpp255 nlohmann::json j = R"("foo")"_json; in TEST()
262 nlohmann::json j = R"("foo*")"_json; in TEST()
269 nlohmann::json j = R"("foobar")"_json; in TEST()
276 nlohmann::json j = R"("foo[")"_json; in TEST()
283 nlohmann::json j = R"("foo(?!bar)...foo")"_json; in TEST()
292 nlohmann::json j = R"("0")"_json; in TEST()
299 nlohmann::json j = R"("1")"_json; in TEST()
306 nlohmann::json j = R"("11")"_json; in TEST()
313 nlohmann::json j = R"("false")"_json; in TEST()
320 nlohmann::json j = R"("true")"_json; in TEST()
[all …]
/openbmc/phosphor-power/test/
H A Djson_parser_utils_tests.cpp36 const json element = R"( { "format": "linear" } )"_json; in TEST()
44 const json element = R"( { "volts": 1.03 } )"_json; in TEST()
58 const json element = R"( 0 )"_json; in TEST()
65 const json element = R"( 7 )"_json; in TEST()
73 const json element = R"( "${bit_pos}" )"_json; in TEST()
81 const json element = R"( 1.03 )"_json; in TEST()
93 const json element = R"( -1 )"_json; in TEST()
105 const json element = R"( 8 )"_json; in TEST()
118 const json element = R"( "${bit_pos}" )"_json; in TEST()
132 const json element = R"( 0 )"_json; in TEST()
[all …]
/openbmc/qemu/target/avr/
H A Dtranslate.c216 static void gen_add_CHf(TCGv R, TCGv Rd, TCGv Rr) in gen_add_CHf() argument
223 tcg_gen_andc_tl(t2, Rd, R); /* t2 = Rd & ~R */ in gen_add_CHf()
224 tcg_gen_andc_tl(t3, Rr, R); /* t3 = Rr & ~R */ in gen_add_CHf()
233 static void gen_add_Vf(TCGv R, TCGv Rd, TCGv Rr) in gen_add_Vf() argument
240 tcg_gen_xor_tl(t1, Rd, R); in gen_add_Vf()
247 static void gen_sub_CHf(TCGv R, TCGv Rd, TCGv Rr) in gen_sub_CHf() argument
256 tcg_gen_and_tl(t3, t3, R); in gen_sub_CHf()
264 static void gen_sub_Vf(TCGv R, TCGv Rd, TCGv Rr) in gen_sub_Vf() argument
271 tcg_gen_xor_tl(t1, Rd, R); in gen_sub_Vf()
278 static void gen_NSf(TCGv R) in gen_NSf() argument
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp93 const json configFileContents = R"( in TEST()
156 const json configFileContents = R"( in TEST()
198 const json configFileContents = R"( { "foo": "bar" } )"_json; in TEST()
217 const json element = R"( in TEST()
231 const json element = R"( in TEST()
244 const json element = R"( in TEST()
258 const json element = R"( in TEST()
273 const json element = R"( in TEST()
289 const json element = R"( in TEST()
303 const json element = R"( in TEST()
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp163 nlohmann::json jsonRequest = R"( in TEST()
183 nlohmann::json jsonRequest = R"( in TEST()
199 nlohmann::json jsonRequest = R"( in TEST()
217 nlohmann::json jsonRequest = R"( in TEST()
356 crow::Request req(R"({"@odata.etag": "etag", "integer": 1})", ec); in TEST()
371 crow::Request req(R"({"@odata.etag": "etag"})", ec); in TEST()
386 crow::Request req(R"({"@odata.etag": "etag", "integer": 4294967296})", ec); in TEST()
448 EXPECT_EQ(0, odataObjectCmp(R"({"@odata.id": "/redfish/v1/1"})"_json, in TEST()
449 R"({"@odata.id": "/redfish/v1/1"})"_json)); in TEST()
450 EXPECT_EQ(0, odataObjectCmp(R"({"@odata.id": ""})"_json, in TEST()
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Dcallbacks.rs115 pub unsafe trait FnCall<Args, R = ()>: 'static + Sync + Sized {
169 fn call(a: Args) -> R; in call() argument
176 unsafe impl<Args, R> FnCall<Args, R> for () {
180 fn call(_a: Args) -> R { in call() argument
190 unsafe impl<F, $($args,)* R> FnCall<($($args,)*), R> for F
192 F: 'static + Sync + Sized + Fn($($args, )*) -> R,
197 fn call(a: ($($args,)*)) -> R {
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp42 R"(unquoted_string("SystemType") Not Equal quoted_string("Physical"))"); in TEST()
45R"((unquoted_string("ProcessorSummary/Count") Equals int(2)) or (unquoted_string("ProcessorSummary… in TEST()
51 R"(unquoted_string("Status/State") Equals quoted_string("Enabled"))"); in TEST()
54R"((unquoted_string("ProcessorSummary/Count") Equals int(2)) and (unquoted_string("MemorySummary/T… in TEST()
57R"((unquoted_string("Status/State") Equals quoted_string("Enabled")) and ((unquoted_string("Status… in TEST()
60R"(((unquoted_string("Status/State") Equals quoted_string("Enabled")) and (unquoted_string("Status… in TEST()
116 parse("foo eq ' '", R"(unquoted_string("foo") Equals quoted_string(" "))"); in TEST()
120 R"(unquoted_string("foo") Equals quoted_string(""))"); in TEST()
124 R"(unquoted_string("foo") Equals quoted_string(""))"); in TEST()
127 R"(not(unquoted_string("foo") Equals quoted_string("")))"); in TEST()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp252 const json configFileContents = R"( in TEST()
292 const json configFileContents = R"( in TEST()
325 const json configFileContents = R"( [ "foo", "bar" ] )"_json; in TEST()
338 const json templateElement = R"( in TEST()
359 const json element = R"( in TEST()
386 const json element = R"( in TEST()
408 const json element = R"( in TEST()
432 const json element = R"( [ "vdda", "vddb" ] )"_json; in TEST()
444 const json element = R"( in TEST()
463 const json element = R"( in TEST()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dsource-code-pro-fonts_2.030_1.050.bb11 …m/adobe-fonts/source-code-pro/releases/download/2.030R-ro/1.050R-it/source-code-pro-2.030R-ro-1.05…
15 S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it"
18 UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+)R"
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp31 template <execution::receiver R>
37 sleep_operation(context& ctx, event_t::time_resolution time, R&& r) : in sleep_operation()
43 auto self = static_cast<sleep_operation<R>*>(data); in handler()
69 R receiver;
93 template <execution::receiver R>
94 auto connect(R r) -> sleep_operation<R> in connect()
H A Dcallback.hpp60 template <takes_msg_handler Init, execution::receiver R>
66 callback_operation(Init&& init, R&& r) : in callback_operation()
121 R receiver;
143 template <execution::receiver R>
144 auto connect(R r) -> callback_operation<Init, R> in connect()
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script71 R=""
72 [ -n "$domain" ] && R="domain $domain
76 R="${R}nameserver $i
81 echo -n "$R" | /SBIN_DIR/resolvconf -a "${interface}.udhcpc"
83 echo -n "$R" > "$RESOLV_CONF"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Detalab-2.08 « RÉUTILISATION » DE L’« INFORMATION » SOUS CETTE LICENCE
11 Le « Concédant » concède au « Réutilisateur » un droit non exclusif et gratuit
12 de libre « Réutilisation » de l’« Information » objet de la présente licence,
16 Le « Réutilisateur » est libre de réutiliser l’« Information » :
31 Le « Réutilisateur » peut notamment s’acquitter de cette condition en renvoyant,
41 « Réutilisation » de l’« Information », et ne doit pas suggérer une quelconque
43 publique, du « Réutilisateur » ou de sa « Réutilisation ».
50 personnel » pouvant faire l’objet d’une « Réutilisation ». Si tel est le cas,
51 le « Concédant » informe le « Réutilisateur » de leur présence.
61 Il est garanti au « Réutilisateur » que les éventuels « Droits de propriété
[all …]
/openbmc/openbmc/poky/scripts/
H A Dsend-pull-request142 GIT_TO=$(for R in $TO; do echo -n "--to='$R' "; done)
143 GIT_CC=$(for R in $AUTO_CC; do echo -n "--cc='$R' "; done)
144 GIT_EXTRA_CC=$(for R in $EXTRA_CC; do echo -n "--cc='$R' "; done)
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_json_unittest.cpp34 auto j2 = R"( in TEST()
60 auto j2 = R"( in TEST()
86 auto j2 = R"( in TEST()
106 auto j2 = R"( in TEST()
127 auto j2 = R"( in TEST()
143 auto j2 = R"( in TEST()
160 auto j2 = R"( in TEST()
216 auto j2 = R"( in TEST()
238 auto j2 = R"( in TEST()
263 auto j2 = R"( in TEST()
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_json_unittest.cpp20 auto j2 = R"( in TEST()
46 auto j2 = R"( in TEST()
72 auto j2 = R"( in TEST()
92 auto j2 = R"( in TEST()
113 auto j2 = R"( in TEST()
129 auto j2 = R"( in TEST()
146 auto j2 = R"( in TEST()
202 auto j2 = R"( in TEST()
224 auto j2 = R"( in TEST()
249 auto j2 = R"( in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/
H A D0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch4 Subject: [PATCH] sanlock: Replace "cp -a" with "cp -R --no-dereference
29 + cp -R --no-dereference --preserve=mode,links $(LIB_ENTIRE_TARGET).so $(DESTDIR)/$(LIBDIR)
30 + cp -R --no-dereference --preserve=mode,links $(LIB_CLIENT_TARGET).so $(DESTDIR)/$(LIBDIR)
31 + cp -R --no-dereference --preserve=mode,links $(LIB_ENTIRE_TARGET).so.$(SOMAJOR) $(DESTDIR)/$(LIBD…
32 + cp -R --no-dereference --preserve=mode,links $(LIB_CLIENT_TARGET).so.$(SOMAJOR) $(DESTDIR)/$(LIBD…
45 + cp -R --no-dereference --preserve=mode,links $(LIB_TARGET).so $(DESTDIR)/$(LIBDIR)
46 + cp -R --no-dereference --preserve=mode,links $(LIB_TARGET).so.$(SOMAJOR) $(DESTDIR)/$(LIBDIR)
/openbmc/phosphor-pid-control/test/
H A Djson_parse_unittest.cpp14 auto j2 = R"( in TEST()
54 auto j2 = R"( in TEST()
89 auto j2 = R"( in TEST()
105 auto j2 = R"( in TEST()
141 auto j2 = R"( in TEST()
/openbmc/intel-ipmi-oem/include/
H A Dtypes.hpp62 template <typename R, typename T>
63 inline R enum_cast(T t) in enum_cast()
66 auto ru = static_cast<details::underlying_t<R>>(tu); in enum_cast()
67 return static_cast<R>(ru); in enum_cast()
/openbmc/dbus-sensors/src/tests/
H A Dtest_Utils.cpp103 auto ret = findFiles(hwmonDir, R"(in\d+_input)", foundPaths); in TEST_F()
112 auto ret = findFiles(hwmonDir, R"(temp\d+_input)", foundPaths); in TEST_F()
122 findFiles(peciDir, R"(peci-\d+/\d+-.+/peci-.+/hwmon/hwmon\d+/aaa$)", in TEST_F()
133 findFiles(peciDir, R"(peci-\d+/\d+-.+/peci-.+/hwmon/hwmon\d+/name$)", in TEST_F()
141 R"(peci-\d+/\d+-.+/peci-.+/hwmon/hwmon\d+/temp\d+_input)", in TEST_F()
151 auto ret = findFiles(p, R"(temp\d+_input)", foundPaths); in TEST_F()
162 findFiles(p, R"(peci-\d+/\d+-.+/peci-.+/hwmon/hwmon\d+/temp\d+_input)", in TEST_F()
173 findFiles(peciDir / "peci-0", R"(\d+-.+/peci-.+/hwmon/hwmon\d+/name$)", in TEST_F()
181 R"(\d+-.+/peci-.+/hwmon/hwmon\d+/temp\d+_input)", in TEST_F()

12345678910>>...22