Home
last modified time | relevance | path

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

12345678910>>...13

/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 …]
/linux/drivers/net/wireless/realtek/rtw89/
H A DKconfig122 If unsure, say Y to simplify debug problems
131 If unsure, say Y to simplify debug problems
/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
/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
/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig256 If unsure, say Y to simplify debug problems
264 If unsure, say Y to simplify debug problems
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst75 o) mount helper GUI (to simplify the various configuration options on mount)
92 and simplify the code.
/linux/arch/arm/include/uapi/asm/
H A Dstatfs.h7 * Let's pack it so the padding goes away to simplify dual ABI support.
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_242 This is intended to simplify portability.
129 - Slightly simplify driver configuration.
/linux/drivers/net/fddi/skfp/
H A DMakefile19 # thus simplify fixes to it), please do not clean it up!
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_maybe_null.c40 * separate objects to simplify the testing. in test_struct_ops_maybe_null()
/linux/drivers/pinctrl/meson/
H A DKconfig77 This driver is simplify subsequent support for new amlogic SoCs,
/linux/arch/xtensa/
H A DKconfig.debug47 This may simplify finding faulting code in the absence of other
/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 */
/linux/arch/nios2/include/asm/
H A Dasm-macros.h3 * Macro used to simplify coding multi-line assembler.
4 * Some of the bit test macro can simplify down to one line
/linux/sound/soc/intel/boards/
H A Dbytcht_cx2072x.c203 /* use space before codec name to simplify card ID, and simplify driver name */
H A Dbytcht_da7213.c203 /* use space before codec name to simplify card ID, and simplify driver name */
/linux/arch/xtensa/variants/fsf/include/variant/
H A Dtie.h21 /* Filler info for unassigned coprocessors, to simplify arrays etc: */
/linux/Documentation/arch/arm/samsung/
H A Doverview.rst53 where to simplify the include and dependency issues involved with having
/linux/Documentation/networking/
H A Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/linux/Documentation/devicetree/bindings/input/
H A Dcirrus,ep9307-keypad.yaml17 or 3-point contact keys. The KPP is designed to simplify the software task
H A Dimx-keypad.yaml17 or 3-point contact keys. The KPP is designed to simplify the software task
/linux/tools/testing/selftests/bpf/
H A Ddisasm_helpers.c56 * Remove the prefix inplace, and also simplify call instructions. in disasm_insn()
/linux/Documentation/filesystems/
H A Dbfs.rst26 You can simplify mounting by just typing::
/linux/drivers/comedi/drivers/ni_routing/
H A DREADME40 The content of this directory is part of an effort to greatly simplify the use
92 simplify/clarify signal routing on NI devices, a corresponding

12345678910>>...13