HomeSort by: relevance | last modified time | path
    Searched refs:xleft (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/grn/
main.cpp 203 int xleft; variable
551 xleft = (int) (leftpoint * troffscale); /* picture limits */
569 xright - xleft, ybottom - ytop, GScommand);
573 lastx = xleft; /* note where we are (upper left */
594 lastx = xleft;
607 lastx = xleft;
hgraph.cpp 40 extern int xleft;
334 lastx = xleft; /* was before text, also horizontal is at */
510 | Side Efct: Sets `lastx' to `xleft' for troff's return to left margin.
517 lastx = xleft;
  /src/sys/dev/pci/
tga.c 1032 int xleft, lastx, lastleft; local
1090 for (xleft = wb, x = xstart; xleft >= 4 * 64;
1091 x += 4 * 64, xleft -= 4 * 64) {
1121 for (; xleft >= 64; x += 64, xleft -= 64) {
1138 for (x = lastx, xleft = lastleft; xleft >= 4;
1139 x += 4, xleft -= 4) {
1152 for (xleft = wb, x = xstart; xleft >= 4 * 64
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 4379 uint32_t offset, left, xleft; local
4419 name = get_pointer_32(method.method_name, offset, xleft, S, info, true);
4421 outs() << format(" %.*s", xleft, name);
4430 name = get_pointer_32(method.method_types, offset, xleft, S, info, true);
4432 outs() << format(" %.*s", xleft, name);
4670 uint32_t offset, left, xleft; local
4713 name = get_pointer_32(md.name, offset, xleft, S, info, true);
4715 outs() << format(" %.*s", xleft, name);
4724 name = get_pointer_32(md.types, offset, xleft, S, info, true);
4726 outs() << format(" %.*s", xleft, name)
5495 uint32_t offset, left, xleft; local
    [all...]

Completed in 65 milliseconds