| /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/sys/netinet/ |
| dccp_usrreq.c | 2469 req->oldidx = 2 * (sizeof xig)
|
| /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)
|
| pt.cc | 29338 tree oldidx = get_template_parm_index (olddecl); 29378 = TEMPLATE_PARM_PARAMETER_PACK (oldidx); 29428 tree oldconst = TEMPLATE_PARM_DECL (oldidx); 29439 = TEMPLATE_PARM_PARAMETER_PACK (oldidx);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 4493 tree oldidx = TREE_OPERAND (t, 1); 4499 if (lval && ary == oldary && index == oldidx)
|
| pt.cc | 29888 tree oldidx = get_template_parm_index (olddecl); 29928 = TEMPLATE_PARM_PARAMETER_PACK (oldidx); 29982 tree oldconst = TEMPLATE_PARM_DECL (oldidx); 29993 = TEMPLATE_PARM_PARAMETER_PACK (oldidx);
|