Searched refs:Used (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.h46 size_t Used() const { return fNumBytes; } function in class:BufferQueue
H A DTCPEndpoint.cpp78 fSendQueue.Available(fSendNext), fSendQueue.Used(), fRetransmitTimeout)
543 while (fSendQueue.Used() > 0) {
552 fSendQueue.Used());
846 TRACE(" SendData(): %lu bytes used.", fSendQueue.Used());
890 stat->send_queue_size = fSendQueue.Used();
2164 size_t previouslyUsed = fSendQueue.Used();
2175 if (fSendQueue.Used() < previouslyUsed) {
2187 gSocketModule->notify(socket, B_SELECT_WRITE, fSendQueue.Used());
2206 if (fSendQueue.Used() > 0)
2349 kprintf(" queue: %lu / %lu\n", fSendQueue.Used(), fSendQueu
[all...]
H A DEndpointManager.cpp586 endpoint->fReceiveQueue.Available(), endpoint->fSendQueue.Used(),
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DBPlusTree.h62 inline int32 Used() const;
278 inline int32 bplustree_node::Used() const function in class:bplustree_node
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DBPlusTree.h76 inline int32 Used() const;
309 bplustree_node::Used() const function in class:BFS::bplustree_node
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfsinfo.cpp43 int32(node) - int32(buffer), node->Used());
191 printf(" Used Blocks:\t\t%12Lu\t%10g MB\n",
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h90 inline int32 Used() const;
537 bplustree_node::Used() const function in class:bplustree_node
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBPlusTree.h79 inline int32 Used() const;
430 bplustree_node::Used() const function in class:bplustree_node
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dstage1.S233 ; Macro for defining a string prefixed by a byte containing its length. Used
954 ; Used for debugging only.
/haiku-fatelf/docs/user/
H A Dapidoc.dox461 - Used when the developer is bound to make a mistake, when the API is
466 - Used to warn for abuse of the API that might be caused by the way the
469 - Used to warn developers about using the API in a certain way. Warnings
474 - Used to place references to other documentation that might not be
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.sh2119 list (keeping the list sorted Most Recently Used). */
2153 list (keep the list sorted Most Recently Used). */
H A DChangeLog-3.x1447 * valprint.c (val_print): Used in a couple of new places.
1713 * findvar.c (value_from_register, locate_var_value): Used
1738 * infrun.c (wait_for_inferior): Used.
1743 * infrun.c (wait_for_inferior), symtab.c (decode_line_1): Used.
2160 (remote_open): Used at startup.
2189 (value_subscript): Used above when app.
2263 * inflow.c (create_inferior): Used CREATE_INFERIOR_HOOK if it
2365 * infrun.c (wait_for_inferior): Used instead of
2367 * stack.c (print_frame_info): Used instead of hand coding for same
2460 * stack.c (print_frame_info): Used abov
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex463 % Used to generate quoted braces.
835 % @asis just yields its argument. Used with @table, for example.
2338 % Used in @ignore and in failing conditionals.
2366 % Used in nested conditionals, where we have to parse the Texinfo source
4768 % Used for @deftypemethod and @deftypeivar.
4784 % Used for @deftypeop. The change from \deftypemethparsebody is an
6298 % Used sometimes to turn off (effectively) the active characters
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex449 % Used to generate quoted braces.
783 % @asis just yields its argument. Used with @table, for example.
2216 % Used in @ignore and in failing conditionals.
2244 % Used in nested conditionals, where we have to parse the Texinfo source
4420 % Used for @deftypemethod and @deftypeivar.
4436 % Used for @deftypeop. The change from \deftypemethparsebody is an
5926 % Used sometimes to turn off (effectively) the active characters
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex366 % Used to generate quoted braces.
577 % Used in @ignore and in failing conditionals.
605 % Used in nested conditionals, where we have to parse the Texinfo source
853 % @asis just yields its argument. Used with @table, for example.
4380 % Used sometimes to turn off (effectively) the active characters
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex559 % Used to generate quoted braces.
1020 % @asis just yields its argument. Used with @table, for example.
3886 % Used for \float.
6865 % Used sometimes to turn off (effectively) the active characters
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex567 % Used to generate quoted braces.
1043 % @asis just yields its argument. Used with @table, for example.
1674 % future. Used with @smallbook, which sets the leading to 12pt.
4356 % Used for \float.
7390 % Used sometimes to turn off (effectively) the active characters even after

Completed in 188 milliseconds