Searched refs:stolen (Results 1 – 25 of 77) sorted by relevance
1234
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | resizeterm.c | 208 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/ |
| HD | agp_i810.c | 213 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/ |
| HD | i915_gem_stolen.c | 117 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()
|
| HD | i915_dma.c | 1506 drm_mm_takedown(&dev_priv->mm.stolen); in i915_driver_unload()
|
| HD | i915_drv.h | 563 struct drm_mm stolen; member
|
| /NextBSD/contrib/dtc/ |
| HD | README.license | 30 This does mean that libfdt code could be "stolen" - say, included in a
|
| /NextBSD/crypto/heimdal/lib/sl/ |
| HD | ChangeLog | 208 (sl_apropos): stolen from arla
|
| /NextBSD/crypto/openssh/ |
| HD | sshd.0 | 350 stolen key more difficult (name servers and/or routers would have 453 stolen. Revoked keys are specified by including the ``@revoked'' marker
|
| HD | ssh-keygen.0 | 94 the keys be stolen).
|
| /NextBSD/usr.bin/fortune/datfiles/ |
| HD | gerrold.limerick | 245 He hid things that were stolen 295 missed a period, (or it was stolen)
|
| /NextBSD/contrib/gdb/ |
| HD | config-ml.in | 680 # actually partially stolen from the main configure script. FIXME.
|
| /NextBSD/contrib/libc++/include/experimental/ |
| D | string_view | 783 // Shamelessly stolen from <string>
|
| /NextBSD/contrib/binutils/ |
| HD | config-ml.in | 689 # actually partially stolen from the main configure script. FIXME.
|
| /NextBSD/contrib/groff/ |
| HD | aclocal.m4 | 748 # Check for EBCDIC -- stolen from the OS390 Unix LYNX port
|
| /NextBSD/contrib/ldns/drill/ |
| HD | configure | 3065 /* 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/ |
| HD | NEWS | 55 - Renumber AD-SIGNED-TICKET since it was stolen from US
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | acinclude.m4 | 813 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
| HD | aclocal.m4 | 821 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
| /NextBSD/crypto/heimdal/kadmin/ |
| HD | ChangeLog | 912 * random_password.c: new file, stolen from krb4
|
| /NextBSD/contrib/bmake/ |
| HD | configure | 3058 /* 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/ |
| HD | configure | 2495 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
| /NextBSD/contrib/gperf/src/ |
| HD | configure | 2497 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | aclocal.m4 | 31 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | aclocal.m4 | 31 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
|
| /NextBSD/contrib/ntp/ |
| HD | aclocal.m4 | 31 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
|
1234