Searched refs:used (Results 26 - 50 of 78) sorted by relevance

1234

/haiku/src/kits/media/
H A DSoundPlayer.cpp27 // Flags used internally in BSoundPlayer
44 TRACE("BSoundPlayer::BSoundPlayer: default constructor used\n");
59 TRACE("BSoundPlayer::BSoundPlayer: raw audio format constructor used\n");
83 TRACE("BSoundPlayer::BSoundPlayer: multi audio format constructor used\n");
401 being used by the BSoundPlayer. Will return B_ERROR if the
699 size_t used = 0; local
700 if (!sound->sound->GetDataAt(sound->current_offset, buffer, size, &used)) {
708 sound->current_offset += used;
711 if (used < size)
712 memset((uint8 *)buffer + used,
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp346 uint64 used, total; local
347 if (fProtocol.GetQuota(used, total) == B_OK) {
350 quotaString.SetToFormat(B_TRANSLATE("Server storage: %s / %s used."),
351 string_for_size(used, usedBuffer, 128),
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioQueue.cpp187 physAddr + ((addr_t)fRing.used - (addr_t)fRing.desc));
255 if (fRingUsedIndex == fRing.used->idx)
260 struct vring_used_elem *element = &fRing.used->ring[usedIndex];
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h47 bool used; member in struct:BreakpointManager::Breakpoint
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.h43 void SetUsed(bool used);
H A DWindowLayer.cpp481 // is used once to make sure it is valid, then fVisibleContentRegion
482 // is used directly)
920 UpdateSession::SetUsed(bool used) argument
922 fInUse = used;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h288 * used to seek to the given offset before performing
329 * If splice is used, try to move pages from the source to the
480 # error On FreeBSD API version 25 or greater must be used
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp189 // search for block in the used list (very slow!)
196 printf("freed block not in used list!\n");
595 int used = 0; local
606 used += classUsed;
611 stats.bytes_used = used;
613 stats.bytes_free = allocated - used;
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp110 uint32 used; member in struct:swap_block
257 kprintf("used: %9" B_PRIu32 "\n", totalSwapPages - freeSwapPages);
303 // if this swap file has used more than 90% percent of its space
567 if (--swapBlock->used == 0) {
645 if (sourceSwapBlock == NULL || sourceSwapBlock->used == 0) {
652 for (; left > 0 && sourceSwapBlock->used > 0;
670 swapBlock->used = 0;
687 swapBlock->used++;
691 sourceSwapBlock->used--;
705 if (sourceSwapBlock->used
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp263 // ancillary data is not used by TCP
1168 size_t count = 16, used = 0; local
1171 vecs[used].iov_base = &pcap_header;
1172 vecs[used].iov_len = sizeof(pcap_header);
1173 used++;
1175 vecs[used].iov_base = &ip_header;
1176 vecs[used].iov_len = sizeof(ip_header);
1177 used++;
1179 used += gNetBufferModule.get_iovecs(buffer, vecs + used, coun
[all...]
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dlshift.S70 bltl- cr0,L(boom) # Never taken, only used to set LR.
/haiku/src/build/libgnuregex/
H A Dregex.h33 /* The following bits are used to determine the regexp syntax we
134 some interfaces). When a regexp is compiled, the syntax used is
286 sometimes used as array indexes. */
292 /* Number of bytes actually used in `buffer'. */
293 unsigned long used;
313 Well, in truth it's used only in `re_search_2', to see
421 /* Compile a fastmap for the compiled pattern in BUFFER; used to
290 unsigned long used; member in struct:re_pattern_buffer
H A Dregex.c49 /* We used to test for `BSTRING' here, but only GCC and Emacs define
122 /* isalpha etc. are used for the character classes. */
170 re_search* or re_match* could cause memory leaks when C-g is used in
322 match; otherwise change to jump. This is used to jump
333 before the first repeat. Also used as an intermediary kind
730 print_partial_compiled_pattern (buffer, buffer + bufp->used);
731 printf ("%d bytes used/%d bytes allocated.\n", bufp->used, bufp->allocated);
1056 `used' is set to the length of the compiled pattern;
1073 they can be reliably used a
[all...]
/haiku/src/bin/
H A Dleak_analyser.sh25 excludes is used that removes known allocations that are never
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp230 Protocol::GetQuota(uint64& used, uint64& total) argument
240 used = quotaCommand.UsedStorage();
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp75 bool used; member in struct:CheckSumBlock
81 used(false)
169 if (block->used && blockIndex == block->blockIndex) {
178 // flush the least recently used block and recycle it
198 if (!block->used || !block->dirty)
215 block->used = false;
225 block->used = true;
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c14 * may be used to endorse or promote products derived from this software
405 * Lesser-used path for M_PREPEND:
1723 uintmax_t used[MP_BUCKETS]; member in struct:mbufprofile
1730 #define MP_EXTRABYTES 64 /* > strlen("used:\nwasted:\nsegments:\n") */
1741 int used = 0; local
1746 used += m->m_len;
1761 if (used > 100000)
1762 used = 100000;
1768 mbprof.used[fls(used)]
[all...]
/haiku/src/libs/iconv/
H A Duhc_2.h1002 unsigned short used = summary->used; local
1004 if (used & ((unsigned short) 1 << i)) {
1006 /* Keep in `used' only the bits 0..i-1. */
1007 used &= ((unsigned short) 1 << i) - 1;
1008 /* Add `summary->indx' and the number of bits set in `used'. */
1009 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
1010 used
[all...]
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp236 bool used = false; local
239 used = true;
243 if (used)
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h32 bool used; member in struct:partition_type
59 // an invalid CHS value, to notify the BIOS that LBA should be used instead.
/haiku/headers/posix/
H A Dregex.h40 /* The following bits are used to determine the regexp syntax we
166 /* This bit is used internally like RE_CONTEXT_INDEP_ANCHORS but only
181 some interfaces). When a regexp is compiled, the syntax used is
352 `unsigned char *' because its elements are sometimes used as
359 /* Number of bytes actually used in `buffer'. */
360 unsigned long int __REPB_PREFIX(used);
380 Well, in truth it's used only in `re_search_2', to see whether or
466 /* Compile a fastmap for the compiled pattern in BUFFER; used to
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c232 /* The character used as thousands separator. */
1337 union printf_arg *args_value; /* This is not used here but ... */
2063 int used = s->_wide_data->_IO_write_ptr - s->_wide_data->_IO_write_base;
2064 if (used)
2067 used);
2071 int used = s->_IO_write_ptr - s->_IO_write_base;
2072 if (used)
2074 _IO_size_t written = _IO_sputn (target, s->_IO_write_base, used);
2060 int used = s->_wide_data->_IO_write_ptr - s->_wide_data->_IO_write_base; local
2068 int used = s->_IO_write_ptr - s->_IO_write_base; local
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp345 size_t used = buffer->size; local
351 write_data(buffer, used, data, size);
482 free, i.e. the \a data pointer must no longer be used after calling this
/haiku/
H A Dconfigure20 packages will be used, instead they will be built
72 used outside of the Haiku build system.
76 architecture will be used.
90 available, they will be used to store hashes for
107 HAIKU_OBJCOPY_<arch> The <arch> objcopy to be used. Defaults to
341 # determine whether graphite loop optimization should/can be used
350 echo "GCC Graphite loop optimizations cannot be used on $targetArch"
/haiku/src/apps/drivesetup/
H A DDiskView.cpp177 BRect used(b.LeftTop(), BSize(b.Width() / (100.0 / fUsed), b.Height()));
186 FillRect(used, B_SOLID_LOW);

Completed in 224 milliseconds

1234