Searched refs:wide (Results 1 - 25 of 37) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c35 # define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : INTUSE(_IO_padn) (f, c, n))
39 # define putc(c, f) (wide \
67 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
74 if (wide) \
130 int wide = info->wide;
227 fp_info.wide = wide;
127 int wide = info->wide; local
H A Dprintf_fphex.c41 # define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n))
45 # define putc(c, f) (wide \
71 if (wide) \
228 /* Nonzero if this is output on a wide character stream. */
229 int wide = info->wide;
525 width -= wide ? 1 : strlen (decimal);
551 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
227 int wide = info->wide; local
H A Dprintf.h48 unsigned int wide:1; /* Nonzero for wide character streams. */ member in struct:printf_info
108 PA_WCHAR, /* wide char */
110 PA_WSTRING, /* const wchar_t *, wide character string */
H A Dprintf_fp.c55 # define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n))
59 # define putc(c, f) (wide \
87 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
94 if (wide) \
202 /* Nonzero if this is output on a wide character stream. */
203 int wide = info->wide;
283 if (wide)
301 if ((wide && thousands_sepwc == L'\0')
302 || (! wide
201 int wide = info->wide; local
[all...]
H A Dprintf-parse.h153 spec->info.wide = sizeof (UCHAR_T) > 1;
H A Dvfprintf.c38 Beside this it is also shared between the normal and wide character
822 wide: sizeof (CHAR_T) != 1 }; \
871 wide: sizeof (CHAR_T) != 1 }; \
925 is_long = 0; /* This is no wide-char string. */ \
964 is_long = 0; /* This is no wide-char string. */ \
1034 string into a wide character string. */ \
1041 enough for the wide character version. */ \
1237 /* Illegal wide-character string. */ \
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_refresh.c82 bool wide; local
111 * from the window to newscr whenever the window is wide enough that
116 * really ugly. So. What we do is consider the window "wide" if it
123 wide = (begx <= 1 && win->_maxx >= (newscr->_maxx - 1));
162 if (wide) {
H A Dlib_pad.c116 bool wide; local
175 * from the pad to newscr whenever the window is wide enough that
180 * really ugly. So. What we do is consider the pad "wide" if it
188 wide = (smincol < my_len && smaxcol > (newscr->_maxx - my_len));
216 if (wide) {
/haiku-fatelf/headers/glibc/
H A Dprintf.h48 unsigned int wide:1; /* Nonzero for wide character streams. */ member in struct:printf_info
108 PA_WCHAR, /* wide char */
110 PA_WSTRING, /* const wchar_t *, wide character string */
/haiku-fatelf/src/libs/ncurses/test/
H A Dedit_field.c173 int wide = COLS - ((x0 + 1) * 2); local
175 WINDOW *help = newwin(high, wide, y0, x0);
176 WINDOW *data = newpad(2 + SIZEOF(commands), wide - 4);
249 pnoutrefresh(data, y1, 0, y0 + 1, x0 + 1, high, wide);
H A Dncurses.c593 int wide = COLS; local
604 wresize(winstack[n].frame, high, wide);
605 wresize(winstack[n].text, high - 2, wide - 2);
607 wide -= 2;
686 int wide = getmaxx(win) - first_x; local
692 if (high > 2 && wide > 2) {
693 WINDOW *wb = newwin(high, wide, new_y, new_x);
694 WINDOW *wi = newwin(high - 2, wide - 2, new_y + 1, new_x + 1);
817 int wide = COLS; local
828 wresize(winstack[n].frame, high, wide);
945 int wide = getmaxx(win) - first_x; local
1673 show_color_name(int y, int x, int color, bool wide) argument
[all...]
/haiku-fatelf/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp60 void draw_ellipse(int cx, int cy, int wide, int deep, int color);
503 NWindowScreen::draw_ellipse(int cx, int cy, int wide, int deep, int color) argument
507 if((wide < 1) || (deep < 1))
521 wide_squared = wide * wide;
556 NWindowScreen::fill_ellipse(int cx, int cy, int wide, int deep, int color) argument
560 if((wide < 1) || (deep < 1))
574 wide_squared = wide * wide;
/haiku-fatelf/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h111 uint32 wide; member in struct:_SymTarg
H A D53c8xx.c87 st->wide ? "Wide" : "Narrow",
95 st->wide ? "Wide" : "Narrow");
180 setparams(SymTarg *t, uint period, uint offset, uint wide) argument
184 if(wide){
185 if(!t->wide) kprintf("symbios%ld: target %ld wide\n",s->num,t->id);
186 t->wide = 1;
188 t->wide = 0;
199 if(t->wide) t->device[3] |= 0x08;
214 if(t->wide)
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.h144 int wide; /* wide target id's allowed */ member in struct:__anon1413
H A Dbuslogic.c298 if(id[13] & 0x01) bl->wide = 1;
299 else bl->wide = 0;
306 *str++ = bl->wide ? '5' : '4';
643 ccb->cam_hba_inquiry = bl->wide ? PI_WIDE_16 : 0;
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursespad.cc187 int wide = W->maxx(); local
189 0, 0, high, wide,
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-olympus.c450 { "c8x10", "A5 wide", -1, -1, 58, 59, 84, 85, DYESUB_PORTRAIT},
469 int wide = (strcmp(privdata.pagesize, "c8x10") == 0 local
475 stp_putc((wide ? '\x40' : '\x00'), v); dyesub_nputc(v, '\0', 60);
477 if (wide)
503 int wide = (strcmp(privdata.pagesize, "c8x10") == 0 local
507 if (wide)
568 { "c8x10", "A5 wide", -1, -1, 58, 59, 72, 72, DYESUB_PORTRAIT},
570 { "w255h581", "A6 wide", -1, -1, 25, 25, 25, 24, DYESUB_PORTRAIT},
589 int wide = ! (strcmp(privdata.pagesize, "A4") == 0 local
598 stp_putc((wide
625 int wide = ! (strcmp(privdata.pagesize, "A4") == 0 local
[all...]
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAW.cpp54 int bits, high, wide, clrs, restart, vpred[4]; member in struct:jhead
2253 jh->wide = data[3] << 8 | data[4];
2274 jh->row = (ushort *)calloc(jh->wide*jh->clrs, 2);
2305 if (jrow * jh->wide % jh->restart == 0) {
2321 for (int32 col = 0; col < jh->wide; col++) {
2587 jwide = jh.wide * jh.clrs;
2940 image.width = jh.wide << (jh.clrs == 2);
3385 _Thumb().width = jh.wide;
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps307 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
642 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
643 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
654 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.aix4307 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
744 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
745 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
756 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.hpux11309 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
650 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
651 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
662 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.keys309 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
732 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
733 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
744 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.osf1r5294 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
578 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
586 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
601 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c3535 const char *wide;
3623 bfd_boolean is_or = (strcmp ("or", narrowable[opi].wide) == 0);
3625 if (opcode == xtensa_opcode_lookup (isa, narrowable[opi].wide))
3768 bfd_boolean is_or = (strcmp ("or", widenable[opi].wide) == 0);
3769 bfd_boolean is_branch = (strcmp ("beqz", widenable[opi].wide) == 0
3770 || strcmp ("bnez", widenable[opi].wide) == 0);
3782 o_opcode = xtensa_opcode_lookup (isa, widenable[opi].wide);
4545 "ta_narrow_insn" narrow a wide instruction
6629 narrow all wide instructions, and remove all no-ops unless the end
3524 const char *wide; member in struct:string_pair

Completed in 293 milliseconds

12