HomeSort by: relevance | last modified time | path
    Searched defs:oldidx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
ex_shift.c 67 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; local
112 for (oldidx = 0, oldcol = 0; oldidx < len; ++oldidx)
113 if (p[oldidx] == ' ')
115 else if (p[oldidx] == '\t')
152 MEMCPYW(tbp, p + oldidx, len - oldidx);
155 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) {
178 if (newidx > oldidx)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
hashmap.c 352 uint8_t oldidx = hashmap_nexttable(hashmap->hindex); local
353 uint32_t oldsize = hashmap->tables[oldidx].size;
354 hashmap_node_t *oldtable = hashmap->tables[oldidx].table;
378 node.hashval, node.psl, oldidx, UINT32_MAX);
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 719 size_t oldidx; member in struct:sysctl_req
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 3939 tree oldidx = TREE_OPERAND (t, 1); local
3945 if (lval && ary == oldary && index == oldidx)

Completed in 34 milliseconds