HomeSort by relevance Sort by last modified time
    Searched refs:cnext (Results 1 - 4 of 4) sorted by null

  /external/one-true-awk/
tran.c 173 temp = cp->cnext; /* avoids freeing then using */
193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext)
196 tp->tab[h] = p->cnext;
198 prev->cnext = p->cnext;
231 p->cnext = tp->tab[h];
258 op = cp->cnext;
260 cp->cnext = np[nh];
275 for (p = tp->tab[h]; p != NULL; p = p->cnext)
awk.h 85 struct Cell *cnext; /* ptr to next if chained */ member in struct:Cell
run.c 688 a->cnext = tmps;
701 tmps[i-1].cnext = &tmps[i];
702 tmps[i-1].cnext = 0;
705 tmps = x->cnext;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 480 Chunk* cnext = ChunkFromHandle(c->next); local
481 if (!cnext->in_use()) {
482 // VLOG(8) << "Chunk at " << cnext->ptr << " merging with c " <<

Completed in 75 milliseconds