Home
last modified time | relevance | path

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

/external/one-true-awk/
Dtran.c173 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()
193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem()
196 tp->tab[h] = p->cnext; in freeelem()
198 prev->cnext = p->cnext; in freeelem()
231 p->cnext = tp->tab[h]; in setsymtab()
258 op = cp->cnext; in rehash()
260 cp->cnext = np[nh]; in rehash()
275 for (p = tp->tab[h]; p != NULL; p = p->cnext) in lookup()
Dawk.h85 struct Cell *cnext; /* ptr to next if chained */ member
Drun.c688 a->cnext = tmps; in tfree()
701 tmps[i-1].cnext = &tmps[i]; in gettemp()
702 tmps[i-1].cnext = 0; in gettemp()
705 tmps = x->cnext; in gettemp()
1456 ncp = cp->cnext; in instat()
/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/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc480 Chunk* cnext = ChunkFromHandle(c->next); in FreeAndMaybeCoalesce() local
481 if (!cnext->in_use()) { in FreeAndMaybeCoalesce()