Home
last modified time | relevance | path

Searched refs:vnode (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll45 …8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struc…
48 …, i8, i8, i8, %struct.buf_ops*, i32, i8, i8, i8, i8, %struct.vm_object*, %6, i8*, %struct.vnode* }>
57 …%struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, …
63 %struct.freelst = type <{ %struct.vnode*, %struct.vnode** }>
91 … type <{ i16, i16, i8, i8, i8, i8, i64, i64, %struct.lock_owner*, %struct.vnode*, %struct.inode*, …
99 …, i8, %struct.mntlist, %struct.vfsops*, %struct.vfsconf*, %struct.vnode*, %struct.vnode*, i32, i8,…
112 …t.mtx, %struct.task, %struct.osd, %struct.cpuset*, %struct.vnet*, %struct.vnode*, i32, i32, %struc…
113 …struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, …
123 …%struct.session = type <{ i32, i8, i8, i8, i8, %struct.proc*, %struct.vnode*, %struct.tty*, i32, […
150vnode**)*, i32 (%struct.mount*, i32, i32, i8*)*, i32 (%struct.mount*, %struct.statfs*)*, i32 (%str…
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll44 …8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struc…
47 …, i8, i8, i8, %struct.buf_ops*, i32, i8, i8, i8, i8, %struct.vm_object*, %6, i8*, %struct.vnode* }>
56 …%struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, …
62 %struct.freelst = type <{ %struct.vnode*, %struct.vnode** }>
90 … type <{ i16, i16, i8, i8, i8, i8, i64, i64, %struct.lock_owner*, %struct.vnode*, %struct.inode*, …
98 …, i8, %struct.mntlist, %struct.vfsops*, %struct.vfsconf*, %struct.vnode*, %struct.vnode*, i32, i8,…
111 …t.mtx, %struct.task, %struct.osd, %struct.cpuset*, %struct.vnet*, %struct.vnode*, i32, i32, %struc…
112 …struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, …
122 …%struct.session = type <{ i32, i8, i8, i8, i8, %struct.proc*, %struct.vnode*, %struct.tty*, i32, […
149vnode**)*, i32 (%struct.mount*, i32, i32, i8*)*, i32 (%struct.mount*, %struct.statfs*)*, i32 (%str…
[all …]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll44 …8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struc…
47 …, i8, i8, i8, %struct.buf_ops*, i32, i8, i8, i8, i8, %struct.vm_object*, %6, i8*, %struct.vnode* }>
56 …%struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, …
62 %struct.freelst = type <{ %struct.vnode*, %struct.vnode** }>
90 … type <{ i16, i16, i8, i8, i8, i8, i64, i64, %struct.lock_owner*, %struct.vnode*, %struct.inode*, …
98 …, i8, %struct.mntlist, %struct.vfsops*, %struct.vfsconf*, %struct.vnode*, %struct.vnode*, i32, i8,…
111 …t.mtx, %struct.task, %struct.osd, %struct.cpuset*, %struct.vnet*, %struct.vnode*, i32, i32, %struc…
112 …struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, …
122 …%struct.session = type <{ i32, i8, i8, i8, i8, %struct.proc*, %struct.vnode*, %struct.tty*, i32, […
149vnode**)*, i32 (%struct.mount*, i32, i32, i8*)*, i32 (%struct.mount*, %struct.statfs*)*, i32 (%str…
[all …]
/external/perfetto/ui/src/frontend/
Dpanel.ts25 vnode: PanelVNode<Attrs>): void;
26 abstract view(vnode: m.CVnode<Attrs>): m.Children|null|void;
32 export function isPanelVNode(vnode: m.Vnode): vnode is PanelVNode {
33 const tag = vnode.tag as {};
Dtrack_panel.ts43 oninit(vnode: m.Vnode<TrackShellAttrs>) {
44 this.attrs = vnode.attrs;
190 constructor(vnode: m.CVnode<TrackPanelAttrs>) {
192 this.trackState = globals.state.tracks[vnode.attrs.id];
Doverview_timeline_panel.ts50 oncreate(vnode: m.CVnodeDOM) {
51 this.onupdate(vnode);
Dtopbar.ts98 oncreate(vnode: m.VnodeDOM) {
99 const txt = vnode.dom.querySelector('input') as HTMLInputElement;
Dtrack_group_panel.ts83 oncreate(vnode: m.CVnodeDOM<Attrs>) {
84 this.onupdate(vnode);
Dviewer_page.ts187 oncreate(vnode: m.CVnodeDOM) {
190 const rect = vnode.dom.getBoundingClientRect();
207 vnode.dom.querySelector('.pan-and-zoom-content') as HTMLElement;
Drecord_widgets.ts190 oncreate: (vnode) => this.resetScroll(vnode.dom as HTMLSelectElement),
Dpanel_container.ts75 constructor(vnode: m.CVnode<Attrs>) {
76 this.attrs = vnode.attrs;
/external/toybox/toys/pending/
Dcrond.c306 VAR *v, *vnode = (VAR *)l->var; in free_cronfile() local
310 while (vnode && (v = dlist_pop(&vnode))) { in free_cronfile()
397 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
402 while (vnode && (v = dlist_pop(&vnode))) { in scan_cronfiles()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java291 VarInsnNode vnode = (VarInsnNode) node; in extractCallToSuperConstructor() local
292 if (vnode.var == 0) { in extractCallToSuperConstructor()