Searched refs:width (Results 276 - 300 of 603) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/usr.sbin/ppp/
H A Dfilter.c248 int action, family, ruleno, val, width; local
315 if (!ncprange_getwidth(&fe.f_src, &width))
316 width = 0;
317 if (width == 0)
331 if (!ncprange_getwidth(&fe.f_dst, &width))
332 width = 0;
333 if (width == 0)
/freebsd-10.0-release/crypto/openssh/
H A Dsftp.c723 u_int m = 0, width = 80; local
739 width = ws.ws_col;
741 columns = width / (m + 2);
743 colspace = width / columns;
744 colspace = MIN(colspace, width);
805 u_int i, c = 1, colspace = 0, columns = 1, m = 0, width = 80; local
834 width = ws.ws_col;
841 columns = width / (m + 2);
843 colspace = width / columns;
1566 u_int y, m = 0, width local
[all...]
/freebsd-10.0-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp43 The width in the groff font file is the product of MULTIPLIER and the
44 width in the tfm file. */
516 double width = user_paper_width ? user_paper_width : local
518 if (width > 0 && length > 0) {
520 landscape_flag ? length : width,
521 landscape_flag ? width : length);
584 int height = 0, width = 0; local
601 width = thickness;
607 width = thickness;
615 width
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h51 /// "unsigned", "unsigned long" or "uint64_t", but also allows non-byte-width
54 /// and methods to manipulate integer values of any bit-width. It supports both
60 /// * Once the bit width is set, it doesn't change except by the Truncate,
62 /// * All binary operators must be on APInt instances of the same bit width.
79 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
157 /// and well-formed as a number of the given base. The bit-width
222 /// (i.e. as an int64_t) and the appropriate sign extension to the bit width
225 /// @param numBits the bit width of the constructed APInt
228 /// @brief Create a new APInt of numBits width, initialized as val.
240 /// bit width bu
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc277 int width = 0;
287 if (nwidth > width) width = nwidth;
297 if (name == NULL) fprintf(FD, " %-*s", width, dlinfo.dli_fname);
298 else fprintf(FD, " %-*s", width, name+1);
/freebsd-10.0-release/sys/mips/nlm/
H A Dxlp_pci.c426 u_int reg, int width)
433 if ((width == 2) && (reg & 1))
435 else if ((width == 4) && (reg & 3))
447 if (width == 1)
449 else if (width == 2)
457 u_int reg, u_int32_t val, int width)
464 if ((width == 2) && (reg & 1))
466 else if ((width == 4) && (reg & 3))
469 if (width == 1) {
473 } else if (width
425 xlp_pcib_read_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, int width) argument
456 xlp_pcib_write_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, u_int32_t val, int width) argument
[all...]
/freebsd-10.0-release/usr.sbin/tzsetup/
H A Dtzsetup.c115 xdialog_menu(const char *title, const char *cprompt, int height, int width, argument
138 /* calculate width */
139 if (width < 0) {
151 width = MAX(xdialog_count_columns(cprompt), title != NULL ? xdialog_count_columns(title) : 0);
152 width = MAX(width, tag_x + 4) + 4;
154 width = MAX(width, 24);
155 if (width > COLS)
156 width
[all...]
/freebsd-10.0-release/contrib/libyaml/src/
H A Dapi.c538 * Set the preferred line width.
542 yaml_emitter_set_width(yaml_emitter_t *emitter, int width) argument
546 emitter->best_width = (width >= 0) ? width : -1;
627 unsigned int width; local
632 width = (octet & 0x80) == 0x00 ? 1 :
640 if (!width) return 0;
641 if (pointer+width > end) return 0;
642 for (k = 1; k < width; k ++) {
647 if (!((width
[all...]
/freebsd-10.0-release/sys/dev/esp/
H A Dncr53c9x.c670 ti->curr.width = ti->goal.width =
679 ti->curr.width = MSG_EXT_WDTR_BUS_8_BIT;
785 if (ti->curr.width != MSG_EXT_WDTR_BUS_8_BIT) {
845 ti->curr.width != MSG_EXT_WDTR_BUS_8_BIT)) {
848 ti->curr.width = MSG_EXT_WDTR_BUS_8_BIT;
864 ti->curr.width != ti->goal.width) {
1044 spi->bus_width = ti->curr.width;
1151 ti->goal.width
[all...]
/freebsd-10.0-release/bin/ls/
H A Dprint.c355 printdev(size_t width, dev_t dev) argument
358 (void)printf("%#*jx ", (u_int)width, (uintmax_t)dev);
596 printsize(size_t width, off_t bytes) argument
608 (void)printf("%*s ", (u_int)width, buf);
612 (void)printf(format, (u_int)width, bytes);
614 (void)printf("%*jd ", (u_int)width, bytes);
/freebsd-10.0-release/contrib/dialog/
H A Dinputstr.c365 int width; local
367 width = (int) mbrlen(current, strlen(current), &state);
368 if (width <= 0)
369 width = 1; /* FIXME: what if we have a control-char? */
370 current += width;
371 cache->list[inx] = cache->list[inx - 1] + width;
/freebsd-10.0-release/contrib/top/
H A Ddisplay.c757 * Trim a header string to the current display width and return a newly
768 int width; local
771 width = display_width;
773 if (header_length >= width) {
774 s = malloc((width + 1) * sizeof(char));
777 strncpy(s, text, width);
778 s[width] = '\0';
851 /* truncate the line to conform to our current screen width */
878 /* truncate the line to conform to our current screen width */
/freebsd-10.0-release/usr.bin/mkcsmapper/
H A Dyacc.y249 table_size = p->width;
252 table_size *= p->width;
589 ofs = (ofs * p->width) + n;
591 n = lz->width;
611 p->width = end - begin + 1;
627 lz->width = end - begin + 1;
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_passthru.c107 read_config(const struct pcisel *sel, long reg, int width) argument
114 pi.pi_width = width;
123 write_config(const struct pcisel *sel, long reg, int width, uint32_t data) argument
130 pi.pi_width = width;
719 pio.width = size;
743 pio.width = size;
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui.c580 tui_get_command_dimension (int *width, int *height) argument
587 *width = TUI_CMD_WIN->generic.width;
H A Dtui-win.c337 "Set the width (in characters) of tab stops.\n\
424 sprintf (cmd, "set width %d",
425 tui_active ? TUI_CMD_WIN->generic.width : screenwidth);
650 first_win->generic.width += width_diff;
651 locator->width += width_diff;
665 TUI_CMD_WIN->generic.width += width_diff;
677 first_win->generic.width += width_diff;
679 second_win->generic.width += width_diff;
684 first_win->generic.width += width_diff;
686 second_win->generic.width
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_time.c564 int width, i; local
596 width=i+1;
605 select(width,(void *)&readfds,NULL,NULL,NULL);
/freebsd-10.0-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c174 int width, u_char *data, int c, int count)
183 int width, u_char *data, int c, int count)
400 uint8_t *pixel_image, uint32_t pixel_mask, int size, int width)
173 terasic_mtl_vidsw_save_font(video_adapter_t *adp, int page, int size, int width, u_char *data, int c, int count) argument
182 terasic_mtl_vidsw_load_font(video_adapter_t *adp, int page, int size, int width, u_char *data, int c, int count) argument
399 terasic_mtl_vidsw_putm(video_adapter_t *adp, int x, int y, uint8_t *pixel_image, uint32_t pixel_mask, int size, int width) argument
/freebsd-10.0-release/sys/netgraph/
H A Dng_frame_relay.c106 u_char width; member in struct:segment
116 (dlci) <<= (segment)->width; \
124 (dlci) >>= (segment)->width; \
/freebsd-10.0-release/usr.bin/col/
H A Dcol.c81 int c_width; /* character width */
131 int adjust, opt, warned, width; local
223 if ((width = wcwidth(ch)) > 0)
224 cur_col += width;
/freebsd-10.0-release/usr.sbin/bsdconfig/dot/
H A Ddot354 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
355 printf '\t\tfixedsize, // turn minimum width into exact width\n'
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.y1148 register int width, NCMDS;
1155 width = 0, NCMDS = 0;
1159 if (len > width)
1160 width = len;
1163 width = (width + 8) &~ 7;
1170 columns = 76 / width;
1184 while (w < width) {
1204 reply(214, "%s%-*s\t%s; unimplemented.", help_type, width,
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dtroff.cpp283 double width = (ur.x - ll.x)/scale; local
284 printf(".PS %.3fi %.3fi", height, width);
290 printf(".\\\" %.3fi %.3fi %.3fi %.3fi\n", 0.0, height, width, 0.0);
294 // have the right width.
295 printf("\\h'%.3fi'\n.sp -1\n", width);
/freebsd-10.0-release/contrib/mdocml/
H A Dtbl_html.c71 SCALE_HS_INIT(&su, col->width);
72 bufcat_su(h, "width", &su);
/freebsd-10.0-release/contrib/opie/
H A Dftpcmd.y1189 register int width, NCMDS;
1196 width = 0, NCMDS = 0;
1200 if (len > width)
1201 width = len;
1204 width = (width + 8) &~ 7;
1211 columns = 76 / width;
1224 while (w < width) {
1244 reply(214, "%s%-*s\t%s; unimplemented.", type, width,

Completed in 344 milliseconds

<<11121314151617181920>>