Home
last modified time | relevance | path

Searched refs:tail_pos (Results 1 – 25 of 81) sorted by relevance

1234

/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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; 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()
70 memmove(queue->values + queue->tail_pos + resize_num, queue->values + queue->tail_pos, in zbx_queue_ptr_reserve()
72 queue->tail_pos += resize_num; in zbx_queue_ptr_reserve()
97 if (0 != queue->tail_pos) in zbx_queue_ptr_compact()
99 if (queue->tail_pos > queue->head_pos) in zbx_queue_ptr_compact()
108 queue->tail_pos = 0; in zbx_queue_ptr_compact()
184 queue->tail_pos = 0; in zbx_queue_ptr_pop()
212 if (queue->tail_pos < queue->head_pos) in zbx_queue_ptr_remove_value()
213 start_pos = queue->tail_pos; in zbx_queue_ptr_remove_value()
236 for (; i > queue->tail_pos; i--) in zbx_queue_ptr_remove_value()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dresizablebooleanarray.pmc64 key += tail_pos;
75 if (offsetkey >= tail_pos)
97 key += tail_pos;
108 if (offsetkey >= tail_pos)
186 UINTVAL tail_pos, head_pos;
212 if (tail_pos < 1)
244 UINTVAL tail_pos;
294 UINTVAL tail_pos, head_pos;
297 if (tail_pos < 1)
347 UINTVAL tail_pos, head_pos;
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/rigify/rigs/spines/
H A Dsuper_spine.py57 tail_pos = self.params.tail_pos
58 if tail_pos < 2:
60 if tail_pos >= pivot_pos:
63 tail_orgs = list(reversed(spine_orgs[0 : tail_pos]))
64 spine_orgs = spine_orgs[tail_pos : ]
65 pivot_pos -= tail_pos
113 params.tail_pos = bpy.props.IntProperty(
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dfpchop.cpp432 tail_pos = pos; in fixed_chop_coutline()
437 tail_pos = pos; in fixed_chop_coutline()
448 head_pos = tail_pos; in fixed_chop_coutline()
451 tail_pos += srcline->step(tail_index); in fixed_chop_coutline()
469 first_pos = tail_pos; in fixed_chop_coutline()
473 tail_pos += srcline->step(tail_index); in fixed_chop_coutline()
480 head_pos = tail_pos; in fixed_chop_coutline()
488 } while (tail_pos.x() != chop_coord); in fixed_chop_coutline()
499 head_pos = tail_pos; in fixed_chop_coutline()
532 jump = tail_pos.y() - head_pos.y(); in save_chop_cfragment()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/collections/vec_deque/
H A Dtests.rs103 tester.tail = tail_pos; in test_swap_front_back_remove()
104 tester.head = tail_pos; in test_swap_front_back_remove()
147 for tail_pos in 0..cap { in test_insert()
149 tester.tail = tail_pos; in test_insert()
150 tester.head = tail_pos; in test_insert()
291 for tail_pos in 0..cap { in test_remove()
293 tester.tail = tail_pos; in test_remove()
424 for tail_pos in 0..=max_cap { in test_shrink_to_fit()
425 tester.tail = tail_pos; in test_shrink_to_fit()
426 tester.head = tail_pos; in test_shrink_to_fit()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/firewire/tascam/
H A Dtascam-hwdep.c60 unsigned int tail_pos; in tscm_hwdep_read_queue() local
66 tail_pos = tscm->push_pos; in tscm_hwdep_read_queue()
68 tail_pos = SND_TSCM_QUEUE_COUNT; in tscm_hwdep_read_queue()
71 length = (tail_pos - head_pos) * sizeof(*entries); in tscm_hwdep_read_queue()
83 tscm->pull_pos = tail_pos % SND_TSCM_QUEUE_COUNT; in tscm_hwdep_read_queue()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/firewire/tascam/
H A Dtascam-hwdep.c60 unsigned int tail_pos; in tscm_hwdep_read_queue() local
66 tail_pos = tscm->push_pos; in tscm_hwdep_read_queue()
68 tail_pos = SND_TSCM_QUEUE_COUNT; in tscm_hwdep_read_queue()
71 length = (tail_pos - head_pos) * sizeof(*entries); in tscm_hwdep_read_queue()
83 tscm->pull_pos = tail_pos % SND_TSCM_QUEUE_COUNT; in tscm_hwdep_read_queue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/firewire/tascam/
H A Dtascam-hwdep.c60 unsigned int tail_pos; in tscm_hwdep_read_queue() local
66 tail_pos = tscm->push_pos; in tscm_hwdep_read_queue()
68 tail_pos = SND_TSCM_QUEUE_COUNT; in tscm_hwdep_read_queue()
71 length = (tail_pos - head_pos) * sizeof(*entries); in tscm_hwdep_read_queue()
83 tscm->pull_pos = tail_pos % SND_TSCM_QUEUE_COUNT; in tscm_hwdep_read_queue()
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dtrie.h111 void trie_set_tail(trie_t *self, unsigned char *tail, uint32_t tail_pos);
131 size_t tail_pos; member
139 …_get_prefix_from_index(trie_t *self, char *key, size_t len, uint32_t start_index, size_t tail_pos);
/dports/biology/subread/subread-2.0.2-source/src/
H A Dsubtools.c187 int tail_pos = strlen(in_buff)-1; in main() local
189 if(in_buff[tail_pos] == '\n') in_buff[tail_pos] =0; in main()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tera-1.12.1/src/renderer/
H A Dstack_frame.rs138 let (real_key, tail) = if let Some(tail_pos) = key.find('.') { in find_value_in_for_loop()
139 (&key[..tail_pos], &key[tail_pos + 1..]) in find_value_in_for_loop()

1234