Home
last modified time | relevance | path

Searched full:expand (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py83 def expand(self, node_set): member in GraphNode
91 return new_current_node.expand({self} | node_set)
93 return n.expand(self, node_set)
120 def expand(self, node, node_set): member in ASTNode
121 return self.op.expand(self, node, node_set)
170 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: member in BinaryOp
186 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: member in AndOp
189 return node.expand(node_set)
195 return tmp.expand(node_set)
210 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: member in OrOp
[all …]
/linux/samples/seccomp/
H A Dbpf-helper.h62 #define EXPAND(...) __VA_ARGS__ macro
76 #define JEQ(x, jt) JEQ32(x, EXPAND(jt))
77 #define JNE(x, jt) JNE32(x, EXPAND(jt))
78 #define JGT(x, jt) JGT32(x, EXPAND(jt))
79 #define JLT(x, jt) JLT32(x, EXPAND(jt))
80 #define JGE(x, jt) JGE32(x, EXPAND(jt))
81 #define JLE(x, jt) JLE32(x, EXPAND(jt))
82 #define JA(x, jt) JA32(x, EXPAND(jt))
106 EXPAND(jt))
110 EXPAND(jt))
[all …]
/linux/scripts/gendwarfksyms/
H A Ddwarf.c695 bool expand; in __process_structure_type() local
702 expand = state->expand.expand && is_kabi_definition(cache, die); in __process_structure_type()
704 if (expand) { in __process_structure_type()
705 state->expand.current_fqn = cache->fqn; in __process_structure_type()
713 if (expand) { in __process_structure_type()
759 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()
764 state->expand.current_fqn, cache->fqn, &value); in process_enumerator_type()
836 state->expand.expand = true; in state_init()
837 state->expand.current_fqn = NULL; in state_init()
844 state->expand = saved->expand; in expansion_state_restore()
[all …]
/linux/scripts/kconfig/
H A Dgconf.ui212 <property name="expand">False</property>
236 <property name="expand">False</property>
255 <property name="expand">False</property>
272 <property name="expand">False</property>
289 <property name="expand">False</property>
308 <property name="expand">False</property>
325 <property name="expand">False</property>
342 <property name="expand">False</property>
359 <property name="expand">False</property>
378 <property name="expand">False</property>
[all …]
/linux/fs/crypto/
H A Dhkdf.c25 * SHA-512 causes HKDF-Expand to only need to do one iteration rather than two.
35 * 2. HKDF-Expand: expand the pseudorandom key into output keying material of
50 * Afterwards, the keyed HMAC transform object can be used for HKDF-Expand many
93 * HKDF-Expand (RFC 5869 section 2.3). This expands the pseudorandom key, which
/linux/arch/s390/include/asm/
H A Dnospec-insn.h57 .macro __DECODE_R expand,reg
61 \expand \r1
70 .macro __DECODE_RR expand,rsave,rtarget
76 \expand \r1,\r2
/linux/tools/perf/tests/
H A Dexpand-cgroup.c51 pr_debug("failed to expand events for cgroups\n"); in test_expand_events()
199 TEST_ASSERT_EQUAL("failed to expand default events", ret, 0); in test__expand_cgroup_events()
202 TEST_ASSERT_EQUAL("failed to expand event group", ret, 0); in test__expand_cgroup_events()
205 TEST_ASSERT_EQUAL("failed to expand event group", ret, 0); in test__expand_cgroup_events()
208 TEST_ASSERT_EQUAL("failed to expand metric events", ret, 0); in test__expand_cgroup_events()
/linux/sound/soc/tegra/
H A Dtegra_cif.h42 unsigned int expand; member
59 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
78 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra264_set_cif()
/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h611 /* GP_ALL(suffix) - Expand to a list of GP_#_#_suffix */
615 /* PINMUX_GPIO_GP_ALL - Expand to a list of sh_pfc_pin entries */
624 /* PINMUX_DATA_GP_ALL - Expand to a list of name_DATA, name_FN marks */
629 * GP_ASSIGN_LAST() - Expand to an enum definition for the last GP pin
666 /* PORT_ALL(suffix) - Expand to a list of PORT_#_suffix */
670 /* PINMUX_GPIO - Expand to a sh_pfc_pin entry */
678 /* SH_PFC_PIN_CFG - Expand to a sh_pfc_pin entry (named PORT#) with config */
686 /* PINMUX_DATA_ALL - Expand to a list of PORT_name_DATA, PORT_name_FN0,
695 * PORT_ASSIGN_LAST() - Expand to an enum definition for the last PORT pin
712 /* GPIO_FN(name) - Expand to a sh_pfc_pin entry for a function GPIO */
[all …]
/linux/rust/macros/
H A Dpaste.rs66 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) { in expand() function
81 // Recursively expand tokens inside the group in expand()
82 expand(&mut stream); in expand()
/linux/include/crypto/
H A Ddes.h34 * des_expand_key - Expand a DES input key into a key schedule
45 * des3_ede_expand_key - Expand a triple DES input key into a key schedule
/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dtie.h60 * s = passed from XCHAL_*_LIST(s), eg. to select how to expand
79 * To filter out certain registers, e.g. to expand only the non-global
89 * ...what you want to expand...
/linux/tools/power/pm-graph/config/
H A Dstandby-callgraph.cfg80 # Expand Callgraph
81 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze-dev.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze-callgraph.cfg80 # Expand Callgraph
81 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby-dev.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-x2-proc.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-dev.cfg79 # Expand Callgraph
80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-callgraph.cfg84 # Expand Callgraph
85 # pre-expand the callgraph data in the html output (default: disabled)
/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dtie.h79 * s = passed from XCHAL_*_LIST(s), eg. to select how to expand
98 * To filter out certain registers, e.g. to expand only the non-global
108 * ...what you want to expand...
/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
H A Dtie.h59 * s = passed from XCHAL_*_LIST(s), eg. to select how to expand
78 * To filter out certain registers, e.g. to expand only the non-global
88 * ...what you want to expand...
/linux/arch/powerpc/crypto/
H A Daes-spe-keys.S70 * Expand 128 bit key into 176 bytes encryption key. It consists of
112 * Expand 192 bit key into 208 bytes encryption key. It consists of key
162 * Expand 256 bit key into 240 bytes encryption key. It consists of key

12345678910>>...17