Searched refs:smaxcol (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-03-10-CoalescerBug.ll | 9 …2 %pminrow, i32 %pmincol, i32 %sminrow, i32 %smincol, i32 %smaxrow, i32 %smaxcol) nounwind optsize…
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-03-10-CoalescerBug.ll | 9 …2 %pminrow, i32 %pmincol, i32 %sminrow, i32 %smincol, i32 %smaxrow, i32 %smaxcol) nounwind optsize…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-03-10-CoalescerBug.ll | 9 …2 %pminrow, i32 %pmincol, i32 %sminrow, i32 %smincol, i32 %smaxrow, i32 %smaxcol) nounwind optsize…
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 1257 int pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol; in PyCursesWindow_NoOutRefresh() local 1272 &smincol, &smaxrow, &smaxcol)) in PyCursesWindow_NoOutRefresh() 1277 smincol, smaxrow, smaxcol); in PyCursesWindow_NoOutRefresh() 1400 int pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol; in PyCursesWindow_Refresh() local 1415 &smincol, &smaxrow, &smaxcol)) in PyCursesWindow_Refresh() 1421 smincol, smaxrow, smaxcol); in PyCursesWindow_Refresh()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 1625 int pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol; in PyCursesWindow_NoOutRefresh() local 1640 &smincol, &smaxrow, &smaxcol)) in PyCursesWindow_NoOutRefresh() 1645 smincol, smaxrow, smaxcol); in PyCursesWindow_NoOutRefresh() 1788 int pminrow,pmincol,sminrow,smincol,smaxrow,smaxcol; in PyCursesWindow_Refresh() local 1803 &smincol, &smaxrow, &smaxcol)) in PyCursesWindow_Refresh() 1809 smincol, smaxrow, smaxcol); in PyCursesWindow_Refresh()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 377 arguments are *pminrow*, *pmincol*, *sminrow*, *smincol*, *smaxrow*, *smaxcol*; the *p* 1097 .. method:: window.refresh([pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol]) 1106 *smincol*, *smaxrow*, and *smaxcol* specify the edges of the rectangle to be
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 385 arguments are *pminrow*, *pmincol*, *sminrow*, *smincol*, *smaxrow*, *smaxcol*; the *p* 1142 .. method:: window.refresh([pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol]) 1151 *smincol*, *smaxrow*, and *smaxcol* specify the edges of the rectangle to be
|