Home
last modified time | relevance | path

Searched full:simplify (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/openbmc/linux/tools/perf/pmu-events/
H A Dmetric_test.py108 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
112 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
116 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
120 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
124 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
128 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
132 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
136 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
140 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
144 self.assertEqual(ParsePerfJson(before).Simplify().ToPerfJson(), after)
[all …]
H A Dmetric.py21 def Simplify(self): member in Expression
161 def Simplify(self) -> Expression: member in Operator
162 lhs = self.lhs.Simplify()
163 rhs = self.rhs.Simplify()
171 # Simplify multiplication by 0 except for the slot event which
228 def Simplify(self) -> Expression: member in Select
229 cond = self.cond.Simplify()
230 true_val = self.true_val.Simplify()
231 false_val = self.false_val.Simplify()
276 def Simplify(self) -> Expression: member in Function
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A DKconfig85 If unsure, say Y to simplify debug problems
94 If unsure, say Y to simplify debug problems
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig176 If unsure, say Y to simplify debug problems
184 If unsure, say Y to simplify debug problems
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.hpp37 * - simplify stale data detection
38 * - simplify error detection
/openbmc/linux/drivers/extcon/
H A Ddevres.c59 * resource management and simplify the control of freeing the memory of extcon
163 * device resource management and simplify the control of unregistering
223 * device resource management and simplify the control of unregistering
/openbmc/linux/drivers/hid/
H A Dhid-uclogic-params.h67 * Must use declarative (descriptive) language, not imperative, to simplify
111 * Must use declarative (descriptive) language, not imperative, to simplify
194 * Must use declarative (descriptive) language, not imperative, to simplify
/openbmc/u-boot/arch/nios2/cpu/
H A Du-boot.lds41 * adjacent to simplify the startup code -- and provide
77 * bss follows. We keep it adjacent to simplify init code.
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst74 o) mount helper GUI (to simplify the various configuration options on mount)
91 and simplify the code.
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dstatfs.h7 * Let's pack it so the padding goes away to simplify dual ABI support.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-decorator_5.1.1.bb3 The aim of the decorator module it to simplify the usage of decorators \
/openbmc/openbmc/poky/
H A DREADME.qemu.md4 To simplify development, the build system supports building images to
/openbmc/linux/drivers/net/fddi/skfp/
H A DMakefile19 # thus simplify fixes to it), please do not clean it up!
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dexecution.hpp22 // Add std::execution as sdbusplus::async::execution so that we can simplify
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-license-expression_30.4.0.bb1 SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions"
/openbmc/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_242 This is intended to simplify portability.
129 - Slightly simplify driver configuration.
/openbmc/linux/arch/xtensa/
H A DKconfig.debug47 This may simplify finding faulting code in the absence of other
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/
H A D0001-avoid-unnecessary-check-for-sqlite3-binary.patch6 Only the library is used, not the sqlite3 binary. Drop this check to simplify
/openbmc/linux/sound/soc/intel/boards/
H A Dbdw_rt286.c221 /* Use space before codec name to simplify card ID, and simplify driver name. */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tp-simplify-gcc-warning-hack.patch4 Subject: [PATCH] openl2tp: simplify gcc warning hack
/openbmc/entity-manager/configurations/
H A DVENDORS.md3 To simplify the organization and ownership of configuration files, they can be
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c51 /* Set a variable rather than aborting here, to simplify tracing when in tstmul()
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h58 /* direct VBIOS translation! Just to simplify the translation */
66 /* direct VBIOS translation! Just to simplify the translation */
/openbmc/libpldm/
H A D.clang-tidy202 readability-simplify-boolean-expr,
203 readability-simplify-subscript-expr,
/openbmc/libcper/
H A D.clang-tidy201 readability-simplify-boolean-expr,
202 readability-simplify-subscript-expr,

12345678910>>...20