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

/haiku/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 \
66 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
73 if (wide) \
127 int wide = info->wide; local
224 fp_info.wide = wide;
H A Dprintf_fphex.c44 # define PAD(f, c, n) (wide ? _IO_wpadn (f, c, n) : _IO_padn (f, c, n))
48 # define putc(c, f) (wide \
73 if (wide) \
230 /* Nonzero if this is output on a wide character stream. */
231 int wide = info->wide; local
527 width -= wide ? 1 : strlen (decimal);
553 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
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 \
86 if (PUT (fp, wide ? (const char *) wptr : ptr, outlen) != outlen) \
93 if (wide) \
198 /* Nonzero if this is output on a wide character stream. */
199 int wide = info->wide; local
290 if (wide)
308 if ((wide && thousands_sepwc == L'\0')
309 || (! wide
[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/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/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/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h111 uint32 wide; member in struct:_SymTarg
H A D53c8xx.c88 st->wide ? "Wide" : "Narrow",
96 st->wide ? "Wide" : "Narrow");
181 setparams(SymTarg *t, uint period, uint offset, uint wide) argument
185 if(wide){
186 if(!t->wide) kprintf("symbios%ld: target %ld wide\n",s->num,t->id);
187 t->wide = 1;
189 t->wide = 0;
200 if(t->wide) t->device[3] |= 0x08;
215 if(t->wide)
[all...]
/haiku/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/src/add-ons/translators/raw/
H A DRAW.cpp54 int bits, high, wide, clrs, restart, vpred[4]; member in struct:jhead
2254 jh->wide = data[3] << 8 | data[4];
2275 jh->row = (ushort *)calloc(jh->wide*jh->clrs, 2);
2306 if (jrow * jh->wide % jh->restart == 0) {
2322 for (int32 col = 0; col < jh->wide; col++) {
2588 jwide = jh.wide * jh.clrs;
2941 image.width = jh.wide << (jh.clrs == 2);
3386 _Thumb().width = jh.wide;

Completed in 135 milliseconds