Searched refs:reuse (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dheap.h162 inline superblock *reuse(int sizeclass);
331 // Try to reuse a superblock.
332 sb = reuse(sizeclass);
487 hoardHeap::reuse(int sizeclass) function in class:BPrivate::hoardHeap
H A Dheap.cpp222 head = reuse(sizeclass);
/haiku-fatelf/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp464 int reuse = 1; local
465 if (setsockopt(fServerSocket, SOL_SOCKET, SO_REUSEADDR, &reuse,
571 int reuse = 1; local
572 if (setsockopt(fServerSocket, SOL_SOCKET, SO_REUSEADDR, &reuse,
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_setup.c424 _nc_setupterm(NCURSES_CONST char *tname, int Filedes, int *errret, bool reuse) argument
467 if (reuse
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp183 status_t _NextPacket(bool reuse);
826 StreamBase::_NextPacket(bool reuse) argument
828 TRACE_PACKET("StreamBase::_NextPacket(%d)\n", reuse);
831 // The last packet was marked for reuse, so we keep using it.
833 fReusePacket = reuse;
855 // Mark this packet with the new reuse flag.
856 fReusePacket = reuse;
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit1290 --reuse-message=*)
1291 __gitcomp "$(__git_refs)" "" "${cur##--reuse-message=}"
1306 --dry-run --reuse-message= --reedit-message=
1733 add,--reuse-message=*|append,--reuse-message=*)
1734 __gitcomp "$(__git_refs)" "" "${cur##--reuse-message=}"
1741 --reuse-message='
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.c1296 /* reuse query if it's not too old */
1310 goto reuse;
1366 reuse:
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncurses2643 NCURSES_BOOL reuse)
H A Dllib-lncursesw3392 NCURSES_BOOL reuse)
/haiku-fatelf/src/tools/docbook/libxml2/
H A DHTMLparser.c5861 * @reuse: keep the context for reuse
5869 int options, int reuse)
5888 if (!reuse) {
5868 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
H A Dparser.c13117 * @reuse: keep the context for reuse
13125 int options, int reuse)
13150 if (!reuse) {
13124 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex423 % thus we reuse \temp.
2905 % The `\else' inside the `\doifset' parameter is a trick to reuse the
5122 % And now, it's time to reuse the body of the original defun:
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex431 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
3305 % The `\else' inside the `\doifset' parameter is a trick to reuse the
5596 % And now, it's time to reuse the body of the original defun:
/haiku-fatelf/src/bin/gdb/gdb/
H A Dconfigure6535 A buggy compiler should reuse the register of parent

Completed in 292 milliseconds