Searched refs:window (Results 1 - 25 of 118) sorted by relevance

12345

/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h148 #define CLEAR 2 /* window has been cleared */
149 #define CHANGE 3 /* window has been changed */
172 int Attrib; /* attributes active in window */
177 int SCROLL_CLEAR; /* indicates that window has been scrolled or cleared */
205 extern void wmove P_((WINDOW *window, int row, int column));
207 extern void werase P_((WINDOW *window));
208 extern void wclrtoeol P_((WINDOW *window));
209 extern void wrefresh P_((WINDOW *window));
210 extern void touchwin P_((WINDOW *window));
211 extern void wnoutrefresh P_((WINDOW *window));
[all...]
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c81 if (ofw_bus_has_prop(p, "ibm,my-dma-window"))
83 if (ofw_bus_has_prop(p, "ibm,dma-window"))
100 if (ofw_bus_has_prop(p, "ibm,my-dma-window"))
101 OF_getencprop(node, "ibm,my-dma-window", dmawindow,
104 OF_getencprop(node, "ibm,dma-window", dmawindow,
107 struct dma_window *window = malloc(sizeof(struct dma_window), local
109 window->start = 0;
111 window->start <<= 32;
112 window->start |= dmawindow[cell];
114 window
164 struct dma_window *window = cookie; local
220 struct dma_window *window = cookie; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c95 * last window's source view, as specified by SBUF_OFFSET and
121 svn_txdelta_window_t *window;
124 window = apr_palloc(pool, sizeof(*window));
125 window->sview_offset = 0;
126 window->sview_len = 0;
127 window->tview_len = 0;
129 window->num_ops = build_baton->num_ops;
130 window->src_ops = build_baton->src_ops;
131 window
119 svn_txdelta_window_t *window; local
151 svn_txdelta_window_t *window; local
173 svn_txdelta_window_dup(const svn_txdelta_window_t *window, apr_pool_t *pool) argument
199 svn_txdelta__copy_window(const svn_txdelta_window_t *window, apr_pool_t *pool) argument
341 svn_txdelta_next_window(svn_txdelta_window_t **window, svn_txdelta_stream_t *stream, apr_pool_t *pool) argument
357 txdelta_next_window(svn_txdelta_window_t **window, void *baton, apr_pool_t *pool) argument
431 svn_txdelta_window_t *window; local
514 svn_txdelta_window_t *window; local
562 svn_txdelta_window_t *window; local
655 svn_txdelta_apply_instructions(svn_txdelta_window_t *window, const char *sbuf, char *tbuf, apr_size_t *tlen) argument
719 apply_window(svn_txdelta_window_t *window, void *baton) argument
852 svn_txdelta_window_t window = { 0 }; local
934 svn_txdelta_window_t *window; local
966 svn_txdelta_window_t window = { 0, 0, 0, 1, 0 }; local
[all...]
H A Dsvndiff.c59 window handler. We only use it to record the write function and
90 send_simple_insertion_window(svn_txdelta_window_t *window, argument
99 apr_size_t len = window->new_data->len;
101 /* there is only one target copy op. It must span the whole window */
102 assert(window->ops[0].action_code == svn_txdelta_new);
103 assert(window->ops[0].length == window->tview_len);
104 assert(window->ops[0].offset == 0);
119 if (window->tview_len >> 6 == 0)
121 ibuf[0] = (unsigned char)(window
159 encode_window(svn_stringbuf_t **instructions_p, svn_stringbuf_t **header_p, const svn_string_t **newdata_p, svn_txdelta_window_t *window, int version, int compression_level, apr_pool_t *pool) argument
251 window_handler(svn_txdelta_window_t *window, void *baton) argument
551 decode_window(svn_txdelta_window_t *window, svn_filesize_t sview_offset, apr_size_t sview_len, apr_size_t tview_len, apr_size_t inslen, apr_size_t newlen, const unsigned char *data, apr_pool_t *pool, unsigned int version) argument
681 svn_txdelta_window_t window; local
943 svn_txdelta_read_svndiff_window(svn_txdelta_window_t **window, svn_stream_t *stream, int svndiff_version, apr_pool_t *pool) argument
1035 svn_txdelta_window_t *window; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-wingeneral.h1 /* General window behavior.
42 extern void tui_delete_win (WINDOW * window);
/freebsd-11-stable/contrib/less/
H A Dscrsize.c48 static int get_winsize(dpy, window, p_width, p_height)
50 Window window;
58 if (!XGetWindowAttributes(dpy, window, &win_attributes))
60 if (!XGetWMNormalHints(dpy, window, &hints, &longjunk))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp275 virtual bool WindowDelegateDraw(Window &window, bool force) { argument
279 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) { argument
294 bool WindowDelegateDraw(Window &window, bool force) override;
296 HandleCharResult WindowDelegateHandleChar(Window &window, int key) override;
367 } // Get the rectangle in our parent window
464 bool RemoveSubWindow(Window *window) { argument
468 if ((*pos).get() == window) {
480 window->Erase();
613 // Always check the active window first
654 // Find first window tha
904 DrawMenuTitle(Window &window, bool highlight) argument
963 WindowDelegateDraw(Window &window, bool force) argument
1012 WindowDelegateHandleChar(Window &window, int key) argument
1373 DrawTree(Window &window) argument
1400 DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) argument
1517 Draw(Window &window, const int first_visible_row, const uint32_t selected_row_idx, int &row_idx, int &num_rows_left) argument
1578 DrawTreeForChild(Window &window, TreeItem *child, uint32_t reverse_depth) argument
2282 DisplayRowObject(Window &window, Row &row, DisplayOptions &options, bool highlight, bool last_child) argument
2336 DisplayRows(Window &window, std::vector<Row> &rows, DisplayOptions &options) argument
2745 WindowDelegateDraw(Window &window, bool force) argument
2769 WindowDelegateHandleChar(Window &window, int key) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dcalendar.c53 WINDOW *window; member in struct:_box
227 werase(data->window);
235 (void) wattrset(data->window, menubox_attr); /* daynames headline */
237 mvwprintw(data->window,
251 (void) wattrset(data->window, menubox_attr); /* weeknumbers headline */
252 mvwprintw(data->window,
260 if (wmove(data->window, y, this_x) == ERR)
262 (void) wattrset(data->window, item_attr); /* not selected days */
264 (void) wattrset(data->window, item_selected_attr); /* selected day */
270 wprintw(data->window, "
[all...]
H A Dtimebox.c46 WINDOW *window; member in struct:_box
79 werase(data->window);
85 (void) wattrset(data->window, item_attr);
86 wprintw(data->window, "%02d", data->value);
108 data->window = derwin(data->parent,
111 if (data->window == 0)
113 (void) keypad(data->window, TRUE);
285 dlg_set_focus(dialog, obj->window);
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth_des.c39 * (2) The timestamp plus the window is less than the current time.
43 * It is up to the server to determine if the window size is
86 u_int window; /* credential lifetime window */ member in struct:cache_entry
124 u_int window; local
157 cred->adc_fullname.window = (u_long)*ixdr++;
209 cryptbuf[1].key.high = cred->adc_fullname.window;
243 window = IXDR_GET_U_LONG(ixdr);
245 if (winverf != window - 1) {
246 debug("window verifie
[all...]
H A Dauthdes_prot.c65 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window,
66 sizeof(cred->adc_fullname.window)));
/freebsd-11-stable/include/rpc/
H A Dauth_kerb.h54 * A fullname contains the ticket and the window
58 u_long window; /* associated window */ member in struct:authkerb_fullname
79 u_long window; /* associated window */ member in struct:authkerb_clnt_cred
108 * akv_winverf is the credential window + 1.
119 * akv_timeverf is the client's timestamp + client's window
H A Dauth_des.h55 * a conversation key and the window
60 u_long window; /* associated window */ member in struct:authdes_fullname
90 * adv_winverf is the credential window + 1.
100 * adv_timeverf is the client's timestamp + client's window
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c276 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
330 window = BN_window_bits_for_exponent_size(bits);
331 if (window > 1) {
334 j = 1 << (window - 1);
345 wvalue = 0; /* The 'value' of the window */
346 wstart = bits - 1; /* The top bit of the window */
347 wend = 0; /* The bottom bit of the window */
364 * a window to do. To do this we need to scan forward until the last
365 * set bit before the end of the window
370 for (i = 1; i < window;
411 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
617 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) argument
635 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) argument
707 int i, bits, ret = 0, window, wvalue; local
1362 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c360 svn_fs_fs__raw_cached_window_t *window = item; local
366 svn_temp_serializer__init(window,
367 sizeof(*window),
368 sizeof(*window) + window->window.len + 16,
373 (const void * const *)&window->window.data,
374 window->window
391 svn_fs_fs__raw_cached_window_t *window = local
427 svn_txdelta_window_t *window = *w; local
477 svn_txdelta_window_t *window; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c121 /* Now, push the string keys for each window into *KEYS */
162 /* The combined window, and the pool it's allocated from. */
163 svn_txdelta_window_t *window;
166 /* If the incoming window was self-compressed, and the combined WINDOW
168 expanded self-compressed window. */
178 /* TRUE if we've just started reading a new window. We need this
179 because the svndiff handler will push a NULL window at the end of
181 when it's appropriate to push a NULL window at the combiner. */
186 /* Handle one window. If BATON is emtpy, copy the WINDOW into it;
192 compose_handler(svn_txdelta_window_t *window, voi
161 svn_txdelta_window_t *window; member in struct:compose_handler_baton
190 compose_handler(svn_txdelta_window_t *window, void *baton) argument
1421 svn_txdelta_window_t *window; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h89 /* sliding window */
90 unsigned wbits; /* log base 2 of requested window size */
91 unsigned wsize; /* window size or zero if not using window */
92 unsigned whave; /* valid bytes in the window */
93 unsigned write; /* window write index */
94 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
H A Ddeflate.c18 * sliding window trailing behind the input currently being processed).
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
195 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
218 /* To do: ignore strm->next_in if we use it as window */
276 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
303 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
345 (void) zmemcpy(s->window, dictionary, length);
353 s->ins_h = s->window[0];
354 UPDATE_HASH(s, s->ins_h, s->window[
[all...]
H A Dinffast.c82 unsigned wsize; /* window size or zero if not using window */
83 unsigned whave; /* valid bytes in the window */
84 unsigned write; /* window write index */
85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
94 /* window position, window bytes to copy */
112 window = state->window;
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscfu.h64 /* function to move the SSCOP window */
65 void (*window)(struct sscfu *, void *, u_int); member in struct:sscfu_funcs
/freebsd-11-stable/usr.sbin/dumpcis/
H A Dcardinfo.h105 int window; /* Memory map window number (0-4) */ member in struct:mem_desc
124 int window; /* I/O map number (0-1) */ member in struct:io_desc
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c11 * sliding window trailing behind the input currently being processed).
178 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
183 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
197 * Slide the hash table when sliding the window down (could be avoided with 32
236 /* To do: ignore strm->next_in if we use it as window */
303 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
321 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
325 s->high_water = 0; /* nothing written to s->window yet */
333 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
399 /* if dictionary would fill window, jus
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h149 /** Append the @a length bytes at @a offset in the window's @a new string
182 * - a string of new data contained within the window structure
184 * The source view must always slide forward from one window to the
186 * may move to the left as we read from a window stream. This
193 /** The offset of the source view for this window. */
196 /** The length of the source view for this window. */
199 /** The length of the target view for this window, i.e. the number of
203 /** The number of instructions in this window. */
206 /** The number of svn_txdelta_source instructions in this window. If
212 /** The instructions for this window
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dgenerator.c147 int window; local
227 window = strtoul(&cmd[3], &c, 10);
228 if (!window || (window >= (OPIE_SEQUENCE_MAX - OPIE_SEQUENCE_RESTRICT)) || !isspace(*c)) {
247 j = max(sequence - window + 1, OPIE_SEQUENCE_RESTRICT);
/freebsd-11-stable/sys/contrib/zlib/contrib/asm686/
H A Dmatch.S37 #define window 4 /* local copy of s->window */ define
38 #define windowbestlen 8 /* s->window + bestlen */
148 /* register Bytef *scan = s->window + s->strstart; */
151 movl %esi, window(%esp)
179 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
202 * match = s->window + cur_match;
217 * %esi = windowbestlen - i.e., (window + bestlen)
231 movl window(%esp), %eax
245 movl window(
[all...]

Completed in 1623 milliseconds

12345