/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/ |
A D | yesno.c | 29 int x = width / 2 - 10; in print_buttons() 50 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN)) in dialog_yesno() 54 x = (getmaxx(stdscr) - width) / 2; in dialog_yesno() 57 draw_shadow(stdscr, y, x, height, width); in dialog_yesno() 59 dialog = newwin(height, width, y, x); in dialog_yesno() 62 draw_box(dialog, 0, 0, height, width, in dialog_yesno() 66 for (i = 0; i < width - 2; i++) in dialog_yesno() 71 print_title(dialog, title, width); in dialog_yesno() 74 print_autowrap(dialog, prompt, width - 2, 1, 3); in dialog_yesno() 76 print_buttons(dialog, height, width, 0); in dialog_yesno() [all …]
|
A D | textbox.c | 61 int height, width, boxh, boxw; in dialog_textbox() local 82 getmaxyx(stdscr, height, width); in dialog_textbox() 93 width = initial_width; in dialog_textbox() 95 if (width > 5) in dialog_textbox() 96 width -= 5; in dialog_textbox() 98 width = 0; in dialog_textbox() 101 x = (getmaxx(stdscr) - width) / 2; in dialog_textbox() 111 boxw = width - 2; in dialog_textbox() 124 for (i = 0; i < width - 2; i++) in dialog_textbox() 329 print_line(win, i, width); in print_page() [all …]
|
A D | inputbox.c | 31 int x = width / 2 - 11; in print_buttons() 65 x = (getmaxx(stdscr) - width) / 2; in dialog_inputbox() 68 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox() 70 dialog = newwin(height, width, y, x); in dialog_inputbox() 73 draw_box(dialog, 0, 0, height, width, in dialog_inputbox() 77 for (i = 0; i < width - 2; i++) in dialog_inputbox() 82 print_title(dialog, title, width); in dialog_inputbox() 88 box_width = width - 6; in dialog_inputbox() 91 box_x = (width - box_width) / 2; in dialog_inputbox() 95 print_buttons(dialog, height, width, 0); in dialog_inputbox() [all …]
|
A D | checklist.c | 103 int x = width / 2 - 11; in print_buttons() 118 int width, int list_height) in dialog_checklist() argument 143 x = (getmaxx(stdscr) - width) / 2; in dialog_checklist() 146 draw_shadow(stdscr, y, x, height, width); in dialog_checklist() 148 dialog = newwin(height, width, y, x); in dialog_checklist() 151 draw_box(dialog, 0, 0, height, width, in dialog_checklist() 155 for (i = 0; i < width - 2; i++) in dialog_checklist() 160 print_title(dialog, title, width); in dialog_checklist() 165 list_width = width - 6; in dialog_checklist() 167 box_x = (width - list_width) / 2 - 1; in dialog_checklist() [all …]
|
A D | menubox.c | 157 int x = width / 2 - 28; in print_buttons() 188 int height, width, menu_height; in dialog_menu() local 195 width = getmaxx(stdscr); in dialog_menu() 200 width -= 5; in dialog_menu() 206 x = (getmaxx(stdscr) - width) / 2; in dialog_menu() 211 dialog = newwin(height, width, y, x); in dialog_menu() 214 draw_box(dialog, 0, 0, height, width, in dialog_menu() 218 for (i = 0; i < width - 2; i++) in dialog_menu() 224 print_title(dialog, title, width); in dialog_menu() 229 menu_width = width - 6; in dialog_menu() [all …]
|
A D | dialog.h | 221 void attr_clear(WINDOW * win, int height, int width, chtype attr); 223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 225 void print_title(WINDOW *dialog, const char *title, int width); 226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 228 void draw_shadow(WINDOW * win, int y, int x, int height, int width); 231 int dialog_yesno(const char *title, const char *prompt, int height, int width); 233 int width, int pause); 244 int width, int list_height); 246 int width, const char *init);
|
A D | util.c | 249 for (j = 0; j < width; j++) in attr_clear() 317 int height, width; in init_dialog() local 324 getmaxyx(stdscr, height, width); in init_dialog() 368 int tlen = MIN(width - 2, strlen(title)); in print_title() 393 wmove(win, y, (width - prompt_len) / 2); in print_autowrap() 411 room = width - cur_x; in print_autowrap() 485 for (j = 0; j < width; j++) in draw_box() 490 else if (!i && j == width - 1) in draw_box() 500 else if (j == width - 1) in draw_box() 518 for (i = 0; i < width; i++) in draw_shadow() [all …]
|
/l4re-core-master/l4sys/include/ARCH-arm/ |
A D | mem_op.h | 71 l4_mem_read(unsigned long virtaddress, unsigned width); 86 l4_mem_write(unsigned long virtaddress, unsigned width, 101 unsigned long width, 109 unsigned long width, in l4_mem_arm_op_call() argument 114 register unsigned long _width __asm__ ("r2") = width; in l4_mem_arm_op_call() 141 l4_mem_read(unsigned long virtaddress, unsigned width) in l4_mem_read() argument 143 return l4_mem_arm_op_call(L4_MEM_OP_MEM_READ, virtaddress, width, 0); in l4_mem_read() 147 l4_mem_write(unsigned long virtaddress, unsigned width, in l4_mem_write() argument 150 l4_mem_arm_op_call(L4_MEM_OP_MEM_WRITE, virtaddress, width, value); in l4_mem_write()
|
/l4re-core-master/l4re/include/ |
A D | mmio_space | 61 * must be aligned relative to the access width. 62 * \param width Access width of value to be read, see #Access_width. 63 * \param[out] value Return value. If width is smaller than 64 bit,the 69 * with the given width. 71 L4_INLINE_RPC(long, mmio_read, (Addr addr, char width, l4_uint64_t *value)); 77 * must be aligned relative to the access width. 78 * \param width Access width of value to write, see #Access_width. 79 * \param value Value to write. If width is smaller than 64 bit, 85 * with the given width. 87 L4_INLINE_RPC(long, mmio_write, (Addr addr, char width, l4_uint64_t value));
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | old_vfprintf.c | 338 int preci, width; in vfprintf() local 405 width = i; in vfprintf() 407 width = -i; in vfprintf() 545 info.width = width; in vfprintf() 624 width -= preci; in vfprintf() 627 width -= len; in vfprintf() 628 if (width < 0) { in vfprintf() 629 width = 0; in vfprintf() 637 preci = width; in vfprintf() 638 width = 0; in vfprintf() [all …]
|
A D | _fpmaxtostr.c | 211 int width, preci; in _fpmaxtostr() local 228 width = info->width; in _fpmaxtostr() 513 width -= num_groups * tslen; in _fpmaxtostr() 637 width -= *ppc; in _fpmaxtostr() 657 if ((width -= i) > 0) { in _fpmaxtostr() 660 ppc_last[1] = width; in _fpmaxtostr() 664 ppc[4] += width; /* Pad second field. */ in _fpmaxtostr() 666 ppc[1] += width; /* Pad first (sign) field. */ in _fpmaxtostr()
|
A D | _scanf.c | 587 int width; member 719 if (--sc->width < 0) { in __scan_getc() 759 ++sc->width; in __scan_ungetc() 951 int width; in scan_getwc() local 955 if (--sc->width < 0) { in scan_getwc() 960 width = sc->width; /* Preserve width. */ in scan_getwc() 993 sc->width = width; /* Restore width. */ in scan_getwc() 1046 if (--sc->width < 0) { in scan_getwc() 1360 sc.width = 1; in VFSCANF() 1491 sc.width = 1; in VFSCANF() [all …]
|
A D | _vfprintf.c | 591 if (ppfs->info.width == INT_MIN) { in _ppfs_setargs() 592 ppfs->info.width = in _ppfs_setargs() 659 ppfs->info.width in _ppfs_setargs() 670 if (ppfs->info.width < 0) { in _ppfs_setargs() 671 ppfs->info.width = -ppfs->info.width; in _ppfs_setargs() 798 int width; in _ppfs_parsespec() local 838 width = dpoint = 0; in _ppfs_parsespec() 854 width = flags = dpoint = 0; in _ppfs_parsespec() 972 width = i; in _ppfs_parsespec() 1025 ppfs->info.width = width; in _ppfs_parsespec() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | stdlib.c | 713 size_t width, in qsort_r() argument 720 if ((nel > 1) && (width > 0)) { in qsort_r() 744 k = width; in qsort_r() 751 i += width; in qsort_r() 753 wgap = (wgap - width)/3; in qsort_r() 772 size_t width, in libc_hidden_def() 778 wnel = width * nel; in libc_hidden_def() 782 wgap = width * gap; in libc_hidden_def() 783 for (i = wgap; i < wnel; i += width) { in libc_hidden_def() 789 k = width; in libc_hidden_def() [all …]
|
/l4re-core-master/l4re/util/libs/ |
A D | goos_fb.cc | 59 unsigned long buffer_sz = gi.pixel_info.bytes_per_pixel() * gi.width * gi.height; in init() 68 vi.bytes_per_line = gi.width * gi.pixel_info.bytes_per_pixel(); in init() 73 vi.width = gi.width; in init()
|
/l4re-core-master/lua/lib/contrib/doc/ |
A D | lua.css | 15 max-width: 70em ; 16 width: 90% ; 126 width: 4% ;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|
A D | basic_ios.tcc | 96 this->width(__rhs.width()); in copyfmt()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | ostream_insert.h | 88 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 103 __out.width(0); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | ostream_insert.h | 87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY() 102 __out.width(0); in _GLIBCXX_VISIBILITY()
|