Home
last modified time | relevance | path

Searched refs:p_first (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dsort.h86 p_array[p_first + p_hole_idx] = p_array[p_first + parent]; in push_heap()
96 adjust_heap(p_first, 0, p_last - p_first, p_value, p_array); in pop_heap()
113 p_array[p_first + p_hole_idx] = p_array[p_first + second_child]; in adjust_heap()
168 p_first++; in partitioner()
177 p_first++; in partitioner()
193 p_first, in introsort()
197 p_array[p_first + (p_last - p_first) / 2], in introsort()
219 p_first, in introselect()
223 p_array[p_first + (p_last - p_first) / 2], in introselect()
228 p_first = cut; in introselect()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dsort.h86 p_array[p_first + p_hole_idx] = p_array[p_first + parent]; in push_heap()
96 adjust_heap(p_first, 0, p_last - p_first, p_value, p_array); in pop_heap()
113 p_array[p_first + p_hole_idx] = p_array[p_first + second_child]; in adjust_heap()
168 p_first++; in partitioner()
177 p_first++; in partitioner()
193 p_first, in introsort()
197 p_array[p_first + (p_last - p_first) / 2], in introsort()
219 p_first, in introselect()
223 p_array[p_first + (p_last - p_first) / 2], in introselect()
228 p_first = cut; in introselect()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dsort_array.h97 p_array[p_first + p_hole_idx] = p_array[p_first + parent]; in push_heap()
107 adjust_heap(p_first, 0, p_last - p_first, p_value, p_array); in pop_heap()
124 p_array[p_first + p_hole_idx] = p_array[p_first + second_child]; in adjust_heap()
185 p_first++; in partitioner()
199 p_first++; in partitioner()
215 p_first, in introsort()
219 p_array[p_first + (p_last - p_first) / 2], in introsort()
241 p_first, in introselect()
245 p_array[p_first + (p_last - p_first) / 2], in introselect()
250 p_first = cut; in introselect()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dsort_array.h97 p_array[p_first + p_hole_idx] = p_array[p_first + parent]; in push_heap()
107 adjust_heap(p_first, 0, p_last - p_first, p_value, p_array); in pop_heap()
124 p_array[p_first + p_hole_idx] = p_array[p_first + second_child]; in adjust_heap()
185 p_first++; in partitioner()
199 p_first++; in partitioner()
215 p_first, in introsort()
219 p_array[p_first + (p_last - p_first) / 2], in introsort()
241 p_first, in introselect()
245 p_array[p_first + (p_last - p_first) / 2], in introselect()
250 p_first = cut; in introselect()
[all …]
/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/examples/dvbinfo/
H A Dbuffer.c49 buffer_t *p_first; member
80 fifo->p_first = NULL; in fifo_new()
81 fifo->pp_last = &fifo->p_first; in fifo_new()
93 buffer_t *p = fifo->p_first; in fifo_free()
97 fifo->p_first = NULL; in fifo_free()
98 fifo->pp_last = &fifo->p_first; in fifo_free()
121 if (fifo->p_first == NULL) in fifo_wake()
164 assert(fifo->p_first != NULL); in fifo_push()
180 buffer = fifo->p_first; in fifo_pop()
188 fifo->p_first = buffer->p_next; in fifo_pop()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfifo.c43 block_t *p_first; member
112 block_t *block = fifo->p_first; in vlc_fifo_DequeueUnlocked()
117 fifo->p_first = block->p_next; in vlc_fifo_DequeueUnlocked()
119 fifo->pp_last = &fifo->p_first; in vlc_fifo_DequeueUnlocked()
134 block_t *block = fifo->p_first; in vlc_fifo_DequeueAllUnlocked()
136 fifo->p_first = NULL; in vlc_fifo_DequeueAllUnlocked()
137 fifo->pp_last = &fifo->p_first; in vlc_fifo_DequeueAllUnlocked()
152 p_fifo->p_first = NULL; in block_FifoNew()
153 p_fifo->pp_last = &p_fifo->p_first; in block_FifoNew()
208 assert(p_fifo->p_first != NULL); in block_FifoShow()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/RTOS/RTX/SRC/
H A Drt_List.c98 P_TCB p_first; in rt_get_first() local
100 p_first = p_CB->p_lnk; in rt_get_first()
101 p_CB->p_lnk = p_first->p_lnk; in rt_get_first()
103 if (p_first->p_lnk != NULL) { in rt_get_first()
105 p_first->p_lnk = NULL; in rt_get_first()
107 p_first->p_rlnk = NULL; in rt_get_first()
110 p_first->p_lnk = NULL; in rt_get_first()
112 return (p_first); in rt_get_first()
132 P_TCB p_first; in rt_get_same_rdy_prio() local
134 p_first = os_rdy.p_lnk; in rt_get_same_rdy_prio()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_filter/
H A Dcache_block.c76 block_t *p_first; member
96 block_t *b = sys->p_first; in AStreamRefillBlock()
100 sys->p_first = b->p_next; in AStreamRefillBlock()
206 sys->p_current = sys->p_first; in AStreamPrebufferBlock()
218 block_ChainRelease(sys->p_first); in AStreamControlReset()
225 sys->p_first = NULL; in AStreamControlReset()
226 sys->pp_last = &sys->p_first; in AStreamControlReset()
241 block_t *b = sys->p_first; in AStreamSeekBlock()
318 sys->p_first = NULL; in AStreamSeekBlock()
461 sys->p_first = NULL; in Open()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Domxil_utils.h89 (p_fifo)->pp_last = &(p_fifo)->p_first; } while(0)
96 p_buffer = (p_fifo)->p_first;
100 while( !(p_fifo)->p_first ) \
102 p_buffer = (p_fifo)->p_first; \
105 (p_fifo)->p_first = *pp_next; *pp_next = 0; \
106 if( !(p_fifo)->p_first ) (p_fifo)->pp_last = &(p_fifo)->p_first; \
112 if( !(p_fifo)->p_first ) \
114 p_buffer = (p_fifo)->p_first; \
118 (p_fifo)->p_first = *pp_next; *pp_next = 0; \
119 if( !(p_fifo)->p_first ) (p_fifo)->pp_last = &(p_fifo)->p_first; \
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dmp4.c124 mp4_fragentry_t *p_first; member
463 p_stream->read.p_first = NULL; in AddStream()
465 p_stream->towrite.p_first = NULL; in AddStream()
813 if (!object.p_first)\
814 object.p_first = entry;\
819 entry = object.p_first;\
822 object.p_first = object.p_first->p_next;\
903 if ( p_stream->read.p_first ) in GetMoofBox()
916 if (p_stream->read.p_first) in GetMoofBox()
966 if (p_stream->read.p_first) in GetMoofBox()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_aout.h62 #define AOUT_FMTS_IDENTICAL( p_first, p_second ) ( \ argument
63 ((p_first)->i_format == (p_second)->i_format) \
64 && AOUT_FMTS_SIMILAR(p_first, p_second) )
67 #define AOUT_FMTS_SIMILAR( p_first, p_second ) ( \ argument
68 ((p_first)->i_rate == (p_second)->i_rate) \
69 && ((p_first)->channel_type == (p_second)->channel_type) \
70 && ((p_first)->i_physical_channels == (p_second)->i_physical_channels)\
71 && ((p_first)->i_chan_mode == (p_second)->i_chan_mode) )
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c87 block_t *p_first; member
193 id->p_first = NULL; in Add()
194 id->pp_last = &id->p_first; in Add()
211 if( id->p_first ) in Del()
212 block_ChainRelease( id->p_first ); in Del()
522 if( !id->id || !id->p_first ) in OutputStart()
525 const block_t *p_block = id->p_first; in OutputStart()
563 if( !id->id || id->p_first == NULL ) in OutputStart()
591 block_t *p_block = p_cand->p_first; in OutputStart()
592 p_cand->p_first = p_block->p_next; in OutputStart()
[all …]
/dports/net/multicat/multicat-2.3/
H A Dreordertp.c91 static block_t *p_first = NULL; variable
312 p_current = p_first; in RetxCheck()
375 block_t *p_block = p_first; in PacketSend()
378 p_first = p_block->p_next; in PacketSend()
379 if ( p_first == NULL ) in PacketSend()
382 p_first->p_prev = NULL; in PacketSend()
452 p_first = p_last = p_block; in PacketRecv()
465 p_block->p_next = p_first; in PacketRecv()
468 p_first = p_block; in PacketRecv()
642 while ( p_first != NULL in main()
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_io_handle_sidre.cpp227 std::string p_first; in read() local
229 utils::split_path(path,p_first,p_next); in read()
233 if(p_first == "root") in read()
242 << p_first in read()
364 std::string p_first; in list_child_names() local
366 utils::split_path(path,p_first,p_next); in list_child_names()
368 if(p_first == "root") in list_child_names()
381 if(utils::string_is_integer(p_first)) in list_child_names()
419 std::string p_first; in has_path() local
421 utils::split_path(path,p_first,p_next); in has_path()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/devel/boost-docs/boost_1_72_0/boost/compute/algorithm/detail/
H A Dsearch_all.hpp37 void set_range(PatternIterator p_first, in set_range() argument
43 m_p_count = iterator_range_size(p_first, p_last); in set_range()
55 " if(" << p_first[expr<uint_>("j")] << " != " << in set_range()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/
H A Dsearch.hpp40 PatternIterator p_first, in search() argument
47 - detail::iterator_range_size(p_first, p_last) + 1, in search()
56 kernel.set_range(p_first, p_last, t_first, t_last, matching_indices.begin()); in search()
/dports/math/libflame/libflame-5.2.0/src/lapack/misc/ttmm/front/flamec/test/fla/
H A Dtest_Ttmm.c32 p_first, p_last, p_inc, in main() local
65 scanf( "%d%d%d", &p_first, &p_last, &p_inc ); in main()
66 fprintf( stdout, "%c %d %d %d\n", '%', p_first, p_last, p_inc ); in main()
94 for ( p = p_first, i = 1; p <= p_last; p += p_inc, i += 1 ) in main()

12345678910>>...19