HomeSort by: relevance | last modified time | path
    Searched refs:backing (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/tmux/dist/
window-copy.c 226 * "backing" field, and is copied into "screen" as needed (that is, when
227 * scrolling occurs). When copy-mode is backed by a pane, backing points
235 struct screen *backing; member in struct:window_copy_mode_data
236 int backing_written; /* backing display started */
366 * Ensure history is on for the backing grid so lines are not deleted
448 data->backing = window_copy_clone_screen(base, &data->screen, &cx, &cy,
452 if (cy < screen_hsize(data->backing)) {
454 data->oy = screen_hsize(data->backing) - cy;
456 data->cy = cy - screen_hsize(data->backing);
468 data->my = screen_hsize(data->backing) + data->cy - data->oy
548 struct screen *backing = data->backing; local
    [all...]
  /src/sys/dev/pci/
viogpu.c 695 struct virtio_gpu_resource_attach_backing_entries backing = { 0 }; local
698 backing.hdr.type = virtio_rw32(vsc,
700 backing.resource_id = virtio_rw32(vsc, resource_id);
701 backing.nr_entries = virtio_rw32(vsc, __arraycount(backing.entries));
702 backing.entries[0].addr = virtio_rw64(vsc, dmamap->dm_segs[0].ds_addr);
703 backing.entries[0].length = virtio_rw32(vsc,
711 printf("%s: backing addr 0x%" PRIx64 " length %d\n", __func__,
712 backing.entries[0].addr, backing.entries[0].length)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
Hello.m 92 backing: NSBackingStoreBuffered
  /src/share/examples/puffs/pgfs/
newfs.sql 71 -- datafork table maintains the association between our files and its backing
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Memory.inc 91 // page without file backing, but we need a fallback of opening /dev/zero
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 3034 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 2560 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 3540 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 2923 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 3451 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 3451 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 4780 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 4780 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 4505 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 4727 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 4501 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 4501 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 4729 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 4501 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 4501 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 4780 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 4780 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 5469 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 5469 % by backing up by \lastskip, doing the \write, then inserting
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 5318 % by backing up by \lastskip, doing the \write, then inserting

Completed in 172 milliseconds

1 2