Home
last modified time | relevance | path

Searched refs:next_slot (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-pointer-queue.c20 queue->next_slot = 0; in sgen_pointer_queue_clear()
26 queue->next_slot = 0; in sgen_pointer_queue_init()
48 return queue->next_slot >= queue->size; in sgen_pointer_queue_will_grow()
57 queue->data [queue->next_slot++] = ptr; in sgen_pointer_queue_add()
63 g_assert (queue->next_slot); in sgen_pointer_queue_pop()
91 end = queue->data + queue->next_slot; in sgen_pointer_queue_remove_nulls()
98 queue->next_slot = start - queue->data; in sgen_pointer_queue_remove_nulls()
111 if (queue->next_slot > 1) in sgen_pointer_queue_sort_uniq()
114 end = queue->data + queue->next_slot; in sgen_pointer_queue_sort_uniq()
133 for (i = 0; i < queue->next_slot; ++i) in sgen_pointer_queue_find()
[all …]
H A Dsgen-array-list.c72 guint32 next_slot = array->next_slot; in sgen_array_list_find_unset() local
74 if (next_slot < capacity) in sgen_array_list_find_unset()
75 return next_slot; in sgen_array_list_find_unset()
103 if (new_index >= array->next_slot) in sgen_array_list_update_next_slot()
104 array->next_slot = new_index + 1; in sgen_array_list_update_next_slot()
109 old_next_slot = array->next_slot; in sgen_array_list_update_next_slot()
112 …} while (mono_atomic_cas_i32 ((volatile gint32 *)&array->next_slot, (gint32)(new_index + 1), (gint… in sgen_array_list_update_next_slot()
123 guint32 new_index = array->next_slot; in sgen_array_list_alloc_block()
137 array->next_slot = new_index + slots_to_add; in sgen_array_list_alloc_block()
229 array->next_slot = start; in sgen_array_list_remove_nulls()
H A Dsgen-pinning.c58 last_num_pinned = pin_queue.next_slot; in sgen_finish_pinning()
81 for (i = 0; i < pin_queue_objs.next_slot; ++i) { in sgen_scan_pin_queue_objects()
106 …SGEN_ASSERT (0, last == pin_queue.next_slot || pin_queue.data [last] >= end, "Pin queue search gon… in sgen_find_optimized_pin_queue_area()
115 SGEN_ASSERT (0, index <= pin_queue.next_slot, "Pin queue entry out of range"); in sgen_pinning_get_entry()
136 section->pin_queue_last_entry = pin_queue.next_slot; in sgen_pinning_setup_section()
143 pin_queue.next_slot = section->pin_queue_last_entry; in sgen_pinning_trim_queue_to_section()
202 return pin_queue.next_slot; in sgen_get_pinned_count()
273 if (index == pin_queue.next_slot) in sgen_cement_force_pinned()
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/src/
H A Dspeedy_slot.c23 slotnum_t n = SLOT(slotnum).next_slot; in speedy_slot_remove()
30 SLOT(p).next_slot = n; in speedy_slot_remove()
40 SLOT(slotnum).next_slot = *head; in speedy_slot_insert()
51 SLOT(slotnum).next_slot = 0; in speedy_slot_append()
53 SLOT(*tail).next_slot = slotnum; in speedy_slot_append()
66 for (next_ptr = head; *next_ptr; next_ptr = &(SLOT(*next_ptr).next_slot)) { in speedy_slot_insert_sorted()
68 SLOT(slotnum).next_slot = *next_ptr; in speedy_slot_insert_sorted()
87 FILE_HEAD.slot_free = SLOT(slotnum).next_slot; in speedy_slot_alloc()
130 SLOT(slotnum).next_slot = FILE_HEAD.slot_free; in speedy_slot_free()
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dniceprintf.c150 static char *next_slot; variable
160 next_slot = output_buf = Alloc(MAX_OUTPUT_SIZE); in np_init()
237 SPRINTF (next_slot, a, b, c, d, e, f, g);
240 fprintf (fp,"%s", next_slot);
257 for (pointer = next_slot; *pointer && *pointer != '\n' &&
338 next_slot = pointer;
362 pointer = adjust_pointer_in_string(next_slot);
392 next_slot = output_buf;
394 *next_slot++ = '"';
395 fwd_strcpy(next_slot, pointer + 1);
[all …]
/dports/lang/f2c/f2c-20200916/src/
H A Dniceprintf.c150 static char *next_slot; variable
160 next_slot = output_buf = Alloc(MAX_OUTPUT_SIZE); in np_init()
237 SPRINTF (next_slot, a, b, c, d, e, f, g);
240 fprintf (fp,"%s", next_slot);
260 for (pointer = next_slot; *pointer && *pointer != '\n' &&
342 next_slot = pointer;
366 pointer = adjust_pointer_in_string(next_slot);
396 next_slot = output_buf;
398 *next_slot++ = '"';
399 fwd_strcpy(next_slot, pointer + 1);
[all …]
/dports/net/vncreflector/vnc_reflector/
H A Dasync_io.c226 AIO_SLOT *slot, *next_slot; in aio_walk_slots() local
231 next_slot = slot->next; in aio_walk_slots()
236 slot = next_slot; in aio_walk_slots()
339 slot = next_slot; in aio_mainloop()
354 next_slot = slot->next; in aio_mainloop()
356 slot = next_slot; in aio_mainloop()
392 slot = next_slot; in aio_mainloop()
407 next_slot = slot->next; in aio_mainloop()
409 slot = next_slot; in aio_mainloop()
663 next_slot = slot->next; in aio_process_closed()
[all …]
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-window-pane.c143 CajaWindowSlot *next_slot; in caja_window_pane_slot_close() local
145 next_slot = NULL; in caja_window_pane_slot_close()
148 next_slot = CAJA_WINDOW_SLOT (pane->active_slots->next->data); in caja_window_pane_slot_close()
151 if (next_slot == NULL) in caja_window_pane_slot_close()
153 next_slot = get_first_inactive_slot (CAJA_WINDOW_PANE (pane)); in caja_window_pane_slot_close()
156 caja_window_set_active_slot (window, next_slot); in caja_window_pane_slot_close()
/dports/multimedia/v4l_compat/linux-5.13-rc2/virt/kvm/
H A Ddirty_ring.c106 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local
122 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset()
134 if (!first_round && next_slot == cur_slot) { in kvm_dirty_ring_reset()
151 cur_slot = next_slot; in kvm_dirty_ring_reset()
/dports/multimedia/libv4l/linux-5.13-rc2/virt/kvm/
H A Ddirty_ring.c106 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local
122 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset()
134 if (!first_round && next_slot == cur_slot) { in kvm_dirty_ring_reset()
151 cur_slot = next_slot; in kvm_dirty_ring_reset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/virt/kvm/
H A Ddirty_ring.c106 u32 cur_slot, next_slot; in kvm_dirty_ring_reset() local
122 next_slot = READ_ONCE(entry->slot); in kvm_dirty_ring_reset()
134 if (!first_round && next_slot == cur_slot) { in kvm_dirty_ring_reset()
151 cur_slot = next_slot; in kvm_dirty_ring_reset()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dgoughcompile_reg.cpp280 void set_initial_slots(const vector<VarP> &vars, u32 *next_slot) { in set_initial_slots() argument
283 var->slot = (*next_slot)++; in set_initial_slots()
292 u32 next_slot = 0; in initial_slots() local
294 set_initial_slots(g[v].vars, &next_slot); in initial_slots()
297 set_initial_slots(g[e].vars, &next_slot); in initial_slots()
300 return next_slot; in initial_slots()
448 u32 next_slot = local_base; in update_local_slots() local
452 next_slot); in update_local_slots()
453 var->slot = next_slot++; in update_local_slots()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dxover.c96 unsigned int next_slot; in parse_headers() local
109 next_slot = NON_XOVER_HEADER_START; in parse_headers()
140 if ((i == NON_XOVER_HEADER_START) && (next_slot < MAX_PARSED_HEADERS)) in parse_headers()
143 Parsed_Headers[next_slot].name = h; in parse_headers()
144 Parsed_Headers[next_slot].name_len = len; in parse_headers()
145 Parsed_Headers[next_slot].value = colon; in parse_headers()
146 next_slot++; in parse_headers()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dassoc_array.c486 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
657 next_slot = 0; in assoc_array_insert_into_terminal_node()
685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1558 next_slot = 0; in assoc_array_gc()
1580 next_slot); in assoc_array_gc()
1589 if (slot < next_slot) in assoc_array_gc()
1590 next_slot = slot; in assoc_array_gc()
1596 while (new_n->slots[next_slot]) in assoc_array_gc()
1597 next_slot++; in assoc_array_gc()
1599 new_n->slots[next_slot++] = p; in assoc_array_gc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dassoc_array.c486 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
657 next_slot = 0; in assoc_array_insert_into_terminal_node()
685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1558 next_slot = 0; in assoc_array_gc()
1580 next_slot); in assoc_array_gc()
1589 if (slot < next_slot) in assoc_array_gc()
1590 next_slot = slot; in assoc_array_gc()
1596 while (new_n->slots[next_slot]) in assoc_array_gc()
1597 next_slot++; in assoc_array_gc()
1599 new_n->slots[next_slot++] = p; in assoc_array_gc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dassoc_array.c486 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local
657 next_slot = 0; in assoc_array_insert_into_terminal_node()
685 BUG_ON(next_slot <= 1); in assoc_array_insert_into_terminal_node()
1558 next_slot = 0; in assoc_array_gc()
1580 next_slot); in assoc_array_gc()
1589 if (slot < next_slot) in assoc_array_gc()
1590 next_slot = slot; in assoc_array_gc()
1596 while (new_n->slots[next_slot]) in assoc_array_gc()
1597 next_slot++; in assoc_array_gc()
1599 new_n->slots[next_slot++] = p; in assoc_array_gc()
[all …]
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dcollector.c453 int next_slot = fs->extension_map_list.next_free; in AddExtensionMap() local
458 if ( next_slot >= fs->extension_map_list.max_maps ) { in AddExtensionMap()
471 dbg_printf("Add map to slot %d\n", next_slot); in AddExtensionMap()
472 fs->extension_map_list.maps[next_slot] = map; in AddExtensionMap()
473 map->map_id = next_slot; in AddExtensionMap()
476 if ( (next_slot + 1) == fs->extension_map_list.num_maps ) { in AddExtensionMap()
485 for ( i = (next_slot + 1); i < fs->extension_map_list.max_maps; i++ ) { in AddExtensionMap()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/Changer/
H A Ddisk.pm552 my $next_slot;
555 $next_slot = $slot+1;
556 return $next_slot if (-d $self->{'dir'} . "/slot$next_slot");
561 for $next_slot (@all_slots) {
562 return $next_slot if ($prev == $slot);
563 $prev = $next_slot;
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/Changer/
H A Ddisk.pm552 my $next_slot;
555 $next_slot = $slot+1;
556 return $next_slot if (-d $self->{'dir'} . "/slot$next_slot");
561 for $next_slot (@all_slots) {
562 return $next_slot if ($prev == $slot);
563 $prev = $next_slot;
/dports/graphics/libosmesa/mesa-21.3.6/src/mapi/new/
H A DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1
/dports/lang/clover/mesa-21.3.6/src/mapi/new/
H A DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mapi/new/
H A DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1
/dports/graphics/mesa-libs/mesa-21.3.6/src/mapi/new/
H A DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mapi/new/
H A DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mapi/new/
H A DgenCommon.py81 next_slot = 0
92 functions[i] = functions[i]._replace(slot=next_slot)
93 next_slot += 1

12345678910>>...16