/openbmc/qemu/tests/fp/ |
H A D | fp-test.c | 171 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 D | wrap.c.inc | 165 /* 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 D | fp-test-log2.c | 25 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 D | action.c | 523 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 D | sysfs-class-net-statistics | 23 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 D | snmpd.conf | 91 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 D | authz.json | 28 # @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 D | devlink-dpipe.rst | 184 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 D | valid.tcl | 52 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 D | source.tcl | 85 if { [lsearch -exact $sourced_files $full_file_name] != -1 } { continue }
|
/openbmc/bmcweb/ |
H A D | OWNERS | 82 - 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 D | mboxd_windows.h | 31 uint32_t offset, bool exact); 34 uint32_t offset, bool exact);
|
H A D | mboxd_windows.c | 509 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 D | windows.h | 54 uint32_t offset, bool exact); 57 uint32_t offset, bool exact);
|
H A D | windows.c | 515 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 D | crypto_user_base.c | 36 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 D | api.c | 63 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 D | authz.rst | 61 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 D | t4vf_hw.c | 1541 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 | .npmrc | 1 save-exact=true
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-uvc.rst | 17 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 D | cryptouser.h | 5 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 D | disable-libxml2-check.patch | 42 -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 D | cdns,xtensa-mx.txt | 6 Remaining properties have exact same meaning as in Xtensa PIC
|
/openbmc/linux/rust/alloc/vec/ |
H A D | into_iter.rs | 210 let exact = if T::IS_ZST { in size_hint() localVariable 215 (exact, Some(exact)) in size_hint()
|