HomeSort by: relevance | last modified time | path
    Searched refs:oldn (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/lua/dist/src/
lmem.h 74 #define luaM_reallocvector(L, v,oldn,n,t) \
75 (cast(t *, luaM_realloc_(L, v, cast_sizet(oldn) * sizeof(t), \
  /src/external/gpl2/lvm2/dist/lib/config/
config.c 1170 struct config_node *cn, *nextn, *oldn; local
1185 if (!(oldn = find_config_node(cn1->child, cn->key))) {
1197 cv->next = oldn->v;
1201 oldn->v = cn->v;
1230 struct config_node *cn, *nextn, *oldn, *tn, *cn2; local
1242 if (!(oldn = find_config_node(root, cn->key))) {
1257 _merge_section(oldn, cn);
  /src/sys/external/bsd/libfdt/dist/
fdt_rw.c 70 int oldn, int newn)
72 int delta = (newn - oldn) * sizeof(*p);
74 err = fdt_splice_(fdt, p, oldn * sizeof(*p), newn * sizeof(*p));
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 535 gomp_map_0len_lookup found oldn for newn.
540 struct goacc_asyncqueue *aq, splay_tree_key oldn,
549 tgt_var->key = oldn;
553 tgt_var->offset = newn->host_start - oldn->host_start;
557 && newn->host_start <= oldn->host_start
558 && oldn->host_end <= newn->host_end);
560 tgt_var->length = oldn->host_end - oldn->host_start;
568 || (oldn->host_start <= newn->host_start
569 && newn->host_end <= oldn->host_end))
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
target.c 582 gomp_map_0len_lookup found oldn for newn.
587 struct goacc_asyncqueue *aq, splay_tree_key oldn,
596 tgt_var->key = oldn;
600 tgt_var->offset = newn->host_start - oldn->host_start;
604 && newn->host_start <= oldn->host_start
605 && oldn->host_end <= newn->host_end);
607 tgt_var->length = oldn->host_end - oldn->host_start;
615 || (oldn->host_start <= newn->host_start
616 && newn->host_end <= oldn->host_end))
    [all...]
  /src/external/bsd/mdocml/dist/
roff.c 3580 char *oldn, *newn, *end, *value; local
3583 newn = oldn = buf->buf + pos;
3587 newsz = roff_getname(r, &oldn, ln, pos);
3588 if (newn[newsz] == '\\' || newn[newsz] == '\t' || *oldn == '\0')
3591 end = oldn;
3592 oldsz = roff_getname(r, &end, ln, oldn - buf->buf);
3597 (int)oldsz, oldn);
3822 char *oldn, *newn, *end; local
3826 oldn = newn = buf->buf + pos;
3827 if (*oldn == '\0'
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 1316 int i, oldn; local
1322 oldn = XVECLEN (*pat, 0);
1324 oldn = 1;
1326 new_pat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (oldn + newn));
1328 for (i = 0; i < oldn; i++)
1336 XVECEXP (new_pat, 0, j + oldn) = effect;
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 1310 int i, oldn; local
1316 oldn = XVECLEN (*pat, 0);
1318 oldn = 1;
1320 new_pat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (oldn + newn));
1322 for (i = 0; i < oldn; i++)
1330 XVECEXP (new_pat, 0, j + oldn) = effect;
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 3910 tree oldi, oldn; local
3911 for (oldi = old; oldi; oldi = oldn)
3918 oldn = TREE_CHAIN (oldi);
3922 oldn = NULL_TREE;

Completed in 61 milliseconds