Searched refs:slot (Results 1 - 25 of 94) sorted by relevance

1234

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_encoding.c30 pdf__encoding_set_char(PDF *p, const char *encoding, int slot, argument
114 if (ev->chars[slot] != NULL)
115 pdc_free(p->pdc, ev->chars[slot]);
118 ev->codes[slot] = (pdc_ushort) uv;
120 ev->chars[slot] = pdc_strdup(p->pdc, glyphname);
121 ev->given[slot] = given;
125 PDF_encoding_set_char(PDF *p, const char *encoding, int slot, argument
132 (void *) p, encoding, slot, glyphname, uv))
140 if (slot < 0 || slot > 25
158 PDF_encoding_get_glyphname(PDF *p, const char *encoding, int slot) argument
231 PDF_encoding_get_unicode(PDF *p, const char *encoding, int slot) argument
308 int slot, nlines = 0, l, i_uv; local
424 int i_uv1, i_uv2, slot; local
569 int slot; local
624 int slot; local
642 int slot; local
702 int slot, slotname, slotuv; local
859 int slot; local
872 int slot; local
897 int slot; local
914 int slot; local
[all...]
H A Dp_icc.c34 int slot = -1; local
41 PDF_RETURN_HANDLE(p, slot)
46 PDF_RETURN_HANDLE(p, slot)
H A Dp_cid.c31 int slot, cmap, metric; local
39 for (slot = 0; slot < p->fonts_number; slot++) {
40 if (p->fonts[slot].encoding == pdc_cid &&
41 p->fonts[slot].style == font->style &&
42 !strcmp(p->fonts[slot].name, fontname) &&
43 !strcmp(p->fonts[slot].cmapname, encoding))
44 return slot;
132 return slot;
169 int slot; local
[all...]
H A Dp_font.c125 int slot; local
129 for (slot = 0; slot < p->fonts_number; slot++)
130 pdf_cleanup_font(p, &p->fonts[slot]);
165 int slot; local
167 /* slot for font struct */
168 slot = p->fonts_number;
169 if (slot >= p->fonts_capacity)
173 font = &p->fonts[slot];
316 int slot = -1; local
741 int slot = -1; local
759 int slot = -1; local
892 int slot, i, j; local
1460 int slot; local
[all...]
H A Dp_color.h88 int cs; /* slot of underlying color space */
141 void pdf_write_colorspace(PDF *p, int slot, pdc_bool direct);
146 void pdf_write_colormap(PDF *p, int slot);
147 int pdf_color_components(PDF *p, int slot);
H A Dp_color.c37 pdf_color_components(PDF *p, int slot) argument
42 cs = &p->colorspaces[slot];
242 int slot; local
244 for (slot = 0; slot < p->colorspaces_number; slot++)
246 if (pdf_colorspace_equal(p, &p->colorspaces[slot], cs))
249 p->colorspaces[slot].used_on_current_page = pdc_true;
250 return slot;
254 slot
464 int i, slot; local
573 pdf_write_colormap(PDF *p, int slot) argument
629 pdf_write_colorspace(PDF *p, int slot, pdc_bool direct) argument
752 int slot = -1; local
[all...]
/haiku-fatelf/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp47 // One slot would suffice, since the map is locked while mapping a page table,
56 // one slot is for use in interrupts
70 inline void PutSlot(PhysicalPageSlot* slot);
113 PhysicalPageSlot* slot; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
163 PhysicalPageSlot*& slot);
164 void PutSlot(PhysicalPageSlot* slot);
208 PhysicalPageSlot* slot = fSlots; local
209 fSlots = slot->next;
210 return slot;
215 PhysicalPageSlotPool::PutSlot(PhysicalPageSlot* slot) argument
248 PhysicalPageSlot* slot = fSlots; local
277 PutSlot(PhysicalPageSlot* slot) argument
325 PhysicalPageSlot* slot; local
396 page_slot& slot = fSlots[i]; local
410 page_slot& slot = fSlots[fNextSlot]; local
487 PhysicalPageSlot* slot = fPerCPUData[smp_get_current_cpu()].interruptSlot; local
497 PhysicalPageSlot* slot; local
529 PhysicalPageSlot* slot = slotQueue.GetSlot(); local
581 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
611 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
651 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
703 GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
735 PutSlot(PhysicalPageSlot* slot) argument
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp48 // One slot would suffice, since the map is locked while mapping a page table,
57 // one slot is for use in interrupts
71 inline void PutSlot(PhysicalPageSlot* slot);
114 PhysicalPageSlot* slot; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
164 PhysicalPageSlot*& slot);
165 void PutSlot(PhysicalPageSlot* slot);
209 PhysicalPageSlot* slot = fSlots; local
210 fSlots = slot->next;
211 return slot;
216 PhysicalPageSlotPool::PutSlot(PhysicalPageSlot* slot) argument
249 PhysicalPageSlot* slot = fSlots; local
278 PutSlot(PhysicalPageSlot* slot) argument
326 PhysicalPageSlot* slot; local
396 page_slot& slot = fSlots[i]; local
410 page_slot& slot = fSlots[fNextSlot]; local
487 PhysicalPageSlot* slot = fPerCPUData[smp_get_current_cpu()].interruptSlot; local
497 PhysicalPageSlot* slot; local
529 PhysicalPageSlot* slot = slotQueue.GetSlot(); local
581 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
611 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
651 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
703 GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
735 PutSlot(PhysicalPageSlot* slot) argument
[all...]
/haiku-fatelf/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp46 // One slot would suffice, since the map is locked while mapping a page table,
55 // one slot is for use in interrupts
69 inline void PutSlot(PhysicalPageSlot* slot);
112 PhysicalPageSlot* slot; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
162 PhysicalPageSlot*& slot);
163 void PutSlot(PhysicalPageSlot* slot);
207 PhysicalPageSlot* slot = fSlots; local
208 fSlots = slot->next;
209 return slot;
214 PhysicalPageSlotPool::PutSlot(PhysicalPageSlot* slot) argument
247 PhysicalPageSlot* slot = fSlots; local
276 PutSlot(PhysicalPageSlot* slot) argument
324 PhysicalPageSlot* slot; local
394 page_slot& slot = fSlots[i]; local
407 page_slot& slot = fSlots[fNextSlot]; local
484 PhysicalPageSlot* slot = fPerCPUData[smp_get_current_cpu()].interruptSlot; local
494 PhysicalPageSlot* slot; local
526 PhysicalPageSlot* slot = slotQueue.GetSlot(); local
578 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
608 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
648 PhysicalPageSlot* slot = slotQueue->GetSlot(); local
700 GetSlot(bool canWait, PhysicalPageSlot*& slot) argument
732 PutSlot(PhysicalPageSlot* slot) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmalloca.c81 size_t slot; local
89 slot = (unsigned long) p % HASH_TABLE_SIZE;
90 ((struct header *) (p - HEADER_SIZE))->next = mmalloca_results[slot];
91 mmalloca_results[slot] = p;
122 size_t slot = (unsigned long) p % HASH_TABLE_SIZE; local
123 void **chain = &mmalloca_results[slot];
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmalloca.c78 size_t slot; local
86 slot = (unsigned long) p % HASH_TABLE_SIZE;
87 ((struct header *) (p - HEADER_SIZE))->next = mmalloca_results[slot];
88 mmalloca_results[slot] = p;
119 size_t slot = (unsigned long) p % HASH_TABLE_SIZE; local
120 void **chain = &mmalloca_results[slot];
/haiku-fatelf/src/system/kernel/
H A Dsem.cpp91 // when slot in use
109 // when slot unused
244 uint32 slot = num % sMaxSems; local
245 if (sSems[slot].id != (int)num) {
250 dump_sem(&sSems[slot]);
269 /*! \brief Appends a semaphore slot to the free list.
272 The slot's id field is not changed. It should already be set to -1.
274 \param slot The index of the semaphore slot.
275 \param nextID The ID the slot wil
279 free_sem_slot(int slot, sem_id nextID) argument
558 int32 slot; local
599 int32 slot; local
763 int slot = id % sMaxSems; local
926 int32 slot = id % sMaxSems; local
1034 int slot; local
1071 int slot; local
1194 int slot = id % sMaxSems; local
[all...]
/haiku-fatelf/headers/private/kernel/util/
H A DOpenHashTable.h140 ValueType* slot = fTable[index]; local
142 while (slot) {
143 if (fDefinition.Compare(key, slot))
145 slot = _Link(slot);
148 return slot;
195 ValueType* slot = fTable[index]; local
197 while (slot) {
198 ValueType* next = _Link(slot);
200 if (value == slot) {
367 ValueType* slot = fTable[index]; local
[all...]
H A DMultiHashTable.h109 ValueType *slot = NULL; local
113 slot = HashTable::fTable[index];
116 while (slot) {
117 if (HashTable::fDefinition.Compare(key, slot))
119 slot = HashTable::_Link(slot);
122 if (slot == NULL)
125 return ValueIterator(this, index, slot);
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dxhci.h62 uint8 slot; member in struct:xhci_device
100 status_t ConfigureEndpoint(uint8 slot, uint8 number,
160 void Ring(uint8 slot, uint8 endpoint);
164 status_t EnableSlot(uint8 *slot);
165 status_t DisableSlot(uint8 slot);
167 uint8 slot);
169 bool deconfigure, uint8 slot);
171 uint8 slot);
173 uint8 slot);
175 uint8 slot);
[all...]
H A Dxhci.cpp546 Ring(endpoint->device->slot, id);
593 Ring(endpoint->device->slot, id);
922 uint8 slot = XHCI_MAX_SLOTS; local
923 if (EnableSlot(&slot) != B_OK) {
924 TRACE_ERROR("AllocateDevice() failed enable slot\n");
928 if (slot == 0 || slot > fSlotCount) {
929 TRACE_ERROR("AllocateDevice() bad slot\n");
933 if (fDevices[slot].state != XHCI_STATE_DISABLED) {
934 TRACE_ERROR("AllocateDevice() slot alread
1123 uint8 slot = fPortSlots[device->HubPort()]; local
1315 ConfigureEndpoint(uint8 slot, uint8 number, uint8 type, uint64 ringAddr, uint16 interval, uint8 maxPacketCount, uint8 mult, uint8 fpsShift, uint16 maxPacketSize, uint16 maxFrameSize, usb_speed speed) argument
1636 Ring(uint8 slot, uint8 endpoint) argument
1714 uint8 slot = TRB_3_SLOT_GET(trb->dwtrb3); local
1789 EnableSlot(uint8 *slot) argument
1806 DisableSlot(uint8 slot) argument
1818 SetAddress(uint64 inputContext, bool bsr, uint8 slot) argument
1833 ConfigureEndpoint(uint64 inputContext, bool deconfigure, uint8 slot) argument
1848 EvaluateContext(uint64 inputContext, uint8 slot) argument
1860 ResetEndpoint(bool preserve, uint8 endpoint, uint8 slot) argument
1875 StopEndpoint(bool suspend, uint8 endpoint, uint8 slot) argument
1890 SetTRDequeue(uint64 dequeue, uint16 stream, uint8 endpoint, uint8 slot) argument
1903 ResetDevice(uint8 slot) argument
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_paranoia.cpp356 paranoia_slot* slot = sSlotFreeList;
357 sSlotFreeList = slot->nextFree;
358 return slot;
363 free_slot(paranoia_slot* slot) argument
365 slot->nextFree = sSlotFreeList;
366 sSlotFreeList = slot;
373 int slot = (addr_t)set->Object() % PARANOIA_HASH_SIZE; local
374 set->SetHashNext(sCheckSetHash[slot]);
375 sCheckSetHash[slot] = set;
382 int slot local
400 int slot = (addr_t)object % PARANOIA_HASH_SIZE; local
432 paranoia_slot* slot = allocate_slot(); local
544 paranoia_slot* slot = allocate_slot(); local
[all...]
/haiku-fatelf/src/bin/bash/
H A Dnojobs.c165 /* Return the offset within the PID_LIST array of an empty slot. This can
182 /* Return the offset within the PID_LIST array of a slot containing PID,
258 int slot; local
264 slot = find_index_by_pid (pid);
265 if (slot == NO_PID)
268 pid_list[slot].status = process_exit_status (status);
269 pid_list[slot].flags &= ~PROC_RUNNING;
271 pid_list[slot].flags |= PROC_SIGNALED;
274 if ((pid_list[slot].flags & PROC_ASYNC) == 0)
275 pid_list[slot]
284 int slot; local
299 int slot; local
313 int slot; local
327 int slot; local
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dkill.c87 /* Add TEXT to the kill ring, allocating a new kill ring slot as necessary.
90 current kill ring slot, otherwise prepended. */
97 int slot; local
99 /* First, find the slot to work with. */
102 /* Get a new slot. */
108 rl_kill_ring[slot = 0] = (char *)NULL;
112 /* We have to add a new slot on the end, unless we have
114 slot = rl_kill_ring_length;
115 if (slot == rl_max_kills)
119 for (i = 0; i < slot;
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dkill.c87 /* Add TEXT to the kill ring, allocating a new kill ring slot as necessary.
90 current kill ring slot, otherwise prepended. */
97 int slot; local
99 /* First, find the slot to work with. */
102 /* Get a new slot. */
108 rl_kill_ring[slot = 0] = (char *)NULL;
112 /* We have to add a new slot on the end, unless we have
114 slot = rl_kill_ring_length;
115 if (slot == rl_max_kills)
119 for (i = 0; i < slot;
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-dis.c71 ia64_insn t0, t1, slot[3], template, s_bit, insn; local
104 slot[0] = (t0 >> 5) & 0x1ffffffffffLL;
105 slot[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
106 slot[2] = (t1 >> 23) & 0x1ffffffffffLL;
118 /* skip L slot in MLI template: */
123 insn = slot[slotnum];
159 | (slot[1] << 22) | (((insn >> 36) & 0x1) << 63);
164 value = ((slot[1] & 0x1ffffffffffLL) << 21)
173 | (((slot[1] >> 2) & 0x7fffffffffLL) << 20)) << 4;
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_corefont.c42 pdc_get_base14_name(int slot) argument
44 if (slot < (int)(sizeof(pdc_base14_names) / sizeof(pdc_base14_names[0])))
45 return(pdc_base14_names[slot]);
79 int slot; local
81 for (slot = 0;
82 slot < (int)(sizeof(pdc_core_metrics) / sizeof(pdc_core_metrics[0]));
83 slot++)
85 metric = pdc_core_metrics[slot];
/haiku-fatelf/src/bin/gdb/include/
H A Dxtensa-isa.h49 . instruction formats - instruction size and slot structure
92 operations. The formats for the core Xtensa ISA have only one slot,
93 but FLIX instructions may have multiple slots. Within each slot,
99 individual slots in those instructions -- the contents of a slot need
104 identifies the number of slots, and then decoding each slot
105 separately. A slot is decoded by finding the opcode and then using
110 for each slot {
122 for each slot {
330 /* Get the opcode for a no-op in a particular slot.
334 xtensa_format_slot_nop_opcode (xtensa_isa isa, xtensa_format fmt, int slot);
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dhashtab.c477 PTR *slot = htab->entries + index; local
480 if (*slot == EMPTY_ENTRY)
481 return slot;
482 else if (*slot == DELETED_ENTRY)
492 slot = htab->entries + index;
493 if (*slot == EMPTY_ENTRY)
494 return slot;
495 else if (*slot == DELETED_ENTRY)
622 /* This function searches for a hash table slot containing an entry
624 INSERT = 0, then call htab_clear_slot on the slot returne
734 PTR *slot; local
778 PTR *slot; local
[all...]
/haiku-fatelf/headers/private/kernel/boot/
H A Ddisk_identifier.h40 uint8 slot; member in struct:disk_identifier::__anon1042::__anon1044

Completed in 148 milliseconds

1234