Searched defs:sb (Results 1 - 25 of 33) sorted by relevance

12

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dthreadheap.cpp63 superblock *sb = findAvailableSuperblock(sizeclass, b, _pHeap); local
[all...]
H A Dprocessheap.cpp184 superblock *sb = b->getSuperblock(); local
H A Dthreadheap.h148 superblock *sb = b->getSuperblock(); local
H A Dheap.cpp151 insertSuperblock(int sizeclass, superblock *sb, processHeap *pHeap) argument
269 removeSuperblock(superblock *sb, int sizeclass) argument
294 moveSuperblock(superblock *sb, int sizeclass, int fromBin, int toBin) argument
330 freeBlock(block * &b, superblock * &sb, int sizeclass, processHeap *pHeap) argument
[all...]
H A Dblock.h35 block(superblock * sb) argument
H A Dheap.h480 recycle(superblock *sb) argument
508 superblock *sb = _reusableSuperblocks; local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Disgetsb.cc29 istream& istream::get(streambuf& sb, char delim /* = '\n' */) argument
H A Disgetline.cc42 streambuf *sb = rdbuf(); local
97 char *_sb_readline (streambuf *sb, long& total, char terminator) argument
137 streambuf *sb = rdbuf(); local
[all...]
H A Diostream.cc55 istream::istream(streambuf *sb, ostream* tied) argument
61 int skip_ws(streambuf* sb) argument
129 register streambuf* sb = _strbuf; local
175 streambuf *sb = rdbuf (); local
240 register streambuf* sb = _strbuf; local
279 register streambuf* sb = stream.rdbuf(); local
480 register streambuf *sb = _strbuf; local
[all...]
H A Dstreambuf.cc54 int __overflow(streambuf* sb, int c) argument
315 streammarker::streammarker(streambuf *sb) argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ratectl.c78 struct sbuf *sb = (struct sbuf *) arg; local
89 struct sbuf sb; local
[all...]
H A Dieee80211.c299 struct sbuf sb; local
/haiku/src/system/libroot/posix/musl/math/
H A Derfl.c212 sb[] = { variable
/haiku/src/libs/util/
H A Dpidfile.c49 struct stat sb; local
91 struct stat sb; local
/haiku/headers/cpp/std/
H A Dbastring.cc438 register streambuf *sb = is.rdbuf (); local
480 streambuf *sb = is.rdbuf (); local
/haiku/src/tools/
H A Delf2aout.c281 struct stat sb; local
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c517 static unsigned char sb[] = local
524 static unsigned char sb[] = local
531 static unsigned char sb[] = local
538 static unsigned char sb[] = local
[all...]
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c375 struct sgttyb sb; local
[all...]
/haiku/src/system/libroot/posix/
H A Dglob.c555 struct stat sb; local
850 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) argument
864 g_stat(Char *fn, struct stat *sb, glob_ argument
[all...]
/haiku/src/libs/bsd/
H A Dfts.c946 struct stat *sbp, sb; local
1193 struct stat sb; local
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h87 uint32 sb:1; member in struct:mc68060_fslw
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h150 struct stat sb; member in struct:__anon19
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c2115 struct smb sb; local
2134 struct smb sb, *smb; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h185 void *sb; /* For kernel porting compatibility. */ member in union:_ntfs_volume::__anon140
/haiku/headers/cpp/
H A Dstreambuf.h469 inline void ios::init(streambuf* sb, ostream* tie_to) { argument
479 inline ios::ios(streambuf* sb, ostream* tie_to) { init(sb, tie_to); } argument

Completed in 213 milliseconds

12