Home
last modified time | relevance | path

Searched refs:cnext (Results 1 – 11 of 11) sorted by relevance

/external/one-true-awk/
Dtran.c193 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()
213 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem()
216 tp->tab[h] = p->cnext; in freeelem()
218 prev->cnext = p->cnext; in freeelem()
251 p->cnext = tp->tab[h]; in setsymtab()
278 op = cp->cnext; in rehash()
280 cp->cnext = np[nh]; in rehash()
295 for (p = tp->tab[h]; p != NULL; p = p->cnext) in lookup()
Dawk.h86 struct Cell *cnext; /* ptr to next if chained */ member
Drun.c705 a->cnext = tmps; in tfree()
718 tmps[i-1].cnext = &tmps[i]; in gettemp()
719 tmps[i-1].cnext = 0; in gettemp()
722 tmps = x->cnext; in gettemp()
1500 ncp = cp->cnext; in instat()
/external/u-boot/fs/ubifs/
Dorphan.c169 last = &orphan->cnext; in ubifs_orphan_start_commit()
264 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
291 cnext = c->orph_cnext; in write_orph_node()
293 orphan = cnext; in write_orph_node()
297 cnext = orphan->cnext; in write_orph_node()
298 orphan->cnext = NULL; in write_orph_node()
300 c->orph_cnext = cnext; in write_orph_node()
376 last = &orphan->cnext; in consolidate()
Dlpt_commit.c97 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local
114 cnext = next_dirty_cnode(cnode); in get_cnodes_to_commit()
115 if (!cnext) { in get_cnodes_to_commit()
116 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()
119 cnode->cnext = cnext; in get_cnodes_to_commit()
120 cnode = cnext; in get_cnodes_to_commit()
267 cnode = cnode->cnext; in layout_cnodes()
464 cnode = cnode->cnext; in write_cnodes()
1297 struct ubifs_cnode *cnode, *cnext; in free_obsolete_cnodes() local
1299 cnext = c->lpt_cnext; in free_obsolete_cnodes()
[all …]
Dtnc.c200 zn->cnext = NULL; in copy_znode()
1101 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1364 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()
2237 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace()
2308 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm()
2418 if (znode->cnext) { in tnc_delete()
2466 if (zp->cnext) { in tnc_delete()
2538 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm()
2617 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_range()
2837 struct ubifs_znode *cnext; in tnc_destroy_cnext() local
[all …]
Dubifs.h1148 struct ubifs_cnode *cnext; member
1167 struct ubifs_cnode *cnext; member
1205 struct ubifs_cnode *cnext; member
1371 struct ubifs_znode *cnext; member
1522 struct ubifs_orphan *cnext; member
1879 struct ubifs_znode *cnext; member
Dlpt.c1505 n->cnext = NULL; in dirty_cow_nnode()
1556 p->cnext = NULL; in dirty_cow_pnode()
Ddebug.c919 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
/external/llvm/test/CodeGen/AMDGPU/
Dcoalescer_remat.ll22 %c = phi i32 [0, %entry], [%cnext, %loop]
42 %cnext = add nsw i32 %c, 1
43 %cmp = icmp eq i32 %cnext, 42
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dcoalescer_remat.ll22 %c = phi i32 [0, %entry], [%cnext, %loop]
42 %cnext = add nsw i32 %c, 1
43 %cmp = icmp eq i32 %cnext, 42