Searched refs:newv (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dinet_pton.c95 size_t newv = *tp * 10 + (pch - digits); local
99 if (newv > 255)
101 *tp = (unsigned char)newv;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.misc.c183 Char **newv, **onewv; local
188 onewv = newv = xcalloc(blklen(v) + 1, sizeof(Char **));
191 *newv++ = Strsave(*v++);
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c1193 const char **newv = xmalloc (newvsize);
1197 newv[newindex++] = argv[i++];
1223 newv = xrealloc (newv, newvsize);
1234 newv[newindex++] = np;
1334 newv[newindex++] = concat (option_map[j].equivalent, arg,
1338 newv[newindex++] = option_map[j].equivalent;
1339 newv[newindex++] = arg;
1342 newv[newindex++] = option_map[j].equivalent;
1380 newv[newinde
1188 const char **newv = xmalloc (newvsize); local
[all...]
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c4169 rtx cmpv, newv, val, resv, cc;
4207 newv = force_reg (SImode, val);
4208 store_bit_field (newv, GET_MODE_BITSIZE (mode), 0, SImode, new);
4211 newv = force_reg (SImode, expand_simple_binop (SImode, IOR, new, val,
4216 cmpv, newv));
4168 rtx cmpv, newv, val, resv, cc; local
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c8884 rtx newv = gen_reg_rtx (SImode);
8930 emit_insn (gen_rtx_SET (VOIDmode, newv,
8936 emit_insn (gen_rtx_SET (VOIDmode, newv,
8937 gen_rtx_AND (SImode, newv, mask)));
8947 gen_rtx_IOR (SImode, newv, val)));
8858 rtx newv = gen_reg_rtx (SImode); local

Completed in 241 milliseconds