HomeSort by: relevance | last modified time | path
    Searched defs:wid (Results 1 - 13 of 13) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
format_tv.c 73 int wid; local
86 wid = pow10[sig_dig];
93 for (n = 1; sec >= n && n <= wid / 10; n *= 10)
95 ures = (MILLION / wid) * n;
97 while (usec >= wid * ures)
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 273 double wid, ht; local
274 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
281 ht = wid = 0.0;
284 out->set_desired_width_height(wid, ht);
  /src/external/gpl2/groff/dist/src/utils/xtotroff/
xtotroff.c 115 int wid; local
186 wid = charWidth(fi, c);
188 fprintf(out, "%s\t%d", name ? name : "---", wid);
191 param[2] = 0; /* charRBearing (fi, c) - wid */
  /src/external/gpl2/xcvs/dist/src/
modules.c 903 int i, c, wid, argc, cols = 80, indent, fill;
956 wid = 0;
967 wid += 3; /* Could just set it to 3 */
973 if (strlen (optarg) + 4 + wid > (unsigned) fill)
980 wid = 0;
985 wid += strlen (optarg) + 4;
995 if (strlen (*argv) + wid > (unsigned) fill)
1002 wid = 0;
1006 wid += strlen (*argv) + 1;
901 int i, c, wid, argc, cols = 80, indent, fill; local
  /src/external/bsd/file/dist/src/
file.c 203 size_t i, j, wid, nw; local
434 for (wid = 0, j = CAST(size_t, optind); j < CAST(size_t, argc);
437 if (nw > wid)
438 wid = nw;
449 e |= process(magic, argv[optind], wid);
524 int wid = 0, cwid; local
549 if (cwid > wid)
550 wid = cwid;
569 e |= process(ms, flist[fi], wid);
636 process(struct magic_set *ms, const char *inname, int wid)
    [all...]
  /src/external/gpl2/groff/dist/src/devices/xditview/
draw.c 156 /* `wid' is in device units */
158 DoCharacter (DviWidget dw, int c, int wid)
237 if (wid != 0) {
239 dw->dvi.text_device_width += wid;
280 int wid = 0; local
286 if (!FindCharWidth (dw, buf, &wid))
292 DoCharacter (dw, c, wid);
294 (void) FakeCharacter (dw, buf, wid);
296 return wid;
302 int FakeCharacter (DviWidget dw, char *buf, int wid)
347 int wid; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
exec.c 921 int wid = gdbarch_addr_bit (gdbarch) <= 32 ? 8 : 16;
969 gdb_printf ("\t%s", hex_string_custom (p.addr, wid));
970 gdb_printf (" - %s", hex_string_custom (p.endaddr, wid));
918 int wid = gdbarch_addr_bit (gdbarch) <= 32 ? 8 : 16; variable
  /src/external/gpl3/gdb.old/dist/gdb/
exec.c 908 int wid = gdbarch_addr_bit (gdbarch) <= 32 ? 8 : 16;
956 gdb_printf ("\t%s", hex_string_custom (p.addr, wid));
957 gdb_printf (" - %s", hex_string_custom (p.endaddr, wid));
905 int wid = gdbarch_addr_bit (gdbarch) <= 32 ? 8 : 16; variable
  /src/external/historical/nawk/dist/
run.c 1218 int ljust = 0, wid = 0, prec = n, pad = 0; local
1235 if (isdigit((unsigned char)f[0])) { /* there is a wid */
1236 wid = strtol(f, &f, 10);
1243 pad = wid>prec ? wid - prec : 0; // has to be >= 0
1320 int ljust = 0, wid = 0, prec = n, pad = 0; local
1337 if (isdigit((unsigned char)f[0])) { /* there is a wid */
1338 wid = strtol(f, &f, 10);
1345 pad = wid>prec ? wid - prec : 0; // has to be >=
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c 354 char wid; member in struct:m68k_it::__anon10060
425 the_ins.reloc[the_ins.nrel].wid = width;
4335 switch (the_ins.reloc[m].wid)
4355 the_ins.reloc[m].wid);
4367 if (the_ins.reloc[m].wid == 'B')
4378 int wid;
4380 wid = 2 * the_ins.fragb[0].fragoff;
4382 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff);
4384 wid += FRAG_VAR_SIZE;
4388 frag_grow (wid);
4377 int wid; local
4392 int wid; local
4451 int wid; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c 354 char wid; member in struct:m68k_it::__anon11532
425 the_ins.reloc[the_ins.nrel].wid = width;
4335 switch (the_ins.reloc[m].wid)
4355 the_ins.reloc[m].wid);
4367 if (the_ins.reloc[m].wid == 'B')
4378 int wid;
4380 wid = 2 * the_ins.fragb[0].fragoff;
4382 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff);
4384 wid += FRAG_VAR_SIZE;
4388 frag_grow (wid);
4377 int wid; local
4392 int wid; local
4451 int wid; local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 1821 hunits wid; member in class:glyph_node
1982 wid = tf->get_width(ci);
1990 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w)
1998 return new glyph_node(ci, tf, gcol, fcol, wid, state, div_nest_level);
2104 return wid;
2197 return new ligature_node(ci, tf, gcol, fcol, wid, n1->copy(), n2->copy(),
  /src/external/mit/xorg/lib/libxcb/files/
xproto.h 1506 xcb_window_t wid; member in struct:xcb_create_window_request_t
5677 * @param wid The ID with which you will refer to the new window, created by
5718 xcb_window_t wid,
5738 * @param wid The ID with which you will refer to the new window, created by
5776 xcb_window_t wid,
5796 * @param wid The ID with which you will refer to the new window, created by
5837 xcb_window_t wid,
5857 * @param wid The ID with which you will refer to the new window, created by
5895 xcb_window_t wid,

Completed in 158 milliseconds