Searched refs:used (Results 51 - 75 of 78) sorted by relevance

1234

/haiku/src/servers/app/
H A DWindow.h122 // make private? when used inside Window, it has the ReadLock()
146 // generic version, used by the Desktop
153 // can be used from inside classes that don't
404 void SetUsed(bool used);
H A DWindow.cpp149 // (so that it is always used when the workspace is changed)
473 // is used once to make sure it is valid, then fVisibleContentRegion
474 // is used directly)
898 different button has been used or a different window was targeted). This
1457 the value is -1, the window's current workspace will be used.
1493 the value is -1, the window's current workspace will be used.
1919 // (View::IsBackgroundDirty() can be used
2097 Window::UpdateSession::SetUsed(bool used) argument
2099 fInUse = used;
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h63 uint8 used; member in struct:xhci_endpoint
H A Dxhci.cpp655 // find out which protocol is used for each port
1099 endpoint->used, pipe, pipe->EndpointAddress());
1155 endpoint->used = 0;
1173 // as otherwise the endpoint could get "stuck" by having the "used"
1536 TRACE_ERROR("AllocateDevice: slot already used\n");
1671 endpoint0->used = 0;
1905 endpoint->used = 0;
2007 // "used" refers to the number of currently linked TDs, not the number of
2008 // used TRBs on the ring (we use 2 TRBs on the ring per transfer.)
2010 if (endpoint->used >
[all...]
/haiku/src/libs/iconv/
H A Duhc_1.h1705 unsigned short used = summary->used; local
1707 if (used & ((unsigned short) 1 << i)) {
1709 /* Keep in `used' only the bits 0..i-1. */
1710 used &= ((unsigned short) 1 << i) - 1;
1711 /* Add `summary->indx' and the number of bits set in `used'. */
1712 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
1713 used
[all...]
H A Dgb12345ext.h1777 unsigned short used = summary->used; local
1779 if (used & ((unsigned short) 1 << i)) {
1781 /* Keep in `used' only the bits 0..i-1. */
1782 used &= ((unsigned short) 1 << i) - 1;
1783 /* Add `summary->indx' and the number of bits set in `used'. */
1784 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
1785 used
[all...]
H A Djisx0212.h2170 unsigned short used = summary->used; local
2172 if (used & ((unsigned short) 1 << i)) {
2174 /* Keep in `used' only the bits 0..i-1. */
2175 used &= ((unsigned short) 1 << i) - 1;
2176 /* Add `summary->indx' and the number of bits set in `used'. */
2177 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2178 used
[all...]
H A Dgb2312.h2552 unsigned short used = summary->used; local
2554 if (used & ((unsigned short) 1 << i)) {
2556 /* Keep in `used' only the bits 0..i-1. */
2557 used &= ((unsigned short) 1 << i) - 1;
2558 /* Add `summary->indx' and the number of bits set in `used'. */
2559 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2560 used
[all...]
H A Dgbkext_inv.h2324 unsigned short used = summary->used; local
2326 if (used & ((unsigned short) 1 << i)) {
2328 /* Keep in `used' only the bits 0..i-1. */
2329 used &= ((unsigned short) 1 << i) - 1;
2330 /* Add `summary->indx' and the number of bits set in `used'. */
2331 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2332 used
[all...]
H A Dhkscs1999.h2986 unsigned short used = summary->used; local
2988 if (used & ((unsigned short) 1 << i)) {
2990 /* Keep in `used' only the bits 0..i-1. */
2991 used &= ((unsigned short) 1 << i) - 1;
2992 /* Add `summary->indx' and the number of bits set in `used'. */
2993 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2994 used
[all...]
H A Djisx0208.h2396 unsigned short used = summary->used; local
2398 if (used & ((unsigned short) 1 << i)) {
2400 /* Keep in `used' only the bits 0..i-1. */
2401 used &= ((unsigned short) 1 << i) - 1;
2402 /* Add `summary->indx' and the number of bits set in `used'. */
2403 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
2404 used
[all...]
H A Dksc5601.h3003 unsigned short used = summary->used; local
3005 if (used & ((unsigned short) 1 << i)) {
3007 /* Keep in `used' only the bits 0..i-1. */
3008 used &= ((unsigned short) 1 << i) - 1;
3009 /* Add `summary->indx' and the number of bits set in `used'. */
3010 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
3011 used
[all...]
H A Dbig5.h4141 unsigned short used = summary->used; local
4143 if (used & ((unsigned short) 1 << i)) {
4145 /* Keep in `used' only the bits 0..i-1. */
4146 used &= ((unsigned short) 1 << i) - 1;
4147 /* Add `summary->indx' and the number of bits set in `used'. */
4148 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
4149 used
[all...]
H A Djisx0213.h5907 unsigned short used = summary->used; local
5909 if (used & ((unsigned short) 1 << i)) {
5910 /* Keep in `used' only the bits 0..i-1. */
5911 used &= ((unsigned short) 1 << i) - 1;
5912 /* Add `summary->indx' and the number of bits set in `used'. */
5913 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
5914 used
[all...]
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp258 if (nextType->used)
H A DExtendedPartitionAddOn.cpp261 if (nextType->used
/haiku/src/apps/terminal/
H A DTermWindow.cpp1939 "can be used:\n")) << kToolTipSetTabTitlePlaceholders << "\n"
1969 "can be used:\n")) << kToolTipSetWindowTitlePlaceholders << "\n"
2074 bool used = false; local
2079 used = true;
2084 if (!used)
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php106 // name of session variable holding the qemu slot; not yet used correctly
466 "Applet used by this demo. " .
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp3 * This file may be used under the terms of the MIT License.
34 /*! Simple array used for the duplicate handling in the B+Tree. This is an
2092 /*! Removes the specified key from the tree. The "value" parameter is only used
2977 used fragment count; at least, it can only count to two: it returns
2978 0, if there is no fragment used, 1 if there is only one fragment
2979 used, and 2 if there are at least 2 fragments used.
2984 uint32 used = 0; local
2987 if (array->Count() > 0 && ++used > 1)
2988 return used;
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex146 The data used for the padding between the end of the actual ELF data and the
169 machines differ. Usually it should be possible, to deduce the used endianess
389 The meaning of this section is unknown. It does not seem to be used at all.
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c683 int free, idx, used; local
708 used = rge_encap(q, m, idx);
709 if (used == 0) {
714 KASSERT(used <= free);
715 free -= used;
722 idx += used;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c60 * enum ntfs_compression_constants - constants used in the compression code
129 * This function is heavily used; it has to be optimized carefully.
320 * longer. This is the same strategy used by the high
412 /* Store the tag if fully used. */
421 /* Store the last tag if partially used. */
642 * is used at the moment. Please, do not make this function available for use
1445 s64 used, s64 reserved, BOOL appending,
1461 freecnt = (reserved - used) >> vol->cluster_size_bits;
1465 /* skip entries fully used, if any */
1444 ntfs_compress_free(ntfs_attr *na, runlist_element *rl, s64 used, s64 reserved, BOOL appending, VCN *update_from) argument
/haiku/src/apps/bootmanager/
H A Dbootman.S175 firstLine resb 2 ; low byte used only
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp463 g. [DevCPT] Configure and enable Transcoder DisplayPort Control if DisplayPort will be used
651 // it is apparently used for something else on some Atom machines (no
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c12 * contributors may be used to endorse or promote products derived from
425 qidx_t used; local
428 used = pidx - cidx;
430 used = size - cidx + pidx;
432 used = 0;
434 used = size;
438 return (used);
905 * This function is used both at initialization and in rxsync.
2230 * RDH points to the next receive descriptor to be used by the NIC,
3208 * 'npending' is used i
[all...]

Completed in 246 milliseconds

1234