Home
last modified time | relevance | path

Searched refs:xsize (Results 1 – 22 of 22) sorted by relevance

/openbsd/usr.bin/systat/
H A Dswap.c176 int d, used, xsize; in showswap() local
189 xsize = sep->se_nblks; in showswap()
192 print_fld_uint(FLD_SW_BLOCKS, xsize / d); in showswap()
194 print_fld_bar(FLD_SW_BAR, 100 * used / xsize); in showswap()
203 int d, i, avail, used, xsize, mfree; in showtotal() local
209 xsize = sep->se_nblks; in showtotal()
211 avail += xsize; in showtotal()
212 mfree += xsize - used; in showtotal()
/openbsd/gnu/gcc/gcc/
H A Dalias.c1661 x = addr_side_effect_eval (x, xsize, 0); in memrefs_conflict_p()
1671 if (xsize <= 0 || ysize <= 0) in memrefs_conflict_p()
1673 if (c >= 0 && xsize > c) in memrefs_conflict_p()
1704 return memrefs_conflict_p (xsize, x0, ysize, y0, in memrefs_conflict_p()
1707 return memrefs_conflict_p (xsize, x0, ysize, y, in memrefs_conflict_p()
1747 return (xsize == 0 || ysize == 0 in memrefs_conflict_p()
1753 xsize /= INTVAL (x1); in memrefs_conflict_p()
1770 xsize = -1; in memrefs_conflict_p()
1789 return (xsize <= 0 || ysize <= 0 in memrefs_conflict_p()
1803 return memrefs_conflict_p (xsize, x, ysize, in memrefs_conflict_p()
[all …]
H A Demit-rtl.c1106 int xsize; in gen_lowpart_common() local
1119 xsize = GET_MODE_SIZE (innermode); in gen_lowpart_common()
1128 > ((xsize + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD)) in gen_lowpart_common()
1132 if (SCALAR_FLOAT_MODE_P (mode) && msize > xsize) in gen_lowpart_common()
1153 else if (msize < xsize) in gen_lowpart_common()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dalias.c1643 memrefs_conflict_p (xsize, x, ysize, y, c) in memrefs_conflict_p() argument
1645 int xsize, ysize;
1667 if (xsize <= 0 || ysize <= 0)
1669 if (c >= 0 && xsize > c)
1743 return (xsize == 0 || ysize == 0
1749 xsize /= INTVAL (x1);
1785 xsize = -1;
1803 return xsize <= 0 || ysize <= 0;
1808 return xsize <= 0 || ysize <= 0;
1816 return (xsize <= 0 || ysize <= 0
[all …]
H A Demit-rtl.c962 int xsize = GET_MODE_SIZE (GET_MODE (x)); local
971 > ((xsize + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD)))
976 && GET_MODE (x) != VOIDmode && msize > xsize)
/openbsd/gnu/usr.bin/texinfo/m4/
H A Dxsize.m41 # xsize.m4 serial 2
11 dnl Prerequisites of lib/xsize.h.
H A DMakefile.am1 …m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 nls.m4 po.m4 \
H A DChangeLog19 * xsize.m4: New file, from gettext-0.13.
H A DMakefile.in56 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
183 …m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 nls.m4 po.m4 \
/openbsd/gnu/usr.bin/perl/t/op/
H A Dstate.t132 my $xsize = stateful_array();
133 is( $xsize, 0, 'uninitialized state array' );
135 $xsize = stateful_array();
136 is( $xsize, 1, 'uninitialized state array after one iteration' );
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.c707 HOST_WIDE_INT xsize; in expand_prologue() local
858 xsize = 0; in expand_prologue()
865 xsize = 128 - 4 * num_regs_to_save; in expand_prologue()
866 size -= xsize; in expand_prologue()
876 xsize = size; in expand_prologue()
899 if (xsize) in expand_prologue()
900 emit_insn (gen_addsi3 (reg, reg, GEN_INT (xsize))); in expand_prologue()
919 if (xsize) in expand_prologue()
923 GEN_INT (xsize)); in expand_prologue()
928 xsize += 4; in expand_prologue()
/openbsd/usr.sbin/pstat/
H A Dpstat.c1141 int xsize, xfree; in swapmode() local
1157 xsize = swdev[i].se_nblks; in swapmode()
1159 xfree = xsize - used; in swapmode()
1160 nfree += (xsize - used); in swapmode()
1162 avail += xsize; in swapmode()
1167 (double)used / (double)xsize * 100.0, in swapmode()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_tv.c1104 int xsize, ysize, xpos, ypos; in intel_tv_get_config() local
1152 xsize = tmp >> 16; in intel_tv_get_config()
1161 xpos, mode.hdisplay - xsize - xpos); in intel_tv_get_config()
1455 unsigned int xsize, ysize; in intel_tv_pre_enable() local
1560 xsize = tv_mode->hblank_start - tv_mode->hblank_end; in intel_tv_pre_enable()
1565 xsize -= (conn_state->tv.margins.left + in intel_tv_pre_enable()
1570 intel_de_write(dev_priv, TV_WIN_SIZE, (xsize << 16) | ysize); in intel_tv_pre_enable()
/openbsd/gnu/usr.bin/texinfo/info/
H A DMakefile.in72 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
/openbsd/gnu/usr.bin/texinfo/util/
H A DMakefile.in74 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile.in72 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/
H A DMakefile.in68 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
/openbsd/gnu/usr.bin/texinfo/lib/
H A DMakefile.in73 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
/openbsd/gnu/usr.bin/texinfo/
H A DMakefile.in73 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
H A Daclocal.m41090 m4_include([m4/xsize.m4])
/openbsd/gnu/usr.bin/texinfo/doc/
H A DMakefile.in71 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
H A Depsf.tex76 %%% It must return the xsize to use, or 0 if