Home
last modified time | relevance | path

Searched refs:is_same (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dpmu-events.c271 static bool is_same(const char *reference, const char *test) in is_same() function
287 if (!is_same(e1->name, e2->name)) { in compare_pmu_events()
293 if (!is_same(e1->compat, e2->compat)) { in compare_pmu_events()
299 if (!is_same(e1->event, e2->event)) { in compare_pmu_events()
305 if (!is_same(e1->desc, e2->desc)) { in compare_pmu_events()
311 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events()
317 if (!is_same(e1->long_desc, e2->long_desc)) { in compare_pmu_events()
323 if (!is_same(e1->pmu, e2->pmu)) { in compare_pmu_events()
329 if (!is_same(e1->unit, e2->unit)) { in compare_pmu_events()
357 if (!is_same(alias->name, event->name)) { in compare_alias_to_test_event()
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutility.hpp94 if constexpr (std::is_same< in size()
97 std::is_same<FirstArg, in size()
99 std::is_same<FirstArg, boost::asio::yield_context>::value) in size()
149 std::conditional_t<std::is_same<Tbase, std::remove_extent_t<T>>::value,
H A Dhandler.hpp229 if constexpr (std::is_same< in executeCallback()
237 else if constexpr (std::is_same< in executeCallback()
245 else if constexpr (std::is_same< in executeCallback()
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp100 std::is_same<typename std::remove_cv<typename std::remove_pointer<
120 using all_true = std::is_same<bool_pack<bs..., true>, bool_pack<true, bs...>>;
158 static_assert((std::is_same<const char*, std::decay_t<Msg>>::value || in log()
159 std::is_same<char*, std::decay_t<Msg>>::value), in log()
/openbmc/linux/fs/
H A Dremap_range.c188 loff_t len, bool *is_same) in vfs_dedupe_file_range_compare() argument
255 *is_same = same; in vfs_dedupe_file_range_compare()
332 bool is_same = false; in __generic_remap_file_range_prep() local
336 file_out, pos_out, *len, &is_same); in __generic_remap_file_range_prep()
339 inode_out, pos_out, *len, &is_same, in __generic_remap_file_range_prep()
345 if (!is_same) in __generic_remap_file_range_prep()
/openbmc/qemu/migration/
H A Dxbzrle.c53 bool is_same = (comp & 0x1); in xbzrle_encode_buffer_avx512() local
58 if (is_same) { in xbzrle_encode_buffer_avx512()
122 is_same = true; in xbzrle_encode_buffer_avx512()
/openbmc/libpldm/src/
H A Dmsgbuf.h1305 static_assert(std::is_same<uint8_t, T>::value); in pldm_msgbuf_typecheck_uint8_t()
1313 static_assert(std::is_same<int8_t, T>::value); in pldm_msgbuf_typecheck_int8_t()
1321 static_assert(std::is_same<uint16_t, T>::value); in pldm_msgbuf_typecheck_uint16_t()
1329 static_assert(std::is_same<int16_t, T>::value); in pldm_msgbuf_typecheck_int16_t()
1337 static_assert(std::is_same<uint32_t, T>::value); in pldm_msgbuf_typecheck_uint32_t()
1345 static_assert(std::is_same<int32_t, T>::value); in pldm_msgbuf_typecheck_int32_t()
1353 static_assert(std::is_same<real32_t, T>::value); in pldm_msgbuf_typecheck_real32_t()
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp305 std::enable_if_t<std::is_same<NumberType, uint64_t>::value or
306 std::is_same<NumberType, int64_t>::value,
342 const bool isNegative = std::is_same<NumberType, int64_t>::value && in dumpInteger()
/openbmc/linux/fs/ntfs3/
H A Dnamei.c264 bool is_same, is_bad; in ntfs_rename() local
282 is_same = dentry->d_name.len == new_dentry->d_name.len && in ntfs_rename()
286 if (is_same && dir == new_dir) { in ntfs_rename()
317 if (is_same) { in ntfs_rename()
/openbmc/linux/fs/ceph/
H A Dquota.c278 bool is_same; in ceph_quota_is_same_realm() local
297 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm()
305 return is_same; in ceph_quota_is_same_realm()
/openbmc/libpldm/src/msgbuf/
H A Dplatform.h198 static_assert(std::is_same<union_range_field_format, T>::value); in pldm_msgbuf_typecheck_range_field_format()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp301 if constexpr (std::is_same<PropertyType, std::string>::value) in getInventoryPropertyJson()
305 else if constexpr (std::is_same<PropertyType, bool>::value) in getInventoryPropertyJson()
310 else if constexpr (std::is_same<PropertyType, in getInventoryPropertyJson()
318 else if constexpr (std::is_same<PropertyType, uint32_t>::value) in getInventoryPropertyJson()
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp209 std::is_same<Element, dbus_variant>::value>::type> {
H A Dmessage.hpp374 std::is_same<std::true_type,
394 std::is_same<std::true_type,
/openbmc/linux/include/linux/
H A Ddax.h253 loff_t len, bool *is_same,
/openbmc/telemetry/src/utils/
H A Dlabeled_tuple.hpp128 if constexpr (std::is_same<std::decay_t<decltype(a)>, double>()) in eq()
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c43 static bool is_same(const char *file1, const char *file2) in is_same() function
990 if (is_same(name, tmpname)) { in conf_write()
/openbmc/phosphor-hwmon/
H A Dsensor.cpp112 if constexpr (std::is_same<SensorValueType, double>::value) in adjustValue()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch344 + return std::is_same<T, float>::value || std::is_same<T, double>::value
346 + || std::is_same<T, std::float32_t>::value
349 + || std::is_same<T, std::float64_t>::value
356 + return std::is_same<UC, char>::value || std::is_same<UC, wchar_t>::value ||
357 + std::is_same<UC, char16_t>::value || std::is_same<UC, char32_t>::value;
1028 + return std::is_same<UC, char16_t>::value;
1052 + if (cpp20_and_in_constexpr() || !std::is_same<UC, char>::value) {
1212 +template <typename UC, FASTFLOAT_ENABLE_IF(!std::is_same<UC, char>::value) = 0>
1549 + if (!std::is_same<T, uint64_t>::value) {
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp38 if (std::is_same<T, pldm_pdr_fru_record_set>::value) in extractTerminusHandle()
62 if (std::is_same<T, pldm_pdr_fru_record_set>::value) in updateContainerId()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp124 inline constexpr bool __v<std::is_same<_Tp, _Up>> = false;
127 inline constexpr bool __v<std::is_same<_Tp, _Tp>> = true;
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h4315 class = typename std::enable_if<!std::is_same<CharT2, CharT>::value>::type>
4401 class = std::enable_if_t<std::is_same<CharT, char>::value ||
4402 std::is_same<CharT, wchar_t>::value ||
4403 std::is_same<CharT, char16_t>::value ||
4404 std::is_same<CharT, char32_t>::value>>
4572 std::is_same<CharT, char>::value,
4585 !std::is_same<CharT, char>::value,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp1502 using __f = std::is_same<
/openbmc/linux/fs/btrfs/
H A Dvolumes.c697 bool is_same = false; in is_same_device() local
720 is_same = true; in is_same_device()
725 return is_same; in is_same_device()