Searched refs:used (Results 1 - 25 of 78) sorted by path

1234

/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/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/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h13 * supporting documentation, and that the name of the authors not be used
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/headers/os/media/
H A DBuffer.h45 void SetSizeUsed(size_t used);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_mmu.h31 * routines. Both supervisor and root pointers must be used so we can't
69 uint32 used : 1;
77 uint32 used : 1;
92 uint32 used : 1;
104 uint32 used : 1;
112 // limit only used on early table terminators, else unused
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A Dvirtio_ring.h16 * may be used to endorse or promote products derived from this software
43 /* The Host uses this in used->flags to advise the Guest: don't kick me
71 /* uint32_t is used here for ids for padding reasons. */
73 /* Index of start of used descriptor chain. */
90 struct vring_used *used; member in struct:vring
109 * // A ring of used descriptor heads with free-running index.
112 * struct vring_used_elem used[num];
120 * We publish the used event index at the end of the available ring, and vice
124 #define vring_avail_event(vr) (*(uint16_t *)&(vr)->used->ring[(vr)->num])
148 vr->used
[all...]
/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/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/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp230 Protocol::GetQuota(uint64& used, uint64& total) argument
240 used = quotaCommand.UsedStorage();
H A DProtocol.h76 status_t GetQuota(uint64& used, uint64& total);
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.h29 bool BackupSetAt(off_t block,bool used);
30 void BackupSet(Inode *inode,bool used);
/haiku/src/bin/
H A Dlistarea.c28 int32 max = 0, used = 0; local
34 used = info.used_pages * 4;
37 printf("memory: total: %4" B_PRId32 "KB, used: %4" B_PRId32 "KB, left: %4"
38 B_PRId32 "KB\n", max, used, max - used);
/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
/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 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 Dcns11643_inv.h15392 unsigned short used = summary->used; local
15394 if (used & ((unsigned short) 1 << i)) {
15395 /* Keep in `used' only the bits 0..i-1. */
15396 used &= ((unsigned short) 1 << i) - 1;
15397 /* Add `summary->indx' and the number of bits set in `used'. */
15398 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
15399 used
[all...]
H A Dconverters.h27 /* State used by a conversion. 0 denotes the initial state. */
197 unsigned short used; /* bitmask of used entries */ member in struct:__anon4802
244 /* Encodings used by system dependent locales. */
H A Dcp932ext.h690 unsigned short used = summary->used; local
692 if (used & ((unsigned short) 1 << i)) {
694 /* Keep in `used' only the bits 0..i-1. */
695 used &= ((unsigned short) 1 << i) - 1;
696 /* Add `summary->indx' and the number of bits set in `used'. */
697 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
698 used
[all...]
H A Dcp950ext.h142 unsigned short used = summary->used; local
144 if (used & ((unsigned short) 1 << i)) {
146 /* Keep in `used' only the bits 0..i-1. */
147 used &= ((unsigned short) 1 << i) - 1;
148 /* Add `summary->indx' and the number of bits set in `used'. */
149 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
150 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 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 Dhkscs2001.h664 unsigned short used = summary->used; local
666 if (used & ((unsigned short) 1 << i)) {
668 /* Keep in `used' only the bits 0..i-1. */
669 used &= ((unsigned short) 1 << i) - 1;
670 /* Add `summary->indx' and the number of bits set in `used'. */
671 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
672 used
[all...]
H A Dhkscs2004.h660 unsigned short used = summary->used; local
662 if (used & ((unsigned short) 1 << i)) {
664 /* Keep in `used' only the bits 0..i-1. */
665 used &= ((unsigned short) 1 << i) - 1;
666 /* Add `summary->indx' and the number of bits set in `used'. */
667 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
668 used
[all...]

Completed in 340 milliseconds

1234