Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/openbmc/qemu/tests/fp/
H A Dfp-test.c171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat() argument
267 test_a_f16_z_ui32_rx(slow_f16_to_ui32, qemu_f16_to_ui32, rmode, exact); in do_testfloat()
270 test_a_f16_z_ui64_rx(slow_f16_to_ui64, qemu_f16_to_ui64, rmode, exact); in do_testfloat()
273 test_a_f16_z_i32_rx(slow_f16_to_i32, qemu_f16_to_i32, rmode, exact); in do_testfloat()
276 test_a_f16_z_i64_rx(slow_f16_to_i64, qemu_f16_to_i64, rmode, exact); in do_testfloat()
280 qemu_f16_to_ui32_r_minMag, exact); in do_testfloat()
284 qemu_f16_to_ui64_r_minMag, exact); in do_testfloat()
288 exact); in do_testfloat()
292 exact); in do_testfloat()
307 test_az_f16_rx(slow_f16_roundToInt, qemu_f16_roundToInt, rmode, exact); in do_testfloat()
[all …]
H A Dwrap.c.inc165 /* Note: exact is ignored since qemu's softfloat assumes it is set */
167 static fast_type name(type##_t a, uint_fast8_t round, bool exact) \
194 /* Note: exact is ignored since qemu's softfloat assumes it is set */
196 static fast_type name(type##_t a, bool exact) \
323 /* Note: exact is ignored since qemu's softfloat assumes it is set */
326 bool exact) \
339 /* Note: exact is ignored since qemu's softfloat assumes it is set */
341 static fast_type name(const extFloat80_t *ap, bool exact) \
355 /* Note: exact is ignored since qemu's softfloat assumes it is set */
358 bool exact) \
[all …]
H A Dfp-test-log2.c25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() argument
44 if (!exact && ulp <= 4) { in compare()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c523 u32 exact, mask; in nfp_fl_set_eth() local
531 exact = act->mangle.val; in nfp_fl_set_eth()
533 if (exact & ~mask) { in nfp_fl_set_eth()
538 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
564 __be32 exact, mask; in nfp_fl_set_ip4() local
568 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
570 if (exact & ~mask) { in nfp_fl_set_ip4()
579 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
587 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
594 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics23 See the network driver for the exact meaning of when this
51 packet processing. See the network driver for the exact
60 See the network driver for the exact meaning of this value.
68 network device. See the network driver for the exact
79 the exact meaning of this value.
88 exact meaning of this value.
97 driver for the exact meaning of this value.
114 (e.g: larger than MTU). See the network driver for the exact
132 a medium collision). See the network driver for the exact
141 device. See the network driver for the exact meaning of this
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/
H A Dsnmpd.conf91 access MyROSystem "" any noauth exact system none none
92 access MyROGroup "" any noauth exact all none none
93 access MyRWGroup "" any noauth exact all all none
/openbmc/qemu/qapi/
H A Dauthz.json28 # @exact: an exact string match
36 'data': ['exact', 'glob']}
47 # @format: the format of the @match rule (default 'exact')
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst184 match: { meta.vr_id: exact,
187 meta.lpm_prefix: exact },
198 router interface (RIF), yet the exact MAC address is not known. The local
207 match: { meta.rif_port: exact,
208 ipv4.dst_addr: exact},
226 match: { meta.adj_index: exact,
227 meta.adj_group_size: exact,
228 meta.packet_hash_index: exact },
246 match: { meta.rif_port: exact,
247 meta.is_l3_unicast: exact,
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dvalid.tcl52 if { [lsearch -exact $valid_values "${var_value}"] != -1 } { return }
71 if { [lsearch -exact $invalid_values "${var_value}"] == -1 } { return }
73 if { [lsearch -exact $valid_values "${var_value}"] != -1 } { return }
368 if { [lsearch -exact parm_names $password_var_name] == -1 } {
H A Dsource.tcl85 if { [lsearch -exact $sourced_files $full_file_name] != -1 } { continue }
/openbmc/bmcweb/
H A DOWNERS82 - exact: redfish-core/include/query.hpp
85 - exact: redfish-core/include/utils/query_param.hpp
88 - exact: redfish-core/lib/certificate_service.hpp
91 - exact: redfish-core/lib/log_services.hpp
94 - exact: redfish-core/lib/memory.hpp
97 - exact: redfish-core/lib/sensors.hpp
/openbmc/phosphor-mboxd/
H A Dmboxd_windows.h31 uint32_t offset, bool exact);
34 uint32_t offset, bool exact);
H A Dmboxd_windows.c509 uint32_t offset, bool exact) in search_windows() argument
515 offset, exact ? "exactly" : ""); in search_windows()
527 if (exact && (cur->flash_offset != offset)) { in search_windows()
556 bool exact) in create_map_window() argument
562 exact ? "exactly" : ""); in create_map_window()
582 if (!exact) { in create_map_window()
/openbmc/hiomapd/
H A Dwindows.h54 uint32_t offset, bool exact);
57 uint32_t offset, bool exact);
H A Dwindows.c515 uint32_t offset, bool exact) in windows_search() argument
521 offset, exact ? "exactly" : ""); in windows_search()
533 if (exact && (cur->flash_offset != offset)) { in windows_search()
562 bool exact) in windows_create_map() argument
568 exact ? "exactly" : ""); in windows_create_map()
583 if (!exact) { in windows_create_map()
/openbmc/linux/crypto/
H A Dcrypto_user_base.c36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() argument
54 else if (!exact) in crypto_alg_match()
337 int exact = 0; in crypto_add_alg() local
350 exact = 1; in crypto_add_alg()
352 if (priority && !exact) in crypto_add_alg()
355 alg = crypto_alg_match(p, exact); in crypto_add_alg()
H A Dapi.c63 int exact, fuzzy; in __crypto_alg_lookup() local
76 exact = !strcmp(q->cra_driver_name, name); in __crypto_alg_lookup()
78 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
89 if (exact) in __crypto_alg_lookup()
/openbmc/qemu/docs/system/
H A Dauthz.rst61 based on an exact match against a single identity. This is useful when it is
99 matches. The match can either be done as an exact string comparison, or can
112 { "match": "fred", "policy": "allow", "format": "exact" },
113 { "match": "bob", "policy": "allow", "format": "exact" },
114 { "match": "danb", "policy": "deny", "format": "exact" },
158 { "match": "fred", "policy": "allow", "format": "exact" },
159 { "match": "bob", "policy": "allow", "format": "exact" },
160 { "match": "danb", "policy": "deny", "format": "exact" },
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1541 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) in t4vf_alloc_mac_filt()
1543 : ARRAY_SIZE(cmd.u.exact)); in t4vf_alloc_mac_filt()
1545 u.exact[fw_naddr]), 16); in t4vf_alloc_mac_filt()
1559 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1572 for (i = 0, p = rpl.u.exact; i < fw_naddr; i++, p++) { in t4vf_alloc_mac_filt()
1626 unsigned int fw_naddr = (rem < ARRAY_SIZE(cmd.u.exact) ? in t4vf_free_mac_filt()
1627 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt()
1629 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt()
1643 for (i = 0, p = cmd.u.exact; i < (int)fw_naddr; i++, p++) { in t4vf_free_mac_filt()
1655 for (i = 0, p = cmd.u.exact; i < fw_naddr; i++, p++) { in t4vf_free_mac_filt()
[all …]
/openbmc/webui-vue/
H A D.npmrc1 save-exact=true
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-uvc.rst17 exact copies of the standard part of UVC Payload Header contents and auxiliary
45 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
/openbmc/linux/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch42 -to see the exact reason why the detection of libxml2 installation
68 +#to see the exact reason why the detection of libxml2 installation
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs210 let exact = if T::IS_ZST { in size_hint() localVariable
215 (exact, Some(exact)) in size_hint()

12345678910>>...16