Home
last modified time | relevance | path

Searched refs:oldn (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/lvm2/dist/lib/config/
H A Dconfig.c1170 struct config_node *cn, *nextn, *oldn; in _merge_section() local
1185 if (!(oldn = find_config_node(cn1->child, cn->key))) { in _merge_section()
1197 cv->next = oldn->v; in _merge_section()
1201 oldn->v = cn->v; in _merge_section()
1230 struct config_node *cn, *nextn, *oldn, *tn, *cn2; in merge_config_tree() local
1242 if (!(oldn = find_config_node(root, cn->key))) { in merge_config_tree()
1257 _merge_section(oldn, cn); in merge_config_tree()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dtarget.c321 gomp_map_vars_existing (struct gomp_device_descr *devicep, splay_tree_key oldn, in gomp_map_vars_existing() argument
325 tgt_var->key = oldn; in gomp_map_vars_existing()
328 tgt_var->offset = newn->host_start - oldn->host_start; in gomp_map_vars_existing()
332 || oldn->host_start > newn->host_start in gomp_map_vars_existing()
333 || oldn->host_end < newn->host_end) in gomp_map_vars_existing()
339 (void *) oldn->host_start, (void *) oldn->host_end); in gomp_map_vars_existing()
344 (void *) (oldn->tgt->tgt_start + oldn->tgt_offset in gomp_map_vars_existing()
345 + newn->host_start - oldn->host_start), in gomp_map_vars_existing()
349 if (oldn->refcount != REFCOUNT_INFINITY) in gomp_map_vars_existing()
350 oldn->refcount++; in gomp_map_vars_existing()
/dragonfly/contrib/mdocml/
H A Droff.c3580 char *oldn, *newn, *end, *value; in roff_als() local
3583 newn = oldn = buf->buf + pos; in roff_als()
3587 newsz = roff_getname(r, &oldn, ln, pos); in roff_als()
3591 end = oldn; in roff_als()
3592 oldsz = roff_getname(r, &end, ln, oldn - buf->buf); in roff_als()
3597 (int)oldsz, oldn); in roff_als()
3822 char *oldn, *newn, *end; in roff_rn() local
3826 oldn = newn = buf->buf + pos; in roff_rn()
3827 if (*oldn == '\0') in roff_rn()
3831 if (oldn[oldsz] == '\\' || oldn[oldsz] == '\t' || *newn == '\0') in roff_rn()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvar-tracking.c1158 int i, oldn, newn; in adjust_insn() local
1164 oldn = XVECLEN (*pat, 0); in adjust_insn()
1166 oldn = 1; in adjust_insn()
1169 new_pat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (oldn + newn)); in adjust_insn()
1171 for (i = 0; i < oldn; i++) in adjust_insn()
1175 for (s = amd.side_effects, i = oldn; i < oldn + newn; i++, s = XEXP (s, 1)) in adjust_insn()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvar-tracking.c1306 int i, oldn; in adjust_insn() local
1312 oldn = XVECLEN (*pat, 0); in adjust_insn()
1314 oldn = 1; in adjust_insn()
1316 new_pat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (oldn + newn)); in adjust_insn()
1318 for (i = 0; i < oldn; i++) in adjust_insn()
1326 XVECEXP (new_pat, 0, j + oldn) = effect; in adjust_insn()