Searched refs:width (Results 76 - 100 of 316) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h134 int width; member in struct:print_col
152 int width; member in struct:field_info
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DIntegerField.java48 * Construct a field initialized to the specified text. Defaults to a width
58 * width of 5 characters.
68 * Defaults to a width of 5 characters.
77 * Construct a field initialized to the specified text and width.
79 * @param width The width of the field in characters
81 public IntegerField(String text, int width) { argument
82 super(text, width);
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java66 newLocation = new Point(screenSize.width / 2 - xoffset,
73 parentBounds.x + parentBounds.width / 2 - xoffset,
/opensolaris-onvv-gate/usr/src/cmd/ssh/
H A DMakefile.msg.targ26 --width=72 \
/opensolaris-onvv-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol_impl.h41 #define MC_CS_SIZE(bam, width) \
42 ((size_t)bam->bam_sizemb * MC_CS_SCALE * ((width) == 128 ? 2 : 1))
H A Dmcamd_rowcol_tbl.c273 * a given revision, access width, bank-swizzle mode, and current chip-select
698 * revision and dram controller width alone.
821 * width, bank-swizzle and chip-select mode.
824 rct_rcbmap(uint_t mcrev, int width, uint_t csmode) argument
833 rcbm->mt_width == width && csmode < rcbmap_tbls[i].nmodes)
842 * access width.
845 rct_bnkswzlinfo(uint_t mcrev, int width) argument
854 swztp->swzt_width == width)
862 rct_csintlv_bits(uint_t mcrev, int width, uint_t csmode, int factor, argument
874 if (factor == 8 && width
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Duniq.c85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) argument
130 else if (width >= 0 && width < reclen)
136 while (reclen < width && mp < ep)
144 reclen = width;
250 int fields=0, chars=0, width=-1; local
297 width = opt_info.num;
331 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_fb.c134 prom_get_tem_size(size_t *height, size_t *width) argument
153 *width = prom_atol(buf, len);
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_io32.h92 unsigned int width, height; member in struct:drm_radeon_tex_image_32
100 int width; member in struct:drm_radeon_texture_32
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c80 int cc, width; local
141 width = 0;
144 if (j > width)
145 width = j;
156 width, buf,
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DKeyField.java70 d.width = fontMetrics.stringWidth(/* NOI18N */
226 int x = (size.width - fontMetrics.stringWidth(str)) / 2;
236 g.draw3DRect(1, 1, size.width-3, size.height-3, false);
237 g.draw3DRect(2, 2, size.width-5, size.height-5, false);
241 g.drawRect(0, 0, size.width-1, size.height-1);
H A DLabelBar.java231 labelBegin = (size().width - labelWidth) / 2;
234 labelBegin = size().width - (labelOffsetFromEdge +
255 int rightBarWidth = size().width - (rightBarBegin +
267 int barWidth = size().width - (barAndEdgePad * 2);
276 checkerStipple(g, getBackground(), 0, 0, size().width,
H A DImageButton.java91 g.fillRect(0, 0, d.width, d.height);
112 int x = (d.width - imgWidth) / 2;
140 d.width - i*2 - 1,
H A DColumnListCanvas.java91 int totalWidth; // total width of all colums
315 int width = dimensions[column] - LEFT_PAD - RIGHT_PAD;
320 x += width - w;
322 x += (width - w) / 2;
924 int width = fm.stringWidth(str.substring(0, upper));
925 if (width < textW)
931 int width = fm.stringWidth(str.substring(0, cur));
932 if (width == textW)
934 else if (width < textW)
944 // will fit into width
945 drawString(Graphics g, String str, int x, int y, int width, int format) argument
[all...]
H A DCLComponent.java88 public abstract void paint(Graphics g, int x, int y, int width, argument
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java256 hexString(int n, int width) argument
260 if (width < len) {
261 s = s.substring(len - width);
262 } else if (width > len) {
263 s = (spaces(width - len) + s);
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dprintf.c28 * %t is supported in its simplest form; no width or precision will
114 /* Field width and precision */
115 int width, prec; local
211 /* Scan the field width */
213 width = va_arg (*args, int);
214 if (width < 0) {
215 width = -width;
220 width = 0;
223 width
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c64 int width; /* field width */ member in struct:_scan_s
73 ((sc)->width = (ds) ? width : -1), \
77 (width = (ds) ? (sc)->width : width), \
96 /* if width >= 0, do not allow to exceed width number of bytes */
97 if(sc->width
310 reg int inp, shift, base, width; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c188 int width; /* width from format (%8d), or 0 */ local
360 width = 0;
384 ** ``A negative field width argument is taken as a
385 ** - flag followed by a positive field width.''
390 GETASTER(width);
391 if (width >= 0)
393 width = -width;
431 ** beginning of a field width
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c117 /* Field width and precision */
118 int width; local
191 args_width, /* for width */
388 /* Scan the field width */
408 width = va_arg(args_width.ap, int);
409 if (width < 0) {
410 width = -width;
416 width = va_arg(args.ap, int);
417 if (width <
[all...]
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c176 /* Field width and precision */
177 int width, prec; local
242 /* used to restore args if positional width or precision */
319 width = prefixlength = otherlength = flagword =
341 /* Scan the field width and precision */
354 width = va_arg(args.ap, int);
355 if (width < 0) {
356 width = -width;
378 position = width;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dmc4.c37 unsigned int nwords; /* MC4 width in terms of 32-bit words */
52 unsigned int width = is_MC4A(adapter) ? G_MC4A_WIDTH(mc4_cfg) : local
55 return (256 * 1024 * 1024) >> width;
87 unsigned int width, ext_mode, slow_mode; local
97 width = G_MC4A_WIDTH(val);
111 width = !!(val & F_MC4_NARROW);
133 mc4->nwords = 4 >> width;
168 t1_write_reg_4(adapter, A_MC4_BIST_ADDR_END, (mc4->size << width) - 1);
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c335 int i, width, code = ERR; local
352 for (wp = wcs, width = 0; *label != '\0'; label += i, wp += cc._n) {
360 width = ww;
369 if (width == 8) {
375 (void) strncat(mbs, spcs, (8 - width));
376 *(mbs + strlen(tmbs) + (8 - width)) = '\0';
379 left1 = (8 - width) / 2;
382 left2 = 8 - width - left1;
387 left1 = 8 - width;
/opensolaris-onvv-gate/usr/src/common/util/
H A Dstring.c71 int pad, width, base, sign, c, num; local
92 width = prec = 0;
135 width = num;
145 width = (int)va_arg(args, int);
187 if (prec == 0 && width == 0) {
195 if (prec > width)
196 width = prec;
199 if (width > transfer_count)
200 pad_count = width - transfer_count;
257 /* avoid repeated division if width i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A DREADME30 The graphics state line width (variable linewidth in ../postscript/posttek.ps)
34 in file ../postscript/posttek.ps if you want a different line width.

Completed in 228 milliseconds

1234567891011>>