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

1234

/haiku/src/system/glue/
H A Dcrtend.c14 __attribute__((section(".eh_frame"), used)) = { 0 };
19 __attribute__((section(".ctors"), visibility("hidden"), used)) = { 0 };
21 __attribute__((section(".dtors"), visibility("hidden"), used)) = { 0 };
H A Dcrtbegin.c34 __attribute__((section(".ctors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
42 static void __attribute__((used)) __do_init() {
63 __attribute__((section(".dtors"), aligned(sizeof(fp)), visibility("hidden"), used)) = { (fp)-1 };
67 __attribute__((section(".init_array"), used))
70 static void __attribute__((used)) __do_fini() {
90 __attribute__((section(".fini_array"), used))
/haiku/src/system/kernel/
H A Dsem.cpp107 } used; member in union:sem_entry::__anon1
118 ThreadQueue queue; // should be in u.used, but has a constructor
158 || (last != -1 && sem->u.used.last_acquirer != last)
159 || (name != NULL && strstr(sem->u.used.name, name) == NULL)
160 || (owner != -1 && sem->u.used.owner != owner))
165 " %s\n", sem, sem->id, sem->u.used.count,
166 sem->u.used.owner,
167 sem->u.used.last_acquirer > 0 ? sem->u.used.last_acquirer : 0,
168 sem->u.used
[all...]
/haiku/src/libs/iconv/
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 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 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...]
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 Disoir165ext.h781 unsigned short used = summary->used; local
783 if (used & ((unsigned short) 1 << i)) {
785 /* Keep in `used' only the bits 0..i-1. */
786 used &= ((unsigned short) 1 << i) - 1;
787 /* Add `summary->indx' and the number of bits set in `used'. */
788 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
789 used
[all...]
/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/bin/
H A Dlistport.c50 int32 max = 0, used = 0, left; local
55 used = sys.used_ports;
58 left = max - used;
61 "used: %5" B_PRId32 ", "
64 used,
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/bin/bfs_tools/lib/
H A DBitmap.h29 bool BackupSetAt(off_t block,bool used);
30 void BackupSet(Inode *inode,bool used);
H A DBitmap.cpp66 // set root block, block bitmap, log as used
83 // calculate used blocks
138 Bitmap::BackupSetAt(off_t block, bool used) argument
151 if (used)
161 Bitmap::BackupSet(Inode *inode, bool used) argument
169 BackupSetAt(inode->Block(),used);
185 if (!BackupSetAt(block, used)) {
198 BackupSetAt(fDisk->ToBlock(node->data.indirect), used);
223 if (!BackupSetAt(block, used))
236 BackupSetAt(fDisk->ToBlock(node->data.double_indirect), used);
[all...]
/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/tools/hvif2png/
H A Dhvif2png.cpp39 size_t used; member in struct:h2p_hvif_buffer
185 result->used = 0;
193 if (result->used == result->allocated) {
205 result->used += fread(&result->buffer[result->used], sizeof(uint8),
206 result->allocated - result->used, in);
216 if (result->used < 4) {
232 return result->used;
346 state.hvif_buffer.used,
351 "be parsed / rendered\n", state.hvif_buffer.used);
[all...]
/haiku/src/tests/system/runtime_loader/test_suite/
H A Dload_init_order133 __attribute__((section(".preinit_array"), used))
/haiku/src/kits/shared/
H A Dmd5.cpp216 unsigned long used, free; local
223 used = saved_lo & 0x3f;
225 if (used) {
226 free = 64 - used;
229 memcpy(&ctx->buffer[used], data, size);
233 memcpy(&ctx->buffer[used], data, free);
249 unsigned long used, free; local
251 used = ctx->lo & 0x3f;
253 ctx->buffer[used++] = 0x80;
255 free = 64 - used;
[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/src/system/libroot/posix/musl/search/
H A Dhsearch.c9 quadratic probing is used in case of hash collision
22 size_t used; member in struct:__tab
150 if (++htab->__tab->used > htab->__tab->mask - htab->__tab->mask/4) {
151 if (!resize(2*htab->__tab->used, htab)) {
152 htab->__tab->used--;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp82 uint16 used; // defines how much memory is used by this node member in struct:data_node
123 uint16 space = used + header->tail_space;
622 dprintf(" node %p, offset %lu, used %u, header %u, tail %u, "
623 "header %p\n", node, node->offset, node->used, node->HeaderSpace(),
630 dump_block((char*)node->start, min_c(node->used, 64), " ");
683 size += node->used;
956 node->used = 0;
995 // Move all used and tail space to the header space, which is useful in case
1016 while (node != NULL && node->offset + node->used <
1782 size_t used = buffer->size; local
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c79 used. To access the values we have to redefine the _NL_CURRENT
154 /* Definitions according to limb size used. */
430 Set *ENDPTR to the character after the last used one. If the number is
563 No character is used even if a sign was found. */
618 bitmask used for the NaN. We expect it to be
1207 This can be used while rounding. (One added as a safety margin.) */
1298 int used = 0; variable
1319 used = MANT_DIG + cnt; \
1320 retval[0] = quot >> (BITS_PER_MP_LIMB - used); \
1338 used
1356 int used = 0; variable
1450 int used = 0; variable
[all...]
/haiku/headers/os/media/
H A DBuffer.h45 void SetSizeUsed(size_t used);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h76 status_t GetQuota(uint64& used, uint64& total);
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp88 breakpoint->used = false;
462 if (!breakpoint->used)
499 breakpoint->used = true;
565 breakpoint->used = true;
579 breakpoint->used = false;
618 watchpoint->breakpoint->used = true;
629 watchpoint->breakpoint->used = false;

Completed in 869 milliseconds

1234