Home
last modified time | relevance | path

Searched refs:newx (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grolbp/
HDlbp.h169 vdmorigin(int newx, int newy) in vdmorigin() argument
173 vdmprintf("}\"%s%s\x1e",vdmnum(newx,nx),vdmnum(newy,ny)); in vdmorigin()
/freebsd-11-stable/contrib/gcc/
HDsimplify-rtx.c4512 rtx newx; in simplify_subreg() local
4569 newx = simplify_subreg (outermode, SUBREG_REG (op), innermostmode, in simplify_subreg()
4571 if (newx) in simplify_subreg()
4572 return newx; in simplify_subreg()
4778 rtx newx; in simplify_gen_subreg() local
4780 newx = simplify_subreg (outermode, op, innermode, byte); in simplify_gen_subreg()
4781 if (newx) in simplify_gen_subreg()
4782 return newx; in simplify_gen_subreg()
HDggc-zone.c2284 FILE *f, void *x, void *newx, in ggc_pch_write_object() argument
2287 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0) in ggc_pch_write_object()
HDoptabs.c1758 rtx newx; in expand_binop() local
1761 newx = expand_binop (word_mode, in expand_binop()
1773 newx, x, in expand_binop()
1783 emit_move_insn (target_piece, newx); in expand_binop()
HDggc-page.c2120 FILE *f, void *x, void *newx ATTRIBUTE_UNUSED, in ggc_pch_write_object()
HDChangeLog-200421577 old_rtx and newx to new_rtx.