Home
last modified time | relevance | path

Searched full:compare (Results 1 – 25 of 1896) sorted by relevance

12345678910>>...76

/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Drenesas,rz-mtu3.yaml22 - Waveform output on compare match
27 - Simultaneous clearing on compare match or input capture
121 - description: MTU0.TGRA input capture/compare match
122 - description: MTU0.TGRB input capture/compare match
123 - description: MTU0.TGRC input capture/compare match
124 - description: MTU0.TGRD input capture/compare match
126 - description: MTU0.TGRE compare match
127 - description: MTU0.TGRF compare match
128 - description: MTU1.TGRA input capture/compare match
129 - description: MTU1.TGRB input capture/compare match
[all …]
/openbmc/qemu/target/hexagon/imported/
H A Dcompare.idef19 * Compare Instructions
25 /* Scalar compare instructions */
29 "Compare for Equal",
33 "Compare for signed Greater Than",
37 "Compare for Greater Than Unsigned",
41 "Compare for Equal",
45 "Compare for signed Greater Than",
49 "Compare for Greater Than Unsigned",
56 /* Compare and put result in GPR */
61 "Compare for Equal",
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D159.out12 == Compare the images with qemu-img compare ==
24 == Compare the images with qemu-img compare ==
36 == Compare the images with qemu-img compare ==
48 == Compare the images with qemu-img compare ==
60 == Compare the images with qemu-img compare ==
72 == Compare the images with qemu-img compare ==
84 == Compare the images with qemu-img compare ==
H A D160.out12 == Compare the images with qemu-img compare ==
24 == Compare the images with qemu-img compare ==
36 == Compare the images with qemu-img compare ==
48 == Compare the images with qemu-img compare ==
/openbmc/phosphor-inventory-manager/
H A Dutils.hpp127 * @tparam Compare - The function object type being adapted.
129 template <typename Compare>
136 explicit CompareFirst(Compare&& c) : compare(std::forward<Compare>(c)) {} in CompareFirst()
138 /** @brief Compare two pairs adapter.
154 return compare(l.first, r.first); in operator ()()
157 /** @brief Compare one pair adapter.
171 return compare(l.first, r); in operator ()()
174 /** @brief Compare one pair adapter.
188 return compare(l, r.first); in operator ()()
192 Compare compare; member
[all …]
/openbmc/linux/drivers/base/
H A Dcomponent.c43 int (*compare)(struct device *, void *); member
53 struct component_match_array *compare; member
98 struct component *component = match->compare[i].component; in component_devices_show()
162 if (mc->compare && mc->compare(c->dev, mc->data)) in find_component()
184 struct component_match_array *mc = &match->compare[i]; in find_components()
189 if (match->compare[i].component) in find_components()
202 match->compare[i].duplicate = !!c->adev; in find_components()
203 match->compare[i].component = c; in find_components()
216 if (adev->match->compare[i].component == c) in remove_component()
217 adev->match->compare[i].component = NULL; in remove_component()
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h13 /*! This is used to store the 48 bit value used to compare SA, DA or
26 /*! 0: No compare, i.e. This entry is not used
27 * 1: compare DA only
28 * 2: compare SA only
29 * 3: compare half DA + half SA
30 * 4: compare ether type only
31 * 5: compare DA + ethertype
32 * 6: compare SA + ethertype
33 * 7: compare DA+ range.
52 /*! The 8 bit value used to compare with extracted value for byte 3. */
[all …]
/openbmc/smbios-mdr/tools/
H A Dsst-compare-redfish-os.py79 def compare(redfish_val, linux_val, description): function
110 compare(
138 compare(actual_hp_p1, exp_hp_p1, "SST-BF High Priority P1 Freq")
139 compare(actual_hp_cores, exp_hp_cores, "SST-BF High Priority Core List")
140 compare(actual_lp_p1, exp_lp_p1, "SST-BF Low Priority P1 Freq")
142 compare(
148 compare(redfish_config["MaxSpeedMHz"], None, "SSE Max Turbo Speed")
149 compare(
154 compare(
177 compare(actual_turbo, exp_turbo, "SSE Turbo Profile")
[all …]
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake97 string(COMPARE EQUAL "${hunter_WIKI}" "" have_no_wiki)
115 string(COMPARE EQUAL "${root}" "" is_bad)
120 string(COMPARE EQUAL "${version}" "" is_bad)
125 string(COMPARE EQUAL "${sha1}" "" is_bad)
147 string(COMPARE NOTEQUAL "${HUNTER_ROOT}" "" not_empty)
155 string(COMPARE NOTEQUAL "$ENV{HUNTER_ROOT}" "" not_empty)
163 string(COMPARE NOTEQUAL "$ENV{HOME}" "" result)
172 string(COMPARE NOTEQUAL "$ENV{SYSTEMDRIVE}" "" result)
181 string(COMPARE NOTEQUAL "$ENV{USERPROFILE}" "" result)
213 COMPARE
[all …]
/openbmc/openpower-pnor-code-mgmt/test/
H A Dmsl_verify.cpp24 TEST_F(MinimumShipLevelTest, compare) in TEST_F() argument
33 EXPECT_EQ(0, minimumShipLevel->compare(actual, min)); in TEST_F()
37 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F()
39 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F()
41 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F()
45 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
47 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
49 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F()
/openbmc/qemu/tests/fp/
H A Dfp-test-log2.c25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() function
79 compare(test, real, soft, true); in main()
84 compare(test, real, soft, true); in main()
89 compare(test, real, soft, true); in main()
94 compare(test, real, soft, true); in main()
99 compare(test, real, soft, true); in main()
104 compare(test, real, soft, true); in main()
110 compare(test, real, soft, false); in main()
115 compare(test, real, soft, false); in main()
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_sdram.c87 * Compare code extracted as its used by multiple functions. This
150 * Desc: Execute compare per PUP
152 * new_locked_pup Output bit array of the pups with failed compare
153 * pattern Pattern to compare
157 * mask compare pattern with mask;
158 * mask_pattern Mask to compare pattern
188 /* Compare read result to write */ in ddr3_sdram_compare()
206 * Desc: Execute compare per PUP
208 * new_locked_pup Output bit array of the pups with failed compare
209 * pattern Pattern to compare
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Darch-microblaze.inc22 TUNEVALID[pattern-compare] = "Enable Pattern Compare Instructions"
32 …{@bb.utils.contains("TUNE_FEATURES", "pattern-compare", " -mxl-pattern-compare", " -mno-xl-pattern…
36 # Disable reorder for v8.30 if pattern-compare is not enabled
39 bb.utils.contains("TUNE_FEATURES", "pattern-compare", \
46 MBPKGARCH_TUNE .= "${@bb.utils.contains("TUNE_FEATURES", "pattern-compare", "-cmp", "", d)}"
/openbmc/qemu/hw/timer/
H A Dimx_epit.c165 * The compare timer only has to run if the timer peripheral is active in imx_epit_update_compare_timer()
171 * Calculate next timeout for compare timer. Reading the reload in imx_epit_update_compare_timer()
178 * The compare timer is a periodic timer if the limit is at least in imx_epit_update_compare_timer()
179 * the compare value. Otherwise it may fire at most once in the in imx_epit_update_compare_timer()
184 /* The compare timer fires in the current round. */ in imx_epit_update_compare_timer()
188 * The compare timer fires after a reload, as it is below the in imx_epit_update_compare_timer()
189 * compare value already in this round. Note that the counter in imx_epit_update_compare_timer()
191 * is legal here because the compare timer is an internal in imx_epit_update_compare_timer()
197 * The compare timer won't fire in this round, and the limit is in imx_epit_update_compare_timer()
198 * set to a value below the compare value. This practically means in imx_epit_update_compare_timer()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py18 self.assertTrue( result, msg="Failed to compare version '100' > '99'")
20 self.assertTrue( result, msg="Failed to compare version '2.3.1' > '2.2.3'")
22 self.assertTrue( result, msg="Failed to compare version '2021-01-21' > '2020-12-25'")
24 self.assertTrue( result, msg="Failed to compare version '1.2-20200910' < '1.2-20200920'")
27 self.assertTrue( result, msg="Failed to compare version '1.0' >= '1.0beta'")
29 self.assertTrue( result, msg="Failed to compare version '1.0-rc2' > '1.0-rc1'")
31 self.assertTrue( result, msg="Failed to compare version '1.0.alpha1' < '1.0'")
33 self.assertTrue( result, msg="Failed to compare version '1.0_dev' <= '1.0'")
37 self.assertTrue( result ,msg="Failed to compare version '1.0p2' to '1.0p1'")
40 self.assertTrue( result ,msg="Failed to compare version '1.0b' to '1.0r'")
[all …]
/openbmc/linux/net/batman-adv/
H A Dhash.h21 /* callback to a compare function. should compare 2 element data for their
67 * @compare: callback to determine if 2 hash elements are identical
76 batadv_hashdata_compare_cb compare, in batadv_hash_add() argument
97 if (!compare(node, data)) in batadv_hash_add()
119 * @compare: callback to determine if 2 hash elements are identical
130 batadv_hashdata_compare_cb compare, in batadv_hash_remove() argument
144 if (!compare(node, data)) in batadv_hash_remove()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h70 #define SPRN_IAC3 0x13A /* Instruction Address Compare 3 */
71 #define SPRN_IAC4 0x13B /* Instruction Address Compare 4 */
72 #define SPRN_DVC1 0x13E /* Data Value Compare Register 1 */
73 #define SPRN_DVC2 0x13F /* Data Value Compare Register 2 */
170 #define SPRN_DCMP 0x3D1 /* Data TLB Compare Register */
198 #define SPRN_IAC1 0x138 /* Instruction Address Compare 1 */
199 #define SPRN_IAC2 0x139 /* Instruction Address Compare 2 */
200 #define SPRN_DAC1 0x13C /* Data Address Compare 1 */
201 #define SPRN_DAC2 0x13D /* Data Address Compare 2 */
215 #define SPRN_DAC1 0x3F6 /* Data Address Compare 1 */
[all …]
/openbmc/linux/arch/parisc/math-emu/
H A Dsfcmp.c15 * sgl_cmp: compare two values
33 * sgl_cmp: compare two values
82 /* NaNs always compare unordered. */ in sgl_fcmp()
86 /* infinities will drop down to the normal compare mechanisms */ in sgl_fcmp()
88 /* First compare for unequal signs => less or greater or in sgl_fcmp()
117 /* Positive compare */ in sgl_fcmp()
129 /* Negative compare. Signed or unsigned compares in sgl_fcmp()
H A Ddfcmp.c15 * dbl_cmp: compare two values
34 * dbl_cmp: compare two values
82 /* NaNs always compare unordered. */ in dbl_fcmp()
86 /* infinities will drop down to the normal compare mechanisms */ in dbl_fcmp()
88 /* First compare for unequal signs => less or greater or in dbl_fcmp()
117 /* Positive compare */ in dbl_fcmp()
142 /* Negative compare. Signed or unsigned compares in dbl_fcmp()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt566 RDEPENDS:perl-module-extutils-install += "perl-module-file-compare"
792 RDEPENDS:perl-module-file-compare += "perl-module-exporter"
793 RDEPENDS:perl-module-file-compare += "perl-module-warnings"
2040 RDEPENDS:perl-module-test2-compare-array += "perl-module-base"
2041 RDEPENDS:perl-module-test2-compare-array += "perl-module-strict"
2042 RDEPENDS:perl-module-test2-compare-array += "perl-module-test2-util-hashbase"
2043 RDEPENDS:perl-module-test2-compare-array += "perl-module-warnings"
2044 RDEPENDS:perl-module-test2-compare-bag += "perl-module-base"
2045 RDEPENDS:perl-module-test2-compare-bag += "perl-module-strict"
2046 RDEPENDS:perl-module-test2-compare-bag += "perl-module-test2-util-hashbase"
[all …]
/openbmc/linux/arch/alpha/lib/
H A Ddivide.S46 * $28 - compare status
57 #define compare $28 macro
125 1: cmpult divisor,modulus,compare
128 bne compare,1b
130 1: cmpult divisor,modulus,compare
134 bne compare,1b
141 cmpule divisor,modulus,compare
143 DIV_ONLY(cmovne compare,tmp2,quotient)
145 cmovne compare,tmp1,modulus
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp23 int MinimumShipLevel::compare(const Version& a, const Version& b) in compare() function in openpower::software::image::MinimumShipLevel
112 if (std::get<0>(assoc).compare(FUNCTIONAL_FWD_ASSOCIATION) == 0) in getFunctionalVersion()
160 // In order to handle non-continuous multiple min versions, need to compare in verify()
161 // the major.minor section first, then if they're the same, compare the rev. in verify()
164 // 1. Save off the rev number to compare later if needed. in verify()
165 // 2. Zero out the rev number to just compare major and minor. in verify()
183 rc = compare(actualVersion, minVersion); in verify()
190 // Same major.minor version, compare the rev in verify()
191 rc = compare(actualRev, minRev); in verify()
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot117 # - Do inventory collection, compare with
122 # - Do inventory collection, compare with
140 ... Do Inventory And Compare ${json_initial_file_path}
153 ... Do Inventory And Compare ${json_final_file_path}
174 Do Inventory And Compare
175 [Documentation] Do inventory and compare.
179 # PREV_INV_FILE_PATH The previous inventory to compare with.
183 ... Compare Json Inventory Files ${inventory_file_path}
189 Compare Json Inventory Files
190 [Documentation] Compare JSON inventory files.
[all …]
/openbmc/linux/include/linux/
H A Dcomponent.h85 /* A set helper functions for component compare/release */
101 int (*compare)(struct device *, void *), void *compare_data);
110 * @compare: compare function to match against all components
111 * @compare_data: opaque pointer passed to the @compare function
125 int (*compare)(struct device *, void *), void *compare_data) in component_match_add()
127 component_match_add_release(parent, matchptr, NULL, compare, in component_match_add()
/openbmc/qemu/net/
H A Dcolo-compare.c29 #include "net/colo-compare.h"
36 #define TYPE_COLO_COMPARE "colo-compare"
383 /* primary packet is longer than secondary packet, compare in colo_mark_tcp_pkt()
494 qemu_hexdump(stderr, "colo-compare ppkt", ppkt->data, ppkt->size); in colo_compare_tcp()
495 qemu_hexdump(stderr, "colo-compare spkt", spkt->data, spkt->size); in colo_compare_tcp()
504 * Called from the compare thread on the primary
505 * for compare udp packet
512 trace_colo_compare_main("compare udp"); in colo_packet_compare_udp()
521 * other field like TOS,TTL,IP Checksum. we only need to compare in colo_packet_compare_udp()
533 qemu_hexdump(stderr, "colo-compare pri pkt", ppkt->data, ppkt->size); in colo_packet_compare_udp()
[all …]

12345678910>>...76