Searched refs:resizing (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 1276 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 D | CHANGES | 103 + 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 D | CHANGELOG | 326 - add: resizing and refresh after KEY_RESIZE (SIGWINCH).
|
/freebsd/contrib/less/ |
H A D | NEWS | 785 * Fix bug when resizing the window while waiting for input from a pipe.
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 877 SIGWINCH handlers, for resizing all windows. 1672 buffer resizing will occur only when the field is edited through
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 745 when resizing from/to a size class that is not a multiple of the chunk size.
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 6817 + 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 D | terminfo.src | 3623 # 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 D | CHANGES.md | 246 * 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.
|