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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_corec57d.c 33 const u32 windows = 8; /*XXX*/ local
35 if ((push = evo_wait(&core->chan, 2 + 5 * windows))) {
38 for (i = 0; i < windows; i++) {
nouveau_dispnv50_corec37d.c 35 const u32 windows = 8; /*XXX*/ local
37 if ((push = evo_wait(&core->chan, 2 * windows))) {
38 for (i = 0; i < windows; i++) {
96 const u32 windows = 8; /*XXX*/ local
98 if ((push = evo_wait(&core->chan, 2 + 5 * windows))) {
101 for (i = 0; i < windows; i++) {
  /src/external/bsd/jemalloc/dist/test/unit/
malloc_conf_2.c 8 bool windows = true; local
10 bool windows = false;
12 /* Windows doesn't support weak symbol linker trickery. */
13 test_skip_if(windows);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Path.h 28 enum class Style { windows, posix, native }; member in class:llvm::sys::path::Style
171 /// Posix style, case/separator insensitive match for Windows style.
214 /// operating system calls in the platform's normal way. For example, on Windows
224 /// on Windows all '/' are converted to '\'.
229 /// Replaces backslashes with slashes if Windows.
232 /// @result The result of replacing backslashes with forward slashes if Windows.
245 /// c:/hello => c: (on Windows, on other platforms nothing)
363 /// (e.g., TEMP on Windows, TMPDIR on *nix) to specify a temporary directory.
460 /// 2) Windows style paths with nonempty root name and root directory are
475 /// 2) Windows style paths are also absolute if they start with a characte
    [all...]
ConvertUTF.h 291 namespace windows { namespace in namespace:llvm::sys
300 } // namespace windows
  /src/external/bsd/nsd/dist/simdzone/src/generic/
nsec.h 32 uint32_t windows[256] = { 0 }; local
45 if (!windows[window])
49 windows[window] |= 1 << block;
55 if (!windows[window])
57 const uint8_t blocks = (uint8_t)(64 - leading_zeroes(windows[window]));
  /src/crypto/external/apache2/openssl/dist/apps/
version.c 55 { "w", OPT_W, '-', "Show Windows install context" },
66 int windows = 0; local
115 dirty = windows = 1;
160 if (windows)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
WindowsSupport.h 1 //===- WindowsSupport.h - Common Windows Include File -----------*- C++ -*-===//
9 // This file defines things specific to Windows implementations. In addition to
11 // <windows.h> with some portability macros. Always include WindowsSupport.h
12 // instead of including <windows.h> directly.
28 // Require at least Windows 7 API.
49 #include <windows.h>
51 // Must be included after windows.h
56 /// Determines if the program is running on Windows 8 or newer. This
57 /// reimplements one of the helpers in the Windows 8.1 SDK, which are intended
62 /// Returns the Windows version as Major.Minor.0.BuildNumber. Use
233 namespace windows { namespace in namespace:llvm::sys
    [all...]
  /src/sys/dev/sbus/
stp4020.c 62 * We use the three available windows per socket in a simple, fixed
118 } windows[STP4020_NWIN]; member in struct:stp4020_socket
413 * banks 1-3: socket 0, windows 0-2
415 * banks 5-7: socket 1, windows 0-2
439 sc->sc_socks[0].windows[i-1].winaddr = bh;
442 sc->sc_socks[1].windows[i-5].winaddr = bh;
497 /* Map all three windows */
796 * fields of this windows control register 0.
843 bus_space_subregion(h->pcmciat, h->windows[win].winaddr, card_addr, size, &pcmhp->memh);
869 pcihp->ioh = h->windows[STP_WIN_IO].winaddr
    [all...]
  /src/external/bsd/tmux/dist/
control.c 108 struct control_sub_windows windows; member in struct:control_sub
183 /* Compare client subscription windows. */
212 RB_FOREACH_SAFE(csw, control_sub_windows, &csub->windows, csw1) {
213 RB_REMOVE(control_sub_windows, &csub->windows, csw);
288 if (winlink_find_by_window(&c->session->windows, wp->window) == NULL)
475 if (winlink_find_by_window(&c->session->windows, wp->window) == NULL)
924 RB_FOREACH(wl, winlinks, &s->windows) {
982 csw = RB_FIND(control_sub_windows, &csub->windows, &find);
987 RB_INSERT(control_sub_windows, &csub->windows, csw);
1002 /* Check all windows subscription. *
    [all...]
window.c 49 * Windows are stored directly on a global array and wrapped in any number of
56 struct windows windows; variable in typeref:struct:windows
76 RB_GENERATE(windows, window, entry, window_cmp);
226 wl = RB_MIN(winlinks, &s->windows);
237 wl = RB_MAX(winlinks, &s->windows);
284 return (RB_FIND(windows, &windows, &w));
328 RB_INSERT(windows, &windows, w)
    [all...]
tmux.h 1090 * Window mode. Windows can be in several modes and this is used to call the
1310 RB_HEAD(windows, window);
1423 struct winlinks windows; member in struct:session
1932 struct client_windows windows; member in struct:client
3213 extern struct windows windows;
3216 RB_PROTOTYPE(windows, window, entry, window_cmp);
  /src/external/gpl2/texinfo/dist/info/
window.c 3 /* window.c -- windows in Info.
38 /* The list of windows in Info. */
39 WINDOW *windows = NULL; variable
60 windows = xmalloc (sizeof (WINDOW));
61 active_window = windows;
67 /* None of these windows has a goal column yet. */
72 /* The active and echo_area windows are visible.
89 /* The echo area uses a different keymap than normal info windows. */
98 after deleting the window from our chain of windows. If DELETER is NULL,
123 /* Find out how many windows will change. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 386 windows, member in class:FeatureState::LINK

Completed in 40 milliseconds