Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 54) sorted by relevance

123

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py84 def expand(self, node_set):
92 return new_current_node.expand({self} | node_set)
94 return n.expand(self, node_set)
121 def expand(self, node, node_set):
122 return self.op.expand(self, node, node_set)
171 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]:
187 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]:
190 return node.expand(node_set)
196 return tmp.expand(node_set)
211 def expand(
83 def expand(self, node_set): global() member in GraphNode
120 def expand(self, node, node_set): global() member in ASTNode
170 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in BinaryOp
186 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in AndOp
210 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in OrOp
236 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in UntilOp
258 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in VOp
346 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in NextOp
367 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in NotOp
395 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in Variable
428 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: global() member in Literal
[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()
760 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()
765 state->expand.current_fqn, cache->fqn, &override); in process_enumerator_type()
838 state->expand in state_init()
[all...]
H A Dgendwarfksyms.h234 bool expand; member
252 struct expansion_state expand; member
/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()
H A Dtegra30_ahub.h480 unsigned int expand; member
/linux/fs/ocfs2/
H A Duptodate.c470 int expand; in ocfs2_set_buffer_uptodate() local
492 expand = 0; in ocfs2_set_buffer_uptodate()
495 expand = 1; in ocfs2_set_buffer_uptodate()
499 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand); in ocfs2_set_buffer_uptodate()
/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()
H A Dlib.rs457 paste::expand(&mut tokens);
/linux/tools/perf/python/
H A Dilist.py246 node.parent.expand()
248 node.parent.parent.expand()
249 node.expand()
491 tree.root.expand()
/linux/arch/arm64/boot/dts/renesas/
H A Dulcb-kf-simple-audio-card.dtsi23 sound_card_kf: expand-sound {
H A Dulcb-kf-audio-graph-card.dtsi22 sound_card_kf: expand-sound {
H A Dulcb-kf-simple-audio-card-mix+split.dtsi36 sound_card_kf: expand-sound {
/linux/tools/bpf/bpftool/
H A Dnet.c890 struct bpf_link_info *expand; in show_link_netfilter() local
899 expand = realloc(nf_link_info, nf_link_len * sizeof(info)); in show_link_netfilter()
900 if (!expand) { in show_link_netfilter()
905 nf_link_info = expand; in show_link_netfilter()
/linux/tools/perf/Documentation/
H A Ddb-export.txt19 Over time it is possible to continue to expand the export while maintaining
/linux/Documentation/networking/
H A Dipsec.rst29 Small IP datagrams are likely to expand as a result of compression.
/linux/tools/power/pm-graph/config/
H A Dfreeze.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby-callgraph.cfg81 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze-callgraph.cfg81 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-callgraph.cfg85 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-x2-proc.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)

123