Home
last modified time | relevance | path

Searched refs:comparison (Results 1 – 25 of 154) sorted by relevance

1234567

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp43 const rule<class ComparisonId, Comparison> comparison("Comparison"); variable
83 const auto booleanOp_def = comparison | parens;
95 comparison, unquotedString);
/openbmc/qemu/tests/migration/guestperf/
H A Dshell.py32 from guestperf.comparison import COMPARISONS
222 for comparison in COMPARISONS:
223 compdir = os.path.join(args.output, comparison._name)
224 for scenario in comparison._scenarios:
225 name = os.path.join(comparison._name, scenario._name)
234 dirname = os.path.join(args.output, comparison._name)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/
H A D0001-Fix-comparison-types.patch4 Subject: [PATCH 1/2] Fix comparison types
7 error: comparison between pointer and integer ('char *' and 'int')
/openbmc/qemu/tests/tcg/i386/
H A DREADME7 generates a text output, for comparison with the output obtained with
22 for comparison with the output obtained with a real CPU or another emulator.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11/
H A D0001-Do-not-strip-binaries.patch25 - # Use case-insensitive comparison to match the result of $<CONFIG:cfgs>
43 - # Use case-insensitive comparison to match the result of $<CONFIG:cfgs>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/
H A Dlibmemcached_1.0.18.bb6 file://0001-Fix-comparison-types.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-semantic-version_2.10.0.bb2 DESCRIPTION = "Semantic version comparison for Python (see http://semver.org/)"
/openbmc/linux/Documentation/RCU/
H A Drcu_dereference.rst118 - The comparison was against the NULL pointer. If the
120 not be dereferencing it anyway. If the comparison is
127 cannot use anything it learned from the comparison
129 This sort of comparison occurs frequently when scanning
132 Note that if the pointer comparison is done outside
143 - The comparison is against a pointer that references memory
147 the comparison. So exactly how long ago is "a long
178 - All of the accesses following the comparison are stores,
191 comparison will provide exactly the information that the
373 on the other. The comparison in reader() therefore tells the compiler
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dlibmpd_11.8.17.bb9 file://0002-fix-comparison-between-pointer-and-zero-character-co.patch \
/openbmc/linux/Documentation/dev-tools/
H A Dkcov.rst15 Besides collecting code coverage, KCOV can also collect comparison operands.
29 Collecting comparison operands is supported with GCC 8+ or with Clang.
35 To enable comparison operands collection, set::
176 * the comparison operands are promoted to uint64_t.
193 /* arg1 and arg2 - operands of the comparison. */
217 Note that the KCOV modes (collection of code coverage or comparison operands)
/openbmc/u-boot/doc/
H A DREADME.commands.itest9 String comparison is over the length of the shorter, this hopefully
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/
H A D0002-fix-comparison-between-pointer-and-zero-character-co.patch4 Subject: [PATCH 2/3] fix comparison between pointer and zero character constant
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-read-returns-ssize_t.patch7 usl_fd.c:284:10: error: comparison of unsigned expression < 0 is always false [-Werror,-Wtautologic…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dpqg.c-ULL_addend.patch7 pqg.c:339:16: error: comparison of constant 18446744073709551615 with expression of type 'unsigned …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/
H A D0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch9 mimetic/os/mmfile.cxx:60:14: error: ordered comparison between pointer and zero ('char *' and 'int')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-libgeis-Compare-the-first-character-of-string-to-nul.patch12 | ../../../../../../../workspace/sources/geis/libgeis/geis_v1.c:613:20: error: comparison between p…
/openbmc/openbmc/poky/meta/recipes-support/diffoscope/
H A Ddiffoscope_260.bb1 SUMMARY = "in-depth comparison of files, archives, and directories"
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S11 #call to a comparison function in C which boils down to a memcmp()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-valgrind-filter_xml_frames-do-not-filter-usr.patch13 Changing this filter allows the comparison to succeed without
H A D0002-Bug-476548-valgrind-3.22.0-fails-on-assertion-when-l.patch61 cast to HChar before comparison. */
65 + cast to HChar before comparison. */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/
H A Dkronosnet_1.24.bb25 # libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long'…
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/dtc/
H A D0002-meson-allow-building-from-shallow-clones.patch8 Problem is that some builds check DTC version and fail the comparison.
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTODO.txt25 - a TestCase class, for easier testcase handling, searching, comparison
/openbmc/linux/tools/testing/selftests/livepatch/
H A DREADME41 those strings for result comparison. Other utility functions include
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-Turn-off-sign-compare-for-musl-libc.patch8 …h_generation/crash_generation_server.cc:234:14: error: comparison of integers of d…

1234567