Home
last modified time | relevance | path

Searched full:equals (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp28 "unquoted_string(\"ProcessorSummary/Count\") Equals int(2)"); in TEST()
45 …(unquoted_string("ProcessorSummary/Count") Equals int(2)) or (unquoted_string("ProcessorSummary/Co… in TEST()
47 "not(unquoted_string(\"ProcessorSummary/Count\") Equals int(2))"); in TEST()
49 "not(unquoted_string(\"ProcessorSummary/Count\") Equals int(-2))"); in TEST()
51 R"(unquoted_string("Status/State") Equals quoted_string("Enabled"))"); in TEST()
54 …ed_string("ProcessorSummary/Count") Equals int(2)) and (unquoted_string("MemorySummary/TotalSystem… in TEST()
57 …ate") Equals quoted_string("Enabled")) and ((unquoted_string("Status/Health") Equals quoted_string… in TEST()
60 …ate") Equals quoted_string("Enabled")) and (unquoted_string("Status/Health") Equals quoted_string(… 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()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/
H A Dcache.json155 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
162 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
167 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
174 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
179 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
186 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
191 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
198 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
203 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
210 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
[all …]
/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py25 def Equals(self, other) -> bool: member in Expression
192 def Equals(self, other: Expression) -> bool: member in Operator
194 return self.operator == other.operator and self.lhs.Equals(
195 other.lhs) and self.rhs.Equals(other.rhs)
199 if self.Equals(expression):
235 if true_val.Equals(false_val):
240 def Equals(self, other: Expression) -> bool: member in Select
242 return self.cond.Equals(other.cond) and self.false_val.Equals(
243 other.false_val) and self.true_val.Equals(other.true_val)
247 if self.Equals(expression):
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-dirty-equals_0.9.0.bb1 SUMMARY = "Doing dirty (but extremely useful) things with equals."
2 DESCRIPTION = "dirty-equals is a python library that (mis)uses the \
6 dirty-equals can be used in whatever context you like, but it comes \
9 HOMEPAGE = "https://github.com/samuelcolvin/dirty-equals"
/openbmc/entity-manager/test/
H A Dtest_entity-manager.cpp80 nlohmann::json j = {{"foo", "3 plus 1 equals $TEST + 1"}}; in TEST()
87 nlohmann::json expected = "3 plus 1 equals 4"; in TEST()
93 nlohmann::json j = {{"foo", "3 minus 1 equals $TEST - 1 !"}}; in TEST()
100 nlohmann::json expected = "3 minus 1 equals 2 !"; in TEST()
106 nlohmann::json j = {{"foo", "3 mod 2 equals $TEST % 2"}}; in TEST()
113 nlohmann::json expected = "3 mod 2 equals 1"; in TEST()
119 nlohmann::json j = {{"foo", "3 * 2 equals $TEST * 2"}}; in TEST()
126 nlohmann::json expected = "3 * 2 equals 6"; in TEST()
132 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2"}}; in TEST()
139 nlohmann::json expected = "4 / 2 equals 2"; in TEST()
[all …]
/openbmc/linux/lib/
H A Dcmdline.c229 unsigned int i, equals = 0; in next_arg() local
241 if (equals == 0) { in next_arg()
243 equals = i; in next_arg()
250 if (!equals) in next_arg()
253 args[equals] = '\0'; in next_arg()
254 *val = args + equals + 1; in next_arg()
/openbmc/qemu/crypto/
H A Dder.h45 * @cb: callback invoked when decode succeed, if cb equals NULL, no
69 * @cb: callback invoked when decode succeed, if cb equals NULL, no
92 * @cb: callback invoked when decode succeed, if cb equals NULL, no
115 * @cb: callback invoked when decode succeed, if cb equals NULL, no
138 * @cb: callback invoked when decode succeed, if cb equals NULL, no
163 * @cb: callback invoked when decode succeed, if cb equals NULL, no
/openbmc/linux/drivers/base/
H A Dproperty.c83 * this function with @val equals %NULL and @nval equals 0.
111 * this function with @val equals %NULL and @nval equals 0.
139 * this function with @val equals %NULL and @nval equals 0.
167 * this function with @val equals %NULL and @nval equals 0.
195 * this function with @val equals %NULL and @nval equals 0.
286 * this function with @val equals %NULL and @nval equals 0.
315 * this function with @val equals %NULL and @nval equals 0.
344 * this function with @val equals %NULL and @nval equals 0.
373 * this function with @val equals %NULL and @nval equals 0.
402 * this function with @val equals %NULL and @nval equals 0.
/openbmc/linux/include/linux/mfd/
H A Dmax8998.h77 * If it equals 0, leave it unchanged.
80 * If it equals 0, leave it unchanged.
83 * If it equals 0, leave it unchanged.
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dipt_ttl.h11 IPT_TTL_EQ = 0, /* equals */
12 IPT_TTL_NE, /* not equals */
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_hl.h12 IP6T_HL_EQ = 0, /* equals */
13 IP6T_HL_NE, /* not equals */
/openbmc/linux/arch/ia64/include/asm/sn/
H A Dsn_sal.h43 * While the return status equals SALRET_MORE_PASSES, keep calling
45 * into 'buf'. Once the return status equals SALRET_OK, 'addr' will
47 * return status equals neither of these, an error as occurred.
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dutils.hpp13 * @param[in] scheme - LDAP's scheme, scheme equals to "ldaps" to validate
14 * against LDAPS type URI, for LDAP type URI it is equals to "ldap".
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/
H A Dcache.json714 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
721 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
727 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
734 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1…
740 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
747 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2…
753 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
760 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3…
766 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
773 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4…
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Deverest,es8326.yaml79 Bit(0-3) 0 means irq pulse equals 512*internal clock
80 1 means irq pulse equals 1024*internal clock
82 7 means irq pulse equals 65536*internal clock
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dgpio.h40 * if param equals 1, hardware PWM is available
41 * if param equals 0, the host should toggle the GPIO itself
/openbmc/linux/tools/perf/tests/
H A Ddemangle-java-test.c19 { "Ljava/lang/StringLatin1;equals([B[B)Z", in test__demangle_java()
20 "boolean java.lang.StringLatin1.equals(byte[], byte[])" }, in test__demangle_java()
/openbmc/qemu/target/openrisc/
H A Dgdbstub.c35 case 33: /* NPC (equals PC) */ in openrisc_cpu_gdb_read_register()
63 case 33: /* NPC (equals PC) */ in openrisc_cpu_gdb_write_register()
/openbmc/linux/Documentation/i2c/
H A Ddev-interface.rst113 Selects ten bit addresses if select not equals 0, selects normal 7 bit
114 addresses if select equals 0. Default 0. This request is only valid
119 if select not equals 0, disables if select equals 0. Default 0.
H A Di2c-protocol.rst14 Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h226 equals 0xFFFF iff this is a direct item or stat data
231 /* Iff this is a directory item, this field equals the
295 equals 1 it is a symlink and if it
296 equals ~(__u32)0 there is no
330 direct item: except that if it equals 1
331 it is a symlink and if it equals
/openbmc/linux/include/crypto/internal/
H A Ddes.h23 * It is the job of the caller to ensure that the size of the key equals
88 * It is the job of the caller to ensure that the size of the key equals
/openbmc/linux/drivers/char/hw_random/
H A Dks-sa-rng.c43 * equals value times 2^8.
51 * equals value times 2^6.
59 * equals value times 2^8.
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_protocol.h129 #define DP_RW_SYNC 2 /* equals REQ_SYNC */
132 #define DP_FUA 16 /* equals REQ_FUA */
133 #define DP_FLUSH 32 /* equals REQ_PREFLUSH */
134 #define DP_DISCARD 64 /* equals REQ_OP_DISCARD */
/openbmc/linux/drivers/thermal/intel/
H A Dintel_tcc.c43 * activation temperature equals "Tjmax" - "TCC Offset", in degrees C.
69 * activation temperature equals "Tjmax" - "TCC Offset", in degree C.

12345678910>>...20