Home
last modified time | relevance | path

Searched refs:p_head (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/multimedia/vlc/vlc-3.0.16/modules/spu/dynamicoverlay/
H A Ddynamicoverlay_queue.c40 p_queue->p_head = NULL; in QueueInit()
48 command_t *p_cur = p_queue->p_head, *p_temp; in QueueDestroy()
55 p_queue->p_head = NULL; in QueueDestroy()
67 if( p_queue->p_head == NULL ) in QueueEnqueue()
69 p_queue->p_head = p_cmd; in QueueEnqueue()
79 if( p_queue->p_head == NULL ) in QueueDequeue()
85 command_t *p_ret = p_queue->p_head; in QueueDequeue()
92 p_queue->p_head = p_queue->p_head->p_next; in QueueDequeue()
100 if( p_source->p_head == NULL ) { in QueueTransfer()
104 if( p_sink->p_head == NULL ) { in QueueTransfer()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dhxxx_nal.h259 const uint8_t *p_head; member
267 p_ctx->p_head = p_data; in hxxx_iterator_init()
287 if( i_nal_size > p_ctx->p_tail - p_ctx->p_head ) in hxxx_iterate_next()
290 *pp_start = p_ctx->p_head; in hxxx_iterate_next()
292 p_ctx->p_head += i_nal_size; in hxxx_iterate_next()
299 if( !p_ctx->p_head ) in hxxx_annexb_iterate_next()
302 p_ctx->p_head = startcode_FindAnnexB( p_ctx->p_head, p_ctx->p_tail ); in hxxx_annexb_iterate_next()
303 if( !p_ctx->p_head ) in hxxx_annexb_iterate_next()
314 *pp_start = p_ctx->p_head; in hxxx_annexb_iterate_next()
315 *pi_size = p_end - p_ctx->p_head; in hxxx_annexb_iterate_next()
[all …]
H A Dav1_obu.h201 const uint8_t *p_head; member
208 p_ctx->p_head = p_data; in AV1_OBU_iterator_init()
215 const size_t i_remain = p_ctx->p_tail - p_ctx->p_head; in AV1_OBU_iterate_next()
216 if(!AV1_OBUIsValid(p_ctx->p_head, i_remain)) in AV1_OBU_iterate_next()
218 if(!AV1_OBUHasSizeField(p_ctx->p_head)) in AV1_OBU_iterate_next()
220 *pp_start = p_ctx->p_head; in AV1_OBU_iterate_next()
222 p_ctx->p_head = p_ctx->p_tail; in AV1_OBU_iterate_next()
227 const uint32_t i_obu_size = AV1_OBUSize(p_ctx->p_head, i_remain, &i_obu_size_len); in AV1_OBU_iterate_next()
228 … const size_t i_obu = i_obu_size + i_obu_size_len + !!AV1_OBUHasExtensionField(p_ctx->p_head) + 1; in AV1_OBU_iterate_next()
232 *pp_start = p_ctx->p_head; in AV1_OBU_iterate_next()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/http/
H A DChunk.cpp298 p_head (NULL), in HTTPChunkBufferedSource()
299 pp_tail (&p_head), in HTTPChunkBufferedSource()
319 if(p_head) in ~HTTPChunkBufferedSource()
322 p_head = NULL; in ~HTTPChunkBufferedSource()
323 pp_tail = &p_head; in ~HTTPChunkBufferedSource()
442 if(!p_head && done) in readBlock()
451 p_block = p_head; in readBlock()
452 p_head = p_head->p_next; in readBlock()
453 if(p_head == NULL) in readBlock()
455 pp_tail = &p_head; in readBlock()
[all …]
/dports/net/sems/sems-f89581a/core/sip/
H A Dfifo_buffer.cpp9 p_head = p_tail = data; in fifo_buffer()
24 if((p_head >= p_tail) && in write()
25 (len > data_end - p_head)) { in write()
28 unsigned int buf_end = data_end - p_head; in write()
29 memcpy(p_head, buf, buf_end); in write()
31 p_head = data + len - buf_end; in write()
36 memcpy(p_head,buf,len); in write()
37 p_head += len; in write()
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dooxml_global.cpp40 const char* p_head = nullptr; in resolve_file_path() local
45 if (!p_head) in resolve_file_path()
49 size_t len = p - p_head; in resolve_file_path()
50 pstring dir(p_head, len); in resolve_file_path()
62 p_head = nullptr; in resolve_file_path()
64 else if (p_head) in resolve_file_path()
69 p_head = p; in resolve_file_path()
72 if (p_head) in resolve_file_path()
/dports/math/igraph/igraph-0.9.5/src/centrality/prpack/
H A Dprpack_igraph_graph.cpp19 int *p_head, *p_head_copy; in prpack_igraph_graph() local
32 p_head = heads = new int[num_es]; in prpack_igraph_graph()
67 *p_head = IGRAPH_FROM(g, eid); in prpack_igraph_graph()
68 ++p_head; in prpack_igraph_graph()
85 p_head_copy = p_head; in prpack_igraph_graph()
98 *p_head = IGRAPH_OTHER(g, VECTOR(neis)[j], i); in prpack_igraph_graph()
99 if (i == *p_head) { in prpack_igraph_graph()
102 ++p_head; in prpack_igraph_graph()
104 tails[i] = p_head - p_head_copy; in prpack_igraph_graph()
/dports/math/R-cran-igraph/igraph/src/prpack/
H A Dprpack_igraph_graph.cpp17 int *p_head, *p_head_copy; in prpack_igraph_graph() local
30 p_head = heads = new int[num_es]; in prpack_igraph_graph()
65 *p_head = IGRAPH_FROM(g, eid); in prpack_igraph_graph()
66 ++p_head; in prpack_igraph_graph()
83 p_head_copy = p_head; in prpack_igraph_graph()
96 *p_head = IGRAPH_OTHER(g, VECTOR(neis)[j], i); in prpack_igraph_graph()
97 if (i == *p_head) { in prpack_igraph_graph()
100 ++p_head; in prpack_igraph_graph()
102 tails[i] = p_head - p_head_copy; in prpack_igraph_graph()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dlibdirac_libschro.c72 queue->p_head = queue->p_tail = NULL; in ff_dirac_schro_queue_init()
78 while (queue->p_head) { in ff_dirac_schro_queue_free()
93 if (queue->p_head == NULL) in ff_dirac_schro_queue_push_back()
94 queue->p_head = p_new; in ff_dirac_schro_queue_push_back()
104 FfmpegDiracSchroQueueElement *top = queue->p_head; in ff_dirac_schro_queue_pop()
108 queue->p_head = queue->p_head->next; in ff_dirac_schro_queue_pop()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_adc.c46 nrfx_adc_channel_t * p_head; member
95 m_cb.p_head = NULL; in nrfx_adc_uninit()
105 if (m_cb.p_head == NULL) in nrfx_adc_channel_enable()
107 m_cb.p_head = p_channel; in nrfx_adc_channel_enable()
125 NRFX_ASSERT(m_cb.p_head); in nrfx_adc_channel_disable()
128 nrfx_adc_channel_t * p_curr_channel = m_cb.p_head; in nrfx_adc_channel_disable()
142 m_cb.p_head = p_curr_channel->p_next; in nrfx_adc_channel_disable()
152 m_cb.p_head = NULL; in nrfx_adc_all_channels_disable()
220 NRFX_ASSERT(m_cb.p_head); in adc_sample_process()
222 m_cb.p_current_conv = m_cb.p_head; in adc_sample_process()
[all …]
/dports/audio/festival/speech_tools/ling_class/
H A DEST_Relation.cc52 p_head = 0; in VAL_REGISTER_CLASS()
59 p_head = 0; in EST_Relation()
70 p_head = 0; in copy()
99 p_head = nn; in append()
130 else if (p_head == 0) in prepend()
137 p_head = nn; in prepend()
174 p_head = p_tail = 0; in clear()
179 if (p_head == node) in remove_item()
180 p_head = node->next(); in remove_item()
538 p_tail = p_head->last(); in load_items()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
75 if (p_head->m_p_parent != 0) in assert_valid()
77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
75 if (p_head->m_p_parent != 0) in assert_valid()
77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
75 if (p_head->m_p_parent != 0) in assert_valid()
77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
75 if (p_head->m_p_parent != 0) in assert_valid()
77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp73 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
74 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
75 if (p_head->m_p_parent != 0) in assert_valid()
77 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
78 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head; in assert_valid() local
72 PB_DS_DEBUG_VERIFY(p_head->m_red); in assert_valid()
73 if (p_head->m_p_parent != 0) in assert_valid()
75 PB_DS_DEBUG_VERIFY(!p_head->m_p_parent->m_red); in assert_valid()
76 assert_node_consistent(p_head->m_p_parent, __file, __line); in assert_valid()

12345678910