Searched refs:sb (Results 1 - 25 of 40) sorted by path

12

/haiku/headers/cpp/
H A Dsstream239 : istream(&sb), sb(which | ios::in)
244 : istream(&sb), sb(str, which | ios::in)
250 return const_cast<stringbuf*>(&sb);
264 stringbuf sb;
276 : ostream(&sb), sb(which | ios::out)
281 : ostream(&sb), sb(st
[all...]
H A Dstreambuf.h257 inline ios(streambuf* sb = 0, ostream* tie_to = 0);
259 inline void init(streambuf* sb, ostream* tie = 0);
280 streammarker(streambuf *sb);
469 inline void ios::init(streambuf* sb, ostream* tie_to) { argument
470 _state = sb ? ios::goodbit : ios::badbit; _exceptions=0;
471 _strbuf=sb; _tie = tie_to; _width=0; _fill=' ';
479 inline ios::ios(streambuf* sb, ostream* tie_to) { init(sb, tie_to); } argument
H A Diostream.h50 ostream(streambuf* sb, ostream* tied=NULL);
131 istream(streambuf* sb, ostream*tied=NULL);
160 istream& get(streambuf& sb, char delim = '\n');
247 iostream(streambuf* sb, ostream*tied=NULL);
/haiku/headers/cpp/std/
H A Dbastring.cc438 register streambuf *sb = is.rdbuf (); local
442 int ch = sb->sbumpc ();
450 sb->sungetc ();
480 streambuf *sb = is.rdbuf (); local
485 int ch = sb->sbumpc ();
/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h275 unsigned sr, unsigned sg, unsigned sb,
283 p[Order::B] = (value_type)(((p[Order::B] * alpha + 255) >> 8) + ((sb * cover + 255) >> 8));
290 p[Order::B] = sb;
326 unsigned sr, unsigned sg, unsigned sb,
333 sb = (sb * cover + 255) >> 8;
339 p[Order::B] = (value_type)(sb + ((p[Order::B] * s1a + base_mask) >> base_shift));
360 unsigned sr, unsigned sg, unsigned sb,
367 sb = (sb * cove
274 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
325 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
359 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
393 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
461 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
530 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
564 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
606 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
644 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
684 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
724 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
765 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
809 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
866 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
909 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
957 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1021 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1085 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1152 double sb = double(b * cover) / (base_mask * 255); local
1202 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1243 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1285 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1333 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
1369 blend_pix(value_type* p, unsigned sr, unsigned sg, unsigned sb, unsigned sa, unsigned cover) argument
[all...]
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c378 struct sgttyb sb; local
424 sb = nttyb;
434 sb.sg_flags |= ECHO;
443 sb.sg_flags &= ~ECHO;
488 sb.sg_flags &= ~CBREAK;
489 sb.sg_flags |= CRMOD;
495 sb.sg_flags |= CBREAK;
497 sb.sg_flags |= CRMOD;
499 sb.sg_flags &= ~CRMOD;
520 sb
[all...]
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c529 static unsigned char sb[] = local
532 output_datalen(sb, sizeof sb);
533 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb - 2););
536 static unsigned char sb[] = local
539 output_datalen(sb, sizeof sb);
540 DIAG(TD_OPTIONS, printsub('>', sb + 2, sizeof sb
543 static unsigned char sb[] = local
550 static unsigned char sb[] = local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc55 istream::istream(streambuf *sb, ostream* tied) argument
57 init (sb, tied);
61 int skip_ws(streambuf* sb) argument
65 ch = sb->sbumpc();
129 register streambuf* sb = _strbuf; local
131 _gcount = sb->ignore(n);
140 int ch = sb->sbumpc();
175 streambuf *sb = rdbuf (); local
176 if (sb == NULL)
178 if (sb
240 register streambuf* sb = _strbuf; local
279 register streambuf* sb = stream.rdbuf(); local
480 register streambuf *sb = _strbuf; local
[all...]
H A Disgetline.cc42 streambuf *sb = rdbuf(); local
43 _gcount = _IO_getline_info(sb, buf, len - 1, delim, -1, &ch);
45 ch = sb->sbumpc();
51 sb->sungetc(); // Leave delimiter unread.
97 char *_sb_readline (streambuf *sb, long& total, char terminator) argument
103 _IO_size_t count = _IO_getline_info(sb, buf, CHUNK_SIZE, terminator,
106 ch = sb->sbumpc();
111 ptr = _sb_readline(sb, total, terminator);
137 streambuf *sb = rdbuf(); local
138 *s = _sb_readline (sb, siz
[all...]
H A Disgetsb.cc29 istream& istream::get(streambuf& sb, char delim /* = '\n' */) argument
48 int written = sb.sputn(isb->_IO_read_ptr, len);
H A Dparsestream.cc157 register streambuf *sb = sbuf;
160 ch = sb->sbumpc();
H A Dstreambuf.cc54 int __overflow(streambuf* sb, int c) argument
56 return sb->overflow(c);
315 streammarker::streammarker(streambuf *sb) argument
317 _IO_init_marker(this, sb);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dlibio.h191 streammarker(streambuf *sb);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c636 int sb, ch;
717 sb = dfa->mb_cur_max == 1;
720 ? ((sb || !(preg->syntax & RE_ICASE || t) ? 4 : 0)
823 if (!sb && !re_string_first_byte (&mctx.input, 0))
633 int sb, ch; local
/haiku/src/system/libroot/posix/
H A Dglob.c555 struct stat sb; local
566 if (g_lstat(pathbuf, &sb, pglob))
570 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode)
571 || (S_ISLNK(sb.st_mode) &&
572 (g_stat(pathbuf, &sb, pglob) == 0) &&
573 S_ISDIR(sb.st_mode)))) {
850 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) argument
859 return((*pglob->gl_lstat)(buf, sb));
860 return(lstat(buf, sb));
864 g_stat(Char *fn, struct stat *sb, glob_ argument
[all...]
/haiku/src/tests/kits/media/
H A DBufferTest.cpp99 BSmallBuffer * sb = new BSmallBuffer;
100 CPPUNIT_ASSERT_EQUAL(0, sb->Size());
101 CPPUNIT_ASSERT_EQUAL(0, sb->SizeAvailable());
102 CPPUNIT_ASSERT_EQUAL(0, sb->SizeUsed());
103 CPPUNIT_ASSERT_EQUAL(0, sb->SmallBufferSizeLimit());
105 delete sb;
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h87 uint32 sb:1; member in struct:mc68060_fslw
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c3194 struct smb sb, *smb; local
3209 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered;
3215 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes;
3227 struct smb sb, *smb; local
3244 smb = &sb;
3246 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered;
3252 for (reg = &sb
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c2115 struct smb sb; local
2119 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered; reg++) {
2124 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
2134 struct smb sb, *smb; local
2143 smb = &sb;
2146 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered; reg++) {
2151 for (reg = &sb
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c318 struct sbuf *sb; local
332 sb = sbuf_new_for_sysctl(NULL, NULL, 32*400, req);
333 MPASS(sb != NULL);
334 if (sb == NULL) {
359 sbuf_printf(sb, "General Registers\n");
360 sbuf_printf(sb, "\tCTRL\t %08x\n", regs_buff[0]);
361 sbuf_printf(sb, "\tSTATUS\t %08x\n", regs_buff[1]);
362 sbuf_printf(sb, "\tCTRL_EXIT\t %08x\n\n", regs_buff[2]);
364 sbuf_printf(sb, "Interrupt Registers\n");
365 sbuf_printf(sb, "\tIC
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c620 struct sbuf *sb; local
634 sb = sbuf_new_for_sysctl(NULL, NULL, 32*400, req);
635 MPASS(sb != NULL);
636 if (sb == NULL) {
665 sbuf_printf(sb, "General Registers\n");
666 sbuf_printf(sb, "\tCTRL\t %08x\n", regs_buff[0]);
667 sbuf_printf(sb, "\tSTATUS\t %08x\n", regs_buff[1]);
668 sbuf_printf(sb, "\tCTRL_EXT\t %08x\n\n", regs_buff[2]);
670 sbuf_printf(sb, "Interrupt Registers\n");
671 sbuf_printf(sb, "\tIC
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c2142 vol.sb = NULL;
H A Dvolume.h185 void *sb; /* For kernel porting compatibility. */ member in union:_ntfs_volume::__anon140
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2072 float x1p, y1p, cxp, cyp, s, sa, sb; local
2123 sb = nsvg__sqr(rx)*nsvg__sqr(y1p) + nsvg__sqr(ry)*nsvg__sqr(x1p);
2125 if (sb > 0.0f)
2126 s = sqrtf(sa / sb);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c640 hc->range_if == hc->sb.st_mtime ) )
1033 struct stat sb; local
1055 if ( stat( authpath, &sb ) < 0 )
1090 sb.st_mtime == prevmtime &&
1153 prevmtime = sb.st_mtime;
1496 struct stat sb; local
1497 if ( stat( path, &sb ) != -1 )
2491 mmc_unmap( hc->file_address, &(hc->sb), nowP );
2738 struct stat sb; local
2765 hc->sb
[all...]

Completed in 288 milliseconds

12