Home
last modified time | relevance | path

Searched refs:wrap_count (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dwrapper.c57 static int wrap_count=0; variable
219 for (; i < wrap_count + wrap_tempcount; ++i)
311 while(wrap_count) in wrap_kill()
312 wrap_free_entry(wrap_list[--wrap_count]); in wrap_kill()
318 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp()
356 wrap_count=wrap_saved_count; in wrap_restore_saved()
484 if(wrap_count+wrap_tempcount>=wrap_size){
492 for(x=wrap_count+wrap_tempcount-1;x>=wrap_count;--x)
496 x=(temp ? wrap_count+(wrap_tempcount++):(wrap_count++));
511 int x,count=wrap_count+wrap_tempcount;
[all …]
H A DChangeLog-97290 * wrapper.c (wrap_name_has): loop as far as wrap_count +
291 wrap_temp_count, not wrap_count + wrap_saved_count, otherwise
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dscheduler.c950 u16 wrap_count; in update_guest_context() local
959 wrap_count = workload->guest_rb_head >> RB_HEAD_WRAP_CNT_OFF; in update_guest_context()
962 if (wrap_count == RB_HEAD_WRAP_CNT_MAX) in update_guest_context()
963 wrap_count = 0; in update_guest_context()
965 wrap_count += 1; in update_guest_context()
968 head = (wrap_count << RB_HEAD_WRAP_CNT_OFF) | tail; in update_guest_context()
/openbsd/sys/dev/pci/
H A Dif_iwxreg.h2525 uint32_t wrap_count; member
2545 uint32_t wrap_count; member