Searched refs:bounds (Results 1 – 11 of 11) sorted by relevance
18 static void rect_clip(VTermRect *dst, VTermRect *bounds) in rect_clip() argument20 if(dst->start_row < bounds->start_row) dst->start_row = bounds->start_row; in rect_clip()21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col; in rect_clip()22 if(dst->end_row > bounds->end_row) dst->end_row = bounds->end_row; in rect_clip()23 if(dst->end_col > bounds->end_col) dst->end_col = bounds->end_col; in rect_clip()
24 " Note: when using the new array bounds checking flags: Each warning39 " sample warning (bounds checking):41 "bounds.c: (in function updateEnv)42 "bounds.c:10:5: Possible out-of-bounds store:45 " requires maxSet(str @ bounds.c:10:13) >= maxRead(getenv("MYENV") @46 " bounds.c:6:9)48 " requires maxSet(str @ bounds.c:10:13) >= maxRead(tmp @ bounds.c:10:18)
216 Builtin xform mat:xform 2console md:2console 2html md:2html 2nk md:2nk bounds meta:bounds color me…240 Builtin any-clicked? nk:any-clicked? bounds nk:bounds bounds! nk:bounds! button nk:button button-c…261 Builtin layout-bounds nk:layout-bounds layout-grid-begin nk:layout-grid-begin layout-grid-end nk:l…268 …ayout-space-end layout-space-push nk:layout-space-push layout-widget-bounds nk:layout-widget-bounds289 Builtin use-style nk:use-style vsync nk:vsync widget nk:widget widget-bounds nk:widget-bounds widg…292 Builtin widget-wide nk:widget-wide win nk:win win-bounds nk:win-bounds win-bounds! nk:win-bounds! …293 …-collapse nk:win-collapse win-collapsed? nk:win-collapsed? win-content-bounds nk:win-content-bounds
82 Builtin +lplace +place -chop /char /string bounds c+lplace c+place
86 syn keyword splintFlag contained booltype bounds boundscompacterrormessages boundsread boundswrite
143 …yword absorb add array assess baseline bayes beginnodata bivar bootstrap bounds by cdfplot cells c…
122 syn keyword lispFunc array-in-bounds-p get-setf-expansion read-eval-print
76 !Origin mode bounds cursor to scrolling region
112 throw 'out of bounds'154 throw 'out of bounds'407 catch /^\Cout of bounds$/
8906 Problem: Compiler adds invalid memory bounds check.13090 option values. Also check the row value to be out of bounds.13674 Problem: Using array index before bounds checking.16128 Problem: Typo in char value causes out of bounds access.
4214 Problem: Coverity warning for Out-of-bounds read.4612 Problem: Out-of-bounds read, detected by Coverity.11908 Problem: Off-by-one error in bounds check. (Coverity)16747 bounds indexing.28896 Problem: Cppcheck warns for using array index before bounds check.37921 Solution: Check the rows are not out of bounds. Don't finish a selection if