Home
last modified time | relevance | path

Searched refs:head_pos (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxalgo/
H A Dqueue.c67 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_reserve()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
103 queue->tail_pos = queue->head_pos + 1; in zbx_queue_ptr_compact()
109 queue->head_pos = values_num; in zbx_queue_ptr_compact()
161 queue->head_pos = 0; in zbx_queue_ptr_push()
179 if (queue->tail_pos != queue->head_pos) in zbx_queue_ptr_pop()
187 queue->head_pos = 0; in zbx_queue_ptr_pop()
209 if (queue->tail_pos == queue->head_pos) in zbx_queue_ptr_remove_value()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
221 for (; i < queue->head_pos - 1; i++) in zbx_queue_ptr_remove_value()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dresizablebooleanarray.pmc73 offsetkey = key + head_pos;
106 offsetkey = key + head_pos;
186 UINTVAL tail_pos, head_pos;
192 new_size = tail_pos - head_pos;
218 new_size = tail_pos - head_pos;
237 UINTVAL head_pos;
242 if (head_pos <= 0) {
294 UINTVAL tail_pos, head_pos;
310 if (head_pos >= MIN_ALLOC) {
347 UINTVAL tail_pos, head_pos;
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/audio/
H A Dopenal-audio.c369 int head_pos = s->fill_stat_buffer_pos; in update_stats() local
372 head_pos = (head_pos + 1) % FILL_STAT_BUFFER_LENGTH; in update_stats()
378 s->fill_stat_buffer[head_pos] = available; in update_stats()
380 s->err_stat_buffer[head_pos] = error; in update_stats()
406 int pos = head_pos; in update_stats()
425 s->avg_fill_stat_buffer[head_pos] = s->fill_stat_buffer_avg; in update_stats()
431 s->fill_stat_buffer_pos = head_pos; in update_stats()
712 int head_pos = s->fill_stat_buffer_pos; in fs_emu_audio_render_debug_info() local
714 int pos = head_pos; in fs_emu_audio_render_debug_info()
738 pos = head_pos; in fs_emu_audio_render_debug_info()
[all …]
/dports/japanese/anthy/anthy-0.4/src-splitter/
H A Dsegclass.c31 int head_pos; in anthy_set_seg_class() local
37 head_pos = wl->head_pos; in anthy_set_seg_class()
44 switch (head_pos) { in anthy_set_seg_class()
H A Ddepgraph.c158 int head_pos = tmpl->head_pos; /* 品詞の情報 */ in match_branch() local
170 if (anthy_dic_ntohl(transition->head_pos) != POS_NONE) { in match_branch()
171 tmpl->head_pos = anthy_dic_ntohl(transition->head_pos); in match_branch()
197 tmpl->head_pos = head_pos; in match_branch()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dfpchop.cpp48 static void save_chop_cfragment(int16_t head_index, ICOORD head_pos, int16_t tail_index,
421 ICOORD head_pos; // start of fragment in fixed_chop_coutline() local
448 head_pos = tail_pos; in fixed_chop_coutline()
466 save_chop_cfragment(head_index, head_pos, tail_index, tail_pos, srcline, left_frags); in fixed_chop_coutline()
480 head_pos = tail_pos; in fixed_chop_coutline()
499 head_pos = tail_pos; in fixed_chop_coutline()
502 save_chop_cfragment(head_index, head_pos, first_index, first_pos, srcline, left_frags); in fixed_chop_coutline()
514 ICOORD head_pos, // head of fragment in save_chop_cfragment() argument
526 ASSERT_HOST(tail_pos.x() == head_pos.x()); in save_chop_cfragment()
532 jump = tail_pos.y() - head_pos.y(); in save_chop_cfragment()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/peripherals/
H A Dif1.c72 int head_pos; member
516 microdrive[m].head_pos = 0; in microdrives_reset()
563 mdr->head_pos ); in port_mdr_in()
587 block = mdr->head_pos / 543 + ( mdr->max_bytes == 15 ? 0 : 256 ); in port_ctr_in()
808 mdr->head_pos, mdr->transfered, mdr->max_bytes, val ); in port_mdr_out()
810 block = mdr->head_pos / 543 + ( mdr->max_bytes == 15 ? 0 : 256 ); in port_mdr_out()
823 libspectrum_microdrive_set_data( mdr->cartridge, mdr->head_pos, in port_mdr_out()
1032 microdrive[m].head_pos++; in increment_head()
1033 if( microdrive[m].head_pos >= in increment_head()
1036 microdrive[m].head_pos = 0; in increment_head()
[all …]
/dports/emulators/fuse/fuse-1.6.0/peripherals/
H A Dif1.c72 int head_pos; member
522 microdrive[m].head_pos = 0; in microdrives_reset()
569 mdr->head_pos ); in port_mdr_in()
593 block = mdr->head_pos / 543 + ( mdr->max_bytes == 15 ? 0 : 256 ); in port_ctr_in()
816 mdr->head_pos, mdr->transfered, mdr->max_bytes, val ); in port_mdr_out()
818 block = mdr->head_pos / 543 + ( mdr->max_bytes == 15 ? 0 : 256 ); in port_mdr_out()
831 libspectrum_microdrive_set_data( mdr->cartridge, mdr->head_pos, in port_mdr_out()
1040 microdrive[m].head_pos++; in increment_head()
1041 if( microdrive[m].head_pos >= in increment_head()
1044 microdrive[m].head_pos = 0; in increment_head()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/firewire/tascam/
H A Dtascam-hwdep.c59 unsigned int head_pos; in tscm_hwdep_read_queue() local
69 head_pos = tscm->pull_pos; in tscm_hwdep_read_queue()
71 length = (tail_pos - head_pos) * sizeof(*entries); in tscm_hwdep_read_queue()
78 if (copy_to_user(pos, &entries[head_pos], length)) in tscm_hwdep_read_queue()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/firewire/tascam/
H A Dtascam-hwdep.c59 unsigned int head_pos; in tscm_hwdep_read_queue() local
69 head_pos = tscm->pull_pos; in tscm_hwdep_read_queue()
71 length = (tail_pos - head_pos) * sizeof(*entries); in tscm_hwdep_read_queue()
78 if (copy_to_user(pos, &entries[head_pos], length)) in tscm_hwdep_read_queue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/firewire/tascam/
H A Dtascam-hwdep.c59 unsigned int head_pos; in tscm_hwdep_read_queue() local
69 head_pos = tscm->pull_pos; in tscm_hwdep_read_queue()
71 length = (tail_pos - head_pos) * sizeof(*entries); in tscm_hwdep_read_queue()
78 if (copy_to_user(pos, &entries[head_pos], length)) in tscm_hwdep_read_queue()

123456789