/openbmc/bmcweb/redfish-core/include/ |
H A D | filter_expr_parser_grammar.hpp | 43 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 D | shell.py | 32 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 D | 0001-Fix-comparison-types.patch | 4 Subject: [PATCH 1/2] Fix comparison types 7 error: comparison between pointer and integer ('char *' and 'int')
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | README | 7 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 D | 0001-Do-not-strip-binaries.patch | 25 - # 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 D | libmemcached_1.0.18.bb | 6 file://0001-Fix-comparison-types.patch \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-semantic-version_2.10.0.bb | 2 DESCRIPTION = "Semantic version comparison for Python (see http://semver.org/)"
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcu_dereference.rst | 118 - 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 D | libmpd_11.8.17.bb | 9 file://0002-fix-comparison-between-pointer-and-zero-character-co.patch \
|
/openbmc/u-boot/doc/ |
H A D | README.commands.itest | 9 String comparison is over the length of the shorter, this hopefully
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcov.rst | 15 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/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/ |
H A D | 0002-fix-comparison-between-pointer-and-zero-character-co.patch | 4 Subject: [PATCH 2/3] fix comparison between pointer and zero character constant
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | 0001-read-returns-ssize_t.patch | 7 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 D | pqg.c-ULL_addend.patch | 7 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 D | 0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch | 9 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 D | 0001-libgeis-Compare-the-first-character-of-string-to-nul.patch | 12 | ../../../../../../../workspace/sources/geis/libgeis/geis_v1.c:613:20: error: comparison between p…
|
/openbmc/openbmc/poky/meta/recipes-support/diffoscope/ |
H A D | diffoscope_260.bb | 1 SUMMARY = "in-depth comparison of files, archives, and directories"
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | vsx_asm.S | 11 #call to a comparison function in C which boils down to a memcmp()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0001-valgrind-filter_xml_frames-do-not-filter-usr.patch | 13 Changing this filter allows the comparison to succeed without
|
H A D | 0002-Bug-476548-valgrind-3.22.0-fails-on-assertion-when-l.patch | 61 cast to HChar before comparison. */ 65 + cast to HChar before comparison. */
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/ |
H A D | kronosnet_1.24.bb | 25 # 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 D | 0002-meson-allow-building-from-shallow-clones.patch | 8 Problem is that some builds check DTC version and fail the comparison.
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | TODO.txt | 25 - a TestCase class, for easier testcase handling, searching, comparison
|
/openbmc/linux/tools/testing/selftests/livepatch/ |
H A D | README | 41 those strings for result comparison. Other utility functions include
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | 0001-Turn-off-sign-compare-for-musl-libc.patch | 8 …h_generation/crash_generation_server.cc:234:14: error: comparison of integers of d…
|