Home
last modified time | relevance | path

Searched refs:resizing (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1291 volatile kmp_int8 resizing; // 0=not resizing, 1=resizing variable
1308 : maxLevels(7), depth(1), uninitialized(not_initialized), resizing(0) {} in hierarchy_info()
1333 resizing = 0; in init()
1393 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1399 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1454 resizing = 0; // One writer in resize()
/freebsd/contrib/bsddialog/
H A DCHANGELOG382 - add: resizing and refresh after KEY_RESIZE (SIGWINCH).
/freebsd/contrib/less/
H A DNEWS134 * Fix beeps when resizing window on Windows (github #771).
1116 * Fix bug when resizing the window while waiting for input from a pipe.
/freebsd/contrib/libedit/
H A DChangeLog20 libedit doesn't handle long lines correctly Fix history resizing,
255 resizing function callback because el_line updates the legacy
257 the the buffer has changed. Of course the resizing function can
809 * terminal.c: PR/52359: Benjamin Lorenz: When resizing because of a
1658 buffer with custom resizing code.
/freebsd/contrib/lutok/api-docs/html/
H A Djquery.js8resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())}),this._mouseInit()},_destroy:f…
/freebsd/sys/contrib/zstd/
H A DCHANGELOG118 api: Window size resizing optimization for edge case (#3345, @daniellerozenblit)
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc876 SIGWINCH handlers, for resizing all windows.
1671 buffer resizing will occur only when the field is edited through
/freebsd/contrib/jemalloc/
H A DChangeLog845 when resizing from/to a size class that is not a multiple of the chunk size.
/freebsd/contrib/ncurses/
H A DNEWS7386 + correct buffer-size after internal resizing of wide-character
8500 caused unexpected reset of attributes, e.g., when resizing test/view
9083 resizing of the terminal emulator window in the special case where it
10242 special windows such as curscr track properly when resizing (report
11488 + fixes to tclock for resizing behavior, redundant computation (report
15361 + corrected an err in mvcur that broke resizing-behavior.
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src3627 # resizing via escape sequence is very slow
7656 # resizing the window causes it to stop listening to the keyboard
7894 # resizing with window manager gives no clues
8361 # + status-line works (based on xterm, including window-resizing)
22022 putty+screen|PuTTY with screen resizing extensions (building-block),
22025 putty-screen|PuTTY with screen resizing extensions,
/freebsd/crypto/openssl/
H A DCHANGES.md2449 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),
15031 resizing buffers containing secrets, and use where appropriate.
15067 resizing buffers containing secrets, and use where appropriate.