HomeSort by relevance Sort by last modified time
    Searched refs:COLS (Results 1 - 25 of 47) sorted by null

1 2

  /external/syslinux/gpxe/src/arch/i386/core/
video_subr.c 52 memcpy(vidmem, vidmem + COLS * 2, (LINES - 1) * COLS * 2);
53 for (i = (LINES - 1) * COLS * 2; i < LINES * COLS * 2; i += 2)
77 vidmem[((video_col + (video_line *COLS)) * 2)] = byte;
78 vidmem[((video_col + (video_line *COLS)) * 2) +1] = VGA_ATTR_CLR_WHT;
84 if (video_col >= COLS) {
93 write_crtc((video_col + (video_line *COLS)) >> 8, CRTC_CURSOR_HI);
94 write_crtc((video_col + (video_line *COLS)) & 0x0ff, CRTC_CURSOR_LO);
  /external/e2fsprogs/ext2ed/
win.c 46 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
57 show_pad_info.display_cols=COLS;
76 title_win=newwin (TITLE_WIN_LINES,COLS,0,0);
77 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0);
79 mt_win1=newwin (1,COLS,TITLE_WIN_LINES+SHOW_WIN_LINES,0);
80 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
115 wmove (show_win,2,COLS-18);
118 wmove (show_win,2,COLS-18);
204 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
    [all...]
ext2ed.h 64 #define SHOW_PAD_COLS (COLS > 140 ? COLS : 140)
dir_com.c 464 if (dir_entry_ptr->name_len > (COLS - 55) && COLS > 55)
465 temp [COLS-55]=0;
  /external/python/cpython2/Demo/curses/
ncurses.py 32 def mkpanel(color, rows, cols, tly, tlx):
33 win = curses.newwin(rows, cols, tly, tlx)
76 for x in range(0, curses.COLS):
81 curses.COLS // 8 + 1,
88 curses.COLS // 7,
90 curses.COLS // 10)
95 curses.COLS // 10,
97 curses.COLS // 9)
102 curses.COLS // 8,
104 curses.COLS // 3
    [all...]
rain.py 42 c = curses.COLS - 4
tclock.py 82 cx = (curses.COLS - 1) // 2
  /external/syslinux/gpxe/src/hci/mucurses/
wininit.c 22 stdscr->width = COLS;
windows.c 103 ( ( (unsigned)x + win->width ) > COLS ) )
slk.c 274 available_width = COLS - ( ( MIN_SPACE_SIZE * nmaj ) + nmin );
331 if ( pos_x < COLS )
  /external/clang/test/SemaCXX/
cxx11-call-to-deleted-constructor.cpp 10 template <class VT, unsigned int ROWS = 0, unsigned int COLS = 0>
  /external/gptfdisk/
gptcurses.cc 326 move(2, (COLS - 29) / 2);
531 move(0, (COLS - 22) / 2);
612 numPerLine = (COLS - 8) / 12;
633 move(LINES - 1, (COLS - optionDesc.length()) / 2);
745 move(0, (COLS - title.length()) / 2);
747 move(2, (COLS - drive.length()) / 2);
749 move(3, (COLS - size.str().length()) / 2);
755 if (((LINES - RESERVED_TOP - RESERVED_BOTTOM) < 2) || (COLS < 80)) {
790 move(LINES - 2, (COLS - 29) / 2);
801 move(LINES - 2, (COLS - 29) / 2)
    [all...]
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 157 #define EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS) \
158 EIGEN_STATIC_ASSERT(TYPE::RowsAtCompileTime==ROWS && TYPE::ColsAtCompileTime==COLS, \
  /external/llvm/utils/lit/lit/
ProgressBar.py 44 they will be stored in the `COLS` and `LINES` attributes.
71 COLS = None #: Width of the terminal (None for unknown)
110 self.COLS = curses.tigetnum('cols')
231 if self.term.COLS:
232 self.width = self.term.COLS
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 40 they will be stored in the `COLS` and `LINES` attributes.
67 COLS = None #: Width of the terminal (None for unknown)
106 self.COLS = curses.tigetnum('cols')
219 if self.term.COLS:
220 self.width = self.term.COLS
  /external/toybox/kconfig/lxdialog/
yesno.c 54 x = (COLS - width) / 2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 357 <TEXTAREA COLS=72 ROWS=20 NAME=body>%(body)s
360 <TEXTAREA COLS=72 ROWS=5 NAME=log>%(log)s
363 <TABLE FRAME=none COLS=2>
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 357 <TEXTAREA COLS=72 ROWS=20 NAME=body>%(body)s
360 <TEXTAREA COLS=72 ROWS=5 NAME=log>%(log)s
363 <TABLE FRAME=none COLS=2>
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 27 #define COLS 80
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 255 lines, cols = curses.LINES, curses.COLS
256 curses.resizeterm(lines - 1, cols + 1)
258 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
259 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 238 char buf[COLS];
242 mvprintw ( row, ( ( COLS - len ) / 2 ), "%s", buf );
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 260 lines, cols = curses.LINES, curses.COLS
261 curses.resizeterm(lines - 1, cols + 1)
263 if curses.LINES != lines - 1 or curses.COLS != cols + 1:
264 raise RuntimeError, "Expected resizeterm to update LINES and COLS"

Completed in 750 milliseconds

1 2