Searched refs:slot (Results 51 - 75 of 94) sorted by relevance

1234

/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_font.h99 int next_glyph; /* next available slot */
217 const char *pdc_get_base14_name(int slot);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c477 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: bad slot time %u\n",
588 uint32_t slot, timeout, eifs; local
605 slot = coverageclass * 3 * clkRate;
608 slot += IFS_SLOT_HALF_RATE;
611 slot += IFS_SLOT_QUARTER_RATE;
614 slot += IFS_SLOT_FULL_RATE;
625 * Write the values: slot, eifs, ack/cts timeouts.
627 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
H A Dar5212_reset.c2612 * + IFS params: slot, eifs, misc etc.
2617 uint32_t txLat, rxLat, usec, slot, refClock, eifs, init_usec; local
2624 slot = IFS_SLOT_HALF_RATE;
2631 slot = IFS_SLOT_QUARTER_RATE;
2640 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/haiku-fatelf/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp269 HashObject** slot = &fHashTable[index]; local
270 while (*slot != object)
271 slot = &(*slot)->next;
273 *slot = object->next;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_bmp.c368 int i, slot, colsize = 0, errcode = 0; local
484 slot = pdf_add_colorspace(p, &cs, pdc_false);
486 image->colorspace = (pdf_colorspacetype) slot;
H A Dp_png.c361 volatile int slot; local
485 slot = pdf_add_colorspace(p, &cs, pdc_false);
487 image->colorspace = (pdf_colorspacetype) slot;
619 image->in_use = pdc_true; /* mark slot as used */
716 image->in_use = pdc_true; /* mark slot as used */
H A Dp_image.c127 /* free the image slot and prepare for next use */
149 if (img->in_use) /* found used slot */
181 int i, slot = p->xobjects_number++; local
183 if (slot == p->xobjects_capacity)
197 p->xobjects[slot].obj_id = obj_id;
198 p->xobjects[slot].type = type;
199 p->xobjects[slot].flags = xobj_flag_used;
201 return slot;
1421 /* find free slot */
H A Dpdflib.h426 PDF_encoding_get_glyphname(PDF *p, const char *encoding, int slot);
430 PDF_encoding_get_unicode(PDF *p, const char *encoding, int slot);
434 PDF_encoding_set_char(PDF *p, const char *encoding, int slot,
1024 int slot, const char *glyphname, int uv);
H A Dp_tiff.c278 int slot; local
731 slot = pdf_add_colorspace(p, &cs, pdc_false);
732 image->colorspace = (pdf_colorspacetype) slot;
820 image->in_use = pdc_true; /* mark slot as used */
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h400 struct xhci_slot_ctx slot; member in struct:xhci_input_device_ctx
406 struct xhci_slot_ctx slot; member in struct:xhci_device_ctx
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c520 char **slot;
567 slot = (char **) htab_find_slot (objfile->demangled_names_hash,
571 if (*slot == NULL)
580 *slot = obstack_alloc (&objfile->objfile_obstack,
582 memcpy (*slot, lookup_name, lookup_len + 1);
585 memcpy (*slot + lookup_len + 1, demangled_name, demangled_len + 1);
589 (*slot)[lookup_len + 1] = '\0';
592 gsymbol->name = *slot + lookup_len - len;
593 if ((*slot)[lookup_len + 1] != '\0')
595 = &(*slot)[lookup_le
518 char **slot; local
[all...]
H A Ddwarf2read.c5278 void **slot; local
5280 slot = htab_find_slot_with_hash (cu->partial_dies, part_die,
5282 *slot = part_die;
9443 struct dwarf2_offset_and_type **slot, ofs;
9462 slot = (struct dwarf2_offset_and_type **)
9464 *slot = obstack_alloc (&cu->objfile->objfile_obstack, sizeof (**slot));
9465 **slot = ofs;
9474 struct dwarf2_offset_and_type *slot, ofs;
9477 slot
9442 struct dwarf2_offset_and_type **slot, ofs; local
9473 struct dwarf2_offset_and_type *slot, ofs; local
9511 void **slot; local
9529 dwarf2_mark_helper(void **slot, void *data) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c509 | IEEE80211_C_SHSLOT /* short slot time supported */
539 * in one cache slot automatically enable use.
829 * Assign a beacon xmit slot. We try to space out
837 u_int slot, free; local
840 for (slot = 0; slot < ATH_BCBUF; slot++)
841 if (sc->sc_bslot[slot] == NULL) {
842 if (sc->sc_bslot[(slot+1)%ATH_BCBUF] == NULL &&
843 sc->sc_bslot[(slot
2442 int slot, otherant; local
[all...]
/haiku-fatelf/src/system/kernel/
H A Dteam.cpp3648 char** slot = flatArgs; local
3655 *slot++ = stringSpace;
3659 *slot++ = NULL;
3664 *slot++ = stringSpace;
3668 *slot++ = NULL;
3738 int32 slot = *cookie; local
3739 if (slot < 1)
3740 slot = 1;
3749 while (slot < lastTeamID && !(team = team_get_team_struct_locked(slot)))
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp82 uint8 slot; member in struct:drive_parameters::__anon311::__anon313
303 disk.bus.pci.slot = parameters.interface.pci.slot;
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp66 uint8 slot; member in struct:drive_parameters::__anon301::__anon303
252 disk.bus.pci.slot = parameters.interface.pci.slot;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sta.c954 int slot, slotcnt; local
957 for (slot = slotcnt-1; slot >= 0; slot--)
958 if (isclr(tdma->tdma_inuse, slot))
1599 /* NB: never auto-start a tdma network for slot !0 */
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h318 /* slot = 0 if regular, slot = 1 if short. */
319 uint8_t slot; member in struct:malo_cmd_fw_setslot
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c1578 int opnd, slot;
1646 /* Only instruction slot-specific relocations handled below.... */
1647 slot = get_relocation_slot (howto->type);
1648 if (slot == XTENSA_UNDEFINED)
1664 xtensa_format_get_slot (isa, fmt, slot, ibuff, sbuff);
1666 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff);
1741 || xtensa_operand_set_field (isa, opcode, opnd, fmt, slot,
1762 xtensa_format_set_slot (isa, fmt, slot, ibuff, sbuff);
3254 int slot;
3272 slot
1572 int opnd, slot; local
3244 int slot; local
3372 insn_decode_opcode(bfd_byte *contents, bfd_size_type content_len, bfd_size_type offset, int slot) argument
[all...]
H A Delfxx-ia64.c690 /* Keep the instruction in slot 0. */
692 /* Use nop.b for slot 1. */
694 /* For slot 2, turn brl into br by masking out bit 40. */
966 /* If the original relocation offset points to slot
967 1, change it to slot 2. */
1809 elfNN_ia64_local_dyn_sym_thunk (slot, xdata)
1810 void **slot;
1814 = (struct elfNN_ia64_local_hash_entry *) *slot;
1906 void **slot;
1910 slot
1900 void **slot; local
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java559 String encoding, int slot, String glyphname, int uv)
562 PDF_encoding_set_char(p, encoding, slot, glyphname, uv);
558 encoding_set_char( String encoding, int slot, String glyphname, int uv) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c322 | IEEE80211_C_SHSLOT /* short slot time supported */
562 continue; /* nothing mapped in this slot */
601 continue; /* nothing mapped in this slot */
1692 /* remove from the free pool and link it into the SW Tx slot */
1944 /* remove from the free pool and link it into the SW Tx slot */
2216 int slot, ntries; local
2238 /* find the command slot */
2239 for (slot = 0; slot < 4; slot
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp182 int32 IndexAt(int32 slot) const;
1045 // check if we're in the last slot already (the last usable team group)
2041 TIconView::IndexAt(int32 slot) const
2053 if (slotIndex == slot) {
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php106 // name of session variable holding the qemu slot; not yet used correctly
500 err("No available qemu slot, please try later.");
596 "or open <a href=\"" . $_SERVER['PHP_SELF'] . "?getfile=vncinfo&slot=" . vnc_display() . "\">this file</a>, " .
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.hpp176 void encoding_set_char(string encoding, int slot, string glyphname,

Completed in 314 milliseconds

1234