HomeSort by: relevance | last modified time | path
    Searched defs:slots (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_reactor_wait_ctx.h 90 slots; member in struct:quic_reactor_wait_ctx_st
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_set_format.c 39 int r1, r2, slots, i; local
102 slots = sizeof(a->formats) / sizeof(a->formats[0]);
104 for (i = 0; i < slots; i++, a->format++) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-mi-var-info-path-expression.c 35 struct cons *slots[2]; member in union:cons::__anon21064
47 c1.slots[0] = &c4;
48 c1.slots[1] = &c2;
51 c2.slots[0] = nil;
52 c2.slots[1] = &c3;
55 c3.slots[0] = nil;
56 c3.slots[1] = nil;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-mi-var-info-path-expression.c 35 struct cons *slots[2]; member in union:cons::__anon694
47 c1.slots[0] = &c4;
48 c1.slots[1] = &c2;
51 c2.slots[0] = nil;
52 c2.slots[1] = &c3;
55 c3.slots[0] = nil;
56 c3.slots[1] = nil;
  /src/external/gpl2/lvm2/dist/lib/filters/
filter-sysfs.c 105 struct entry *slots[SET_BUCKETS]; member in struct:dev_set
141 e->next = ds->slots[h];
143 ds->slots[h] = e;
153 for (e = ds->slots[h]; e; e = e->next)
  /src/external/gpl2/lvm2/dist/libdm/datastruct/
hash.c 30 struct dm_hash_node **slots; member in struct:dm_hash_table
109 len = sizeof(*(hc->slots)) * new_size;
110 if (!(hc->slots = dm_malloc(len))) {
114 memset(hc->slots, 0, len);
118 dm_free(hc->slots);
129 for (c = t->slots[i]; c; c = n) {
138 dm_free(t->slots);
148 for (c = &t->slots[h]; *c; c = &((*c)->next)) {
228 for (c = t->slots[i]; c; c = n) {
237 memset(t->slots, 0, sizeof(struct dm_hash_node *) * t->num_slots)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-istack.h 100 TInsn slots[MAX_SLOTS]; member in struct:vliw_insn
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-istack.h 100 TInsn slots[MAX_SLOTS]; member in struct:vliw_insn
  /src/sys/external/bsd/drm/dist/shared-core/
r128_cce.c 140 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local
141 if (slots >= entries)
mach64_dma.c 62 int slots = 0, i; local
65 slots = (MACH64_READ(MACH64_FIFO_STAT) & MACH64_FIFO_SLOT_MASK);
66 if (slots <= (0x8000 >> entries))
71 DRM_INFO("failed! slots=%d entries=%d\n", slots, entries);
radeon_cp.c 282 int slots = (RADEON_READ(RADEON_RBBM_STATUS) local
284 if (slots >= entries)
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_cce.c 115 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local
116 if (slots >= entries)
  /src/external/bsd/openldap/dist/libraries/libldap/
avl.c 601 static int slots; local
605 slots = AVL_GRABSIZE;
607 } else if ( avl_maxlist == slots ) {
608 slots += AVL_GRABSIZE;
610 (unsigned) slots * sizeof(void*));
  /src/common/lib/libc/gen/
ptree.c 1071 const pt_bitlen_t slots = 1 << PTN_BRANCH_BITLEN(parent); local
1074 for (slot = 0; slot < slots; slot++) {
1079 for (slot = 0; slot < slots; slot++) {
1143 const pt_bitlen_t slots = 1 << bitlen; local
1170 for (slot = 0; slot < slots; slot++) {
  /src/sys/arch/powerpc/powerpc/
openfirm.c 868 uint32_t slots[16]; member in struct:__anon1811
888 args.slots[i] = (uintptr_t)OF_buf;
894 args.slots[i] = (uintptr_t)va_arg(ap, uint32_t *);
901 rv = args.slots[i];
905 *va_arg(ap, uint32_t *) = args.slots[i];
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.c 108 /* Oldest user mode expects 256 event slots */
113 * Compatibility with old user mode: Only use signal slots
496 uint64_t *slots = page_slots(p->signal_page); local
511 if (slots[id] != UNSIGNALED_EVENT_SLOT)
516 * iterate over the signal slots and lookup
520 if (slots[id] != UNSIGNALED_EVENT_SLOT) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_mst.c 60 int bpp, slots = -EINVAL; local
72 slots = drm_dp_atomic_find_vcpi_slots(state, &intel_dp->mst_mgr,
74 if (slots == -EDEADLK)
75 return slots;
76 if (slots >= 0)
80 if (slots < 0) {
81 DRM_DEBUG_KMS("failed finding vcpi slots:%d\n", slots);
82 return slots;
91 crtc_state->dp_m_n.tu = slots;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_mst.c 73 int slots)
86 val = NI_DP_MSE_SAT_SLOT_COUNT0(slots) | NI_DP_MSE_SAT_SRC0(fe);
147 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port);
153 new_attribs[i].slots != mst_conn->cur_stream_attribs[i].slots) {
154 radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots);
156 mst_conn->cur_stream_attribs[i].slots = new_attribs[i].slots;
163 mst_conn->cur_stream_attribs[i].slots = 0;
398 int ret __unused, slots; local
    [all...]
  /src/sys/uvm/
uvm_aobj.c 84 ((elt)->slots[UAO_SWHASH_ELT_PAGESLOT_IDX(idx)])
116 int count; /* our number of active slots */
117 int slots[UAO_SWHASH_CLUSTER_SIZE]; /* the slots */ member in struct:uao_swhash_elt
237 memset(elt->slots, 0, sizeof(elt->slots));
1179 int slot = elt->slots[i];
1358 int slot = elt->slots[j];
1367 elt->slots[j] = 0;
1396 * the swap slots we've freed
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.h 186 Slot *slots; member in class:PathTree
361 return &slots[idx];
365 void allocate_slots (Slot *slots, int nslots);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.h 186 Slot *slots; member in class:PathTree
361 return &slots[idx];
365 void allocate_slots (Slot *slots, int nslots);
  /src/external/gpl3/gcc/dist/gcc/
lra-spills.cc 25 The pass creates necessary stack slots and assigns spilled pseudos
26 to the stack slots in following way:
29 for all stack slots S do
95 /* The stack slots for each spilled pseudo. Indexed by regnos. */
123 /* Array containing info about the stack slots. The array element is
125 static class slot *slots; variable in typeref:class:slot
126 /* The number of the stack slots currently existing. */
146 x = slots[slot_num].mem;
149 x = assign_stack_local (BLKmode, slots[slot_num].size,
150 slots[slot_num].align)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-spills.cc 25 The pass creates necessary stack slots and assigns spilled pseudos
26 to the stack slots in following way:
29 for all stack slots S do
95 /* The stack slots for each spilled pseudo. Indexed by regnos. */
123 /* Array containing info about the stack slots. The array element is
125 static class slot *slots; variable in typeref:class:slot
126 /* The number of the stack slots currently existing. */
146 x = slots[slot_num].mem;
149 x = assign_stack_local (BLKmode, slots[slot_num].size,
150 slots[slot_num].align)
    [all...]
  /src/sys/arch/powerpc/booke/
e500_tlb.c 841 u_int slots = 0, nextslot = 0; local
847 slots += memsize / size;
848 if (slots > 4)
851 if (slots > tlb1->tlb1_numfree - 1)
855 for (; nextslot < slots; nextslot++) {
  /src/sys/compat/linux/common/
linux_cdrom.h 179 struct linux_cdrom_slot slots[LINUX_CDROM_MAX_SLOTS]; member in struct:linux_cdrom_changer_info

Completed in 32 milliseconds

1 2 3