Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1276 volatile kmp_int8 resizing; // 0=not resizing, 1=resizing variable
1293 : maxLevels(7), depth(1), uninitialized(not_initialized), resizing(0) {} in hierarchy_info()
1318 resizing = 0; in init()
1378 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1384 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1439 resizing = 0; // One writer in resize()
/freebsd/contrib/dialog/
H A DCHANGES103 + fix repainting while resizing for the editbox widget.
105 + fix a few memory leaks in fselect.c, mixedgauge.c when resizing.
203 for resizing (reports by David Boyd, Alan Somers).
238 + progressbox and derived prgbox, programbox, now handle resizing.
1132 resizing events, e.g., by handling the ERR in that code rather than
1139 timeouts, broken by fixes to allow resizing of textbox (patch by
1169 + fix resizing of msgbox; the message was not repainted (Debian
1185 + modify textbox.c to allow resizing while the search box is presented.
/freebsd/contrib/bsddialog/
H A DCHANGELOG326 - add: resizing and refresh after KEY_RESIZE (SIGWINCH).
/freebsd/contrib/less/
H A DNEWS785 * Fix bug when resizing the window while waiting for input from a pipe.
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc877 SIGWINCH handlers, for resizing all windows.
1672 buffer resizing will occur only when the field is edited through
/freebsd/contrib/jemalloc/
H A DChangeLog745 when resizing from/to a size class that is not a multiple of the chunk size.
/freebsd/contrib/ncurses/
H A DNEWS6817 + correct buffer-size after internal resizing of wide-character
7931 caused unexpected reset of attributes, e.g., when resizing test/view
8514 resizing of the terminal emulator window in the special case where it
9673 special windows such as curscr track properly when resizing (report
10919 + fixes to tclock for resizing behavior, redundant computation (report
14792 + corrected an err in mvcur that broke resizing-behavior.
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src3623 # resizing via escape sequence is very slow
7525 # resizing the window causes it to stop listening to the keyboard
7761 # resizing with window manager gives no clues
8061 # + status-line works (based on xterm, including window-resizing)
21614 putty+screen|PuTTY with screen resizing extensions (building-block),
21617 putty-screen|PuTTY with screen resizing extensions,
/freebsd/crypto/openssl/
H A DCHANGES.md246 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),
12690 resizing buffers containing secrets, and use where appropriate.
12726 resizing buffers containing secrets, and use where appropriate.