Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/qemu/tests/fp/
H A Dfp-test.c288 exact); in do_testfloat()
292 exact); in do_testfloat()
385 exact); in do_testfloat()
389 exact); in do_testfloat()
482 exact); in do_testfloat()
486 exact); in do_testfloat()
654 exact); in do_testfloat()
658 exact); in do_testfloat()
662 exact); in do_testfloat()
666 exact); in do_testfloat()
[all …]
H A Dwrap.c.inc165 /* Note: exact is ignored since qemu's softfloat assumes it is set */
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 */
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 */
374 /* Note: exact is ignored since qemu's softfloat assumes it is set */
376 static fast_type name(const float128_t *ap, bool exact) \
428 bool exact, extFloat80_t *res)
[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()
564 __be32 exact, mask; in nfp_fl_set_ip4() local
570 if (exact & ~mask) { in nfp_fl_set_ip4()
641 ip6->ipv6[word].exact |= exact & mask; in nfp_fl_set_ip6_helper()
703 __be32 exact, mask; in nfp_fl_set_ip6() local
711 if (exact & ~mask) { in nfp_fl_set_ip6()
741 u32 exact, mask; in nfp_fl_set_tport() local
749 exact = act->mangle.val; in nfp_fl_set_tport()
[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
153 network driver for the exact meaning of this value.
[all …]
H A Dsysfs-bus-iio-magnetometer-hmc584319 according to the device. For exact documentation
/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/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 }
H A Dcmd.tcl69 if { [lsearch -exact $acceptable_shell_rcs ${shell_rc}] == -1 } {
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst184 match: { meta.vr_id: exact,
187 meta.lpm_prefix: exact },
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,
248 meta.is_l3_broadcast: exact,
[all …]
/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()
/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/webui-vue/
H A D.npmrc1 save-exact=true
/openbmc/linux/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/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/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()
1627 rem : ARRAY_SIZE(cmd.u.exact)); in t4vf_free_mac_filt()
1629 u.exact[fw_naddr]), 16); in t4vf_free_mac_filt()
1695 struct fw_vi_mac_exact *p = &cmd.u.exact[0]; in t4vf_change_mac()
1697 u.exact[1]), 16); in t4vf_change_mac()
1719 p = &rpl.u.exact[0]; in t4vf_change_mac()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt6 Remaining properties have exact same meaning as in Xtensa PIC
/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

12345678910>>...17