Home
last modified time | relevance | path

Searched refs:stolen (Results 1 – 25 of 77) sorted by relevance

1234

/NextBSD/contrib/ncurses/ncurses/base/
HDresizeterm.c208 adjust_window(WINDOW *win, int ToLines, int ToCols, int stolen EXTRA_DCLS) in adjust_window()
211 int bottom = CurLines + _nc_screen_of(win)->_topstolen - stolen; in adjust_window()
243 if (myLines == (CurLines - stolen) in adjust_window()
245 myLines = ToLines - stolen; in adjust_window()
272 decrease_size(NCURSES_SP_DCLx int ToLines, int ToCols, int stolen EXTRA_DCLS) in decrease_size()
291 stolen EXTRA_ARGS) != OK) in decrease_size()
306 increase_size(NCURSES_SP_DCLx int ToLines, int ToCols, int stolen EXTRA_DCLS) in increase_size()
325 stolen EXTRA_ARGS) != OK) in increase_size()
/NextBSD/sys/dev/agp/
HDagp_i810.c213 u_int32_t stolen; /* number of i830/845 gtt member
1033 sc->stolen = 0; in agp_i810_get_stolen_size()
1049 sc->stolen = (512 - 132) * 1024 / 4096; in agp_i830_get_stolen_size()
1053 sc->stolen = (1024 - 132) * 1024 / 4096; in agp_i830_get_stolen_size()
1057 sc->stolen = (8192 - 132) * 1024 / 4096; in agp_i830_get_stolen_size()
1061 sc->stolen = 0; in agp_i830_get_stolen_size()
1074 unsigned int gcc1, stolen, gtt_size; in agp_i915_get_stolen_size() local
1143 stolen = 1024; in agp_i915_get_stolen_size()
1146 stolen = 4 * 1024; in agp_i915_get_stolen_size()
1149 stolen = 8 * 1024; in agp_i915_get_stolen_size()
[all …]
/NextBSD/sys/dev/drm2/i915/
HDi915_gem_stolen.c117 compressed_fb = drm_mm_search_free(&dev_priv->mm.stolen, size, 4096, 0); in i915_setup_compression()
128 compressed_llb = drm_mm_search_free(&dev_priv->mm.stolen, in i915_setup_compression()
188 drm_mm_init(&dev_priv->mm.stolen, 0, prealloc_size); in i915_gem_init_stolen()
HDi915_dma.c1506 drm_mm_takedown(&dev_priv->mm.stolen); in i915_driver_unload()
HDi915_drv.h563 struct drm_mm stolen; member
/NextBSD/contrib/dtc/
HDREADME.license30 This does mean that libfdt code could be "stolen" - say, included in a
/NextBSD/crypto/heimdal/lib/sl/
HDChangeLog208 (sl_apropos): stolen from arla
/NextBSD/crypto/openssh/
HDsshd.0350 stolen key more difficult (name servers and/or routers would have
453 stolen. Revoked keys are specified by including the ``@revoked'' marker
HDssh-keygen.094 the keys be stolen).
/NextBSD/usr.bin/fortune/datfiles/
HDgerrold.limerick245 He hid things that were stolen
295 missed a period, (or it was stolen)
/NextBSD/contrib/gdb/
HDconfig-ml.in680 # actually partially stolen from the main configure script. FIXME.
/NextBSD/contrib/libc++/include/experimental/
Dstring_view783 // Shamelessly stolen from <string>
/NextBSD/contrib/binutils/
HDconfig-ml.in689 # actually partially stolen from the main configure script. FIXME.
/NextBSD/contrib/groff/
HDaclocal.m4748 # Check for EBCDIC -- stolen from the OS390 Unix LYNX port
/NextBSD/contrib/ldns/drill/
HDconfigure3065 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4066 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/NextBSD/crypto/heimdal/
HDNEWS55 - Renumber AD-SIGNED-TICKET since it was stolen from US
/NextBSD/contrib/gdb/gdb/
HDacinclude.m4813 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
HDaclocal.m4821 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/NextBSD/crypto/heimdal/kadmin/
HDChangeLog912 * random_password.c: new file, stolen from krb4
/NextBSD/contrib/bmake/
HDconfigure3058 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4058 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/NextBSD/contrib/gperf/lib/
HDconfigure2495 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/NextBSD/contrib/gperf/src/
HDconfigure2497 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/NextBSD/contrib/ntp/sntp/
HDaclocal.m431 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
/NextBSD/contrib/ntp/sntp/libevent/
HDaclocal.m431 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
/NextBSD/contrib/ntp/
HDaclocal.m431 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS

1234