Searched refs:window (Results 1 - 25 of 104) sorted by path

12345

/freebsd-current/contrib/bearssl/src/ec/
H A Dec_p256_m62.c1242 * Inner function for computing a point multiplication. A window is
1281 * Lookup point in window. If the bits are 0,
1323 * Convert a window from Jacobian to affine coordinates. A single
1336 * Convert the window points to affine coordinates. We use the
1460 } window; local
1464 * Compute window, in Jacobian coordinates.
1466 window.jac[0] = *P;
1468 window.jac[i - 1] = window.jac[(i >> 1) - 1];
1470 p256_double(&window
[all...]
H A Dec_p256_m64.c1260 * Inner function for computing a point multiplication. A window is
1299 * Lookup point in window. If the bits are 0,
1339 * Convert a window from Jacobian to affine coordinates. A single
1352 * Convert the window points to affine coordinates. We use the
1476 } window; local
1480 * Compute window, in Jacobian coordinates.
1482 window.jac[0] = *P;
1484 window.jac[i - 1] = window.jac[(i >> 1) - 1];
1486 p256_double(&window
[all...]
/freebsd-current/contrib/bsddialog/lib/
H A Dlib_util.c230 draw_button(WINDOW *window, int y, int x, int size, const char *text, argument
245 wattron(window, color_arrows);
246 mvwaddch(window, y, x, t.button.leftdelim);
247 wattroff(window, color_arrows);
248 wattron(window, color_button);
250 waddch(window, ' ');
251 wattroff(window, color_button);
252 wattron(window, color_arrows);
253 mvwaddch(window, y, x + i, t.button.rightdelim);
254 wattroff(window, color_arrow
[all...]
/freebsd-current/contrib/dialog/
H A Dcalendar.c59 WINDOW *window; member in struct:_box
383 werase(data->window);
391 dlg_attrset(data->window, menubox_attr); /* daynames headline */
393 mvwprintw(data->window,
414 dlg_attrset(data->window, menubox_attr); /* weeknumbers headline */
415 mvwprintw(data->window,
423 if (wmove(data->window, y, this_x) == ERR)
425 dlg_attrset(data->window, item_attr); /* not selected days */
427 dlg_attrset(data->window, item_selected_attr); /* selected day */
433 wprintw(data->window, "
[all...]
H A Drangebox.c33 /* window in which the value and slider are drawn */
34 WINDOW *window; member in struct:__anon466
101 WINDOW *win = data->window;
245 data.window = dialog;
H A Dtimebox.c46 WINDOW *window; member in struct:_box
79 werase(data->window);
85 dlg_attrset(data->window, item_attr);
86 wprintw(data->window, "%02d", data->value);
108 data->window = dlg_der_window(data->parent,
111 if (data->window == 0)
293 dlg_set_focus(dialog, obj->window);
/freebsd-current/contrib/ee/
H A Dee.c115 | defines for type of data to show in info window
162 int info_window = TRUE; /* flag to indicate if help window visible */
253 int out_char(WINDOW *window, int character, int column);
345 {"", NULL, NULL, NULL, NULL, -1}, /* 6. info window */
436 char *com_win_message; /* to be shown in com_win if no info window */
928 out_char(WINDOW *window, int character, int column) argument
940 waddch(window, ' ');
959 waddch(window, (unsigned char)character );
965 waddch(window, (unsigned char)character);
969 waddch(window, (unsigne
[all...]
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-current/contrib/ldns/
H A Ddnssec.c695 * The RR type space is split into 256 window blocks, each representing
698 * window number (from 0 to 255), a single octet bitmap length (from 1
699 * to 32) indicating the number of octets used for the window block's
723 uint8_t window; /* most significant octet of type */ local
725 int windows[256]; /* Max subtype per window */
726 uint8_t windowpresent[256]; /* bool if window appears in bitmap */
745 window = *d >> 8;
747 windowpresent[window] = 1;
748 if (windows[window] < (int)subtype) {
749 windows[window]
1403 uint8_t window = type >> 8; local
1440 uint8_t window = type >> 8; local
1478 uint8_t window = type >> 8; local
[all...]
H A Drr.c2531 * The RR type space is split into 256 window blocks, each representing
2534 * window number (from 0 to 255), a single octet bitmap length (from 1
2535 * to 32) indicating the number of octets used for the window block's
2557 uint8_t window; /* most significant octet of type */ local
2559 uint16_t windows[256] /* Max subtype per window */
2576 window = d->_type >> 8;
2578 if (windows[window] < subtype) {
2579 windows[window] = subtype;
/freebsd-current/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-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c531 ssize_t window = 4096; local
533 while (offset + window <= (SFX_MAX_ADDR)) {
535 offset + window, &bytes_avail);
537 /* Remaining bytes are less than window. */
538 window >>= 1;
539 if (window < 0x40)
588 ssize_t bytes, window; local
601 window = 1;
602 while (offset + window <= SFX_MAX_ADDR - SFX_MIN_ADDR) {
603 h = __archive_read_ahead(a, window,
[all...]
H A Darchive_read_support_format_cab.c63 /* The insert position to the window. */
65 /* The position where we can copy decoded code from the window. */
68 * the window. */
413 ssize_t bytes_avail, offset, window; local
433 window = 4096;
435 const char *h = __archive_read_ahead(a, offset + window,
438 /* Remaining bytes are less than window. */
439 window >>= 1;
440 if (window < 128)
491 ssize_t bytes, window; local
[all...]
H A Darchive_read_support_format_lha.c78 /* The insert position to the window. */
80 /* The position where we can copy decoded code from the window. */
83 * the window. */
352 ssize_t bytes_avail, offset, window; local
369 window = 4096;
371 buff = __archive_read_ahead(a, offset + window,
374 /* Remaining bytes are less than window. */
375 window >>= 1;
376 if (window < (H_SIZE + 3))
428 ssize_t bytes, window; local
[all...]
H A Darchive_read_support_format_rar.c214 unsigned char *window; member in struct:lzss
653 return &lzss->window[lzss_offset_for_position(lzss, pos)];
693 d = &(rar->lzss.window[dstoffs]);
694 s = &(rar->lzss.window[srcoffs]);
807 ssize_t window = 4096; local
809 while (offset + window <= (1024 * 128)) {
810 const char *buff = __archive_read_ahead(a, offset + window, &bytes_avail);
812 /* Remaining bytes are less than window. */
813 window >>= 1;
814 if (window <
836 ssize_t bytes, window; local
[all...]
H A Darchive_read_support_format_rar5.c225 in the window buffer. */
233 int64_t solid_offset; /* Additional offset inside the window
508 static void circular_memcpy(uint8_t* dst, uint8_t* window, const uint64_t mask, argument
515 memcpy(dst, &window[start & mask], len1);
516 memcpy(dst + len1, window, len2);
518 memcpy(dst, &window[start & mask], (size_t) (end - start));
719 /* Check if our unpacked data is wrapped inside the window circular
752 * unpack window buffer as a source location. */
1136 ssize_t window = 4096; local
1141 while (offset + window <
2369 ssize_t bytes, window = 4096; local
[all...]
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js16 (function( window, undefined ) {
18 // Use the correct document accordingly with window argument (sandbox)
19 var document = window.document,
20 navigator = window.navigator,
21 location = window.location;
31 _jQuery = window.jQuery,
34 _$ = window.$,
392 if ( window.$ === jQuery ) {
393 window.$ = _$;
396 if ( deep && window
[all...]
H A Djquery.qtip.js13 /*global window: false, jQuery: false, console: false, define: false */
15 /* Cache window, document, undefined */
16 (function( window, document, undefined ) {
710 win = $(window),
736 if(doc.body.offsetWidth !== (window.innerWidth || doc.documentElement.clientWidth)) { offset = $(doc.body).offset(); }
766 // Check if window or document is the target
767 else if(target[0] === document || target[0] === window) {
768 targetWidth = BROWSER.iOS ? window.innerWidth : target.width();
769 targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
771 if(target[0] === window) {
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp513 window.addEventListener("keydown", function (event) {
640 <li>Use '?' to toggle this window</li>
714 window.addEventListener("keydown", function (event) {
1335 window.scrollBy(0, el.getBoundingClientRect().top -
1336 (window.innerHeight / 2));
1369 window.addEventListener("keydown", function (event) {
1426 left: relative.left + window.pageXOffset,
1427 right: relative.right + window.pageXOffset,
1428 top: relative.top + window.pageYOffset,
1429 bottom: relative.bottom + window
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp316 virtual bool WindowDelegateDraw(Window &window, bool force) { argument
320 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) { argument
335 bool WindowDelegateDraw(Window &window, bool force) override;
337 HandleCharResult WindowDelegateHandleChar(Window &window, int key) override;
625 // Get the rectangle in our parent window
701 bool RemoveSubWindow(Window *window) { argument
705 if ((*pos).get() == window) {
717 window->Erase();
846 // Always check the active window first
887 // Find first window tha
2276 Execute(Window &window) argument
2793 ExecuteAction(Window &window, int index) argument
2825 window.GetParent()->RemoveSubWindow(&window); variable
2883 Kill(Window &window) argument
2892 Detach(Window &window) argument
3024 Attach(Window &window) argument
3208 CreateTarget(Window &window) argument
3584 Launch(Window &window) argument
3770 ExecuteCallback(Window &window) argument
3785 ExecuteCallback(window); variable
3796 window.GetParent()->RemoveSubWindow(&window); variable
4020 DrawMenuTitle(Window &window, bool highlight) argument
4079 WindowDelegateDraw(Window &window, bool force) argument
4128 WindowDelegateHandleChar(Window &window, int key) argument
4537 DrawTree(Window &window) argument
4565 DrawTreeForChild(Window &window, Row *child, uint32_t reverse_depth) argument
4720 Draw(Window &window, const int first_visible_row, const uint32_t selected_row_idx, int &row_idx, int &num_rows_left) argument
4781 DrawTreeForChild(Window &window, TreeItem *child, uint32_t reverse_depth) argument
5766 DisplayRowObject(Window &window, Row &row, DisplayOptions &options, bool highlight, bool last_child) argument
5820 DisplayRows(Window &window, std::vector<Row> &rows, DisplayOptions &options) argument
6232 WindowDelegateDraw(Window &window, bool force) argument
6256 WindowDelegateHandleChar(Window &window, int key) argument
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libcurses/
H A Dt_curses.sh96 atf_test_case window
99 atf_set "descr" "Checks window creation"
103 h_run window
109 atf_set "descr" "Checks drawing a border around a window"
119 atf_set "descr" "Checks drawing a box around a window"
129 atf_set "descr" "Checks printing to a window"
139 atf_set "descr" "Check window scrolling"
149 atf_set "descr" "Check moving a window"
209 atf_set "descr" "Check setting background character and attributes for both stdscr and a window."
249 atf_set "descr" "Check all the modes of copying a window wor
[all...]
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c110 ib_net16_t window; member in struct:_ib_sa_mad_vM3
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c5658 ** needed by [aggregate window functions].
5735 ** or aggregate window function. More details regarding the implementation
5736 ** of aggregate window functions are
5737 ** [user-defined window functions|available here].
17788 #define SQLITE_WindowFunc 0x00000002 /* Use xInverse for window functions */
17929 #define SQLITE_FUNC_WINDOW 0x00010000 /* Built-in window-only function */
18964 #define EP_Win 0x008000 /* Contains window functions */
19047 ** an OVER() clause (a window function).
19316 Select *pWinSelect; /* SELECT statement for any window functions */
19344 #define NC_HasWin 0x008000 /* One or more window function
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-slow.c152 nd_uint64_t window; member in struct:slow_oam_link_event_t
678 GET_BE_U_8(tlv.slow_oam_link_event->window),
/freebsd-current/contrib/unbound/sldns/
H A Dwire2str.c1587 unsigned i, bit, window, block_len; local
1605 window = (unsigned)p[0];
1612 t = ((window)<<8) | (i << 3);

Completed in 813 milliseconds

12345