Searched refs:to_move (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | btree.h | 840 void rebalance_right_to_left(int to_move, btree_node *right, 842 void rebalance_left_to_right(int to_move, btree_node *right, 1632 void btree_node<P>::rebalance_right_to_left(const int to_move, 1638 assert(to_move >= 1); 1639 assert(to_move <= right->count()); 1645 transfer_n(to_move - 1, finish() + 1, right->start(), right, alloc); 1648 parent()->transfer(position(), right->start() + to_move - 1, right, alloc); 1651 right->transfer_n(right->count() - to_move, right->start(), 1652 right->start() + to_move, right, alloc); 1656 for (int i = 0; i < to_move; ++i) { [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 7722 uint32_t to_move, length; local 7750 to_move = 0; 7805 to_move = 0; 7813 to_move = 0; 7835 to_move = 0; 7844 to_move = min(length, frag_point); 7845 if (to_move == length) { 7864 to_move = sctp_can_we_split_this(stcb, length, space_left, frag_point, eeor_mode); 7865 if (to_move) { 7873 if (to_move >= llen) { [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler.c | 1436 gsize bytes, to_move = 0; in get_sample_bufs() local 1448 to_move = resampler->samples_avail * resampler->bps * resampler->inc; in get_sample_bufs() 1452 memcpy (ptr + (c * bytes), resampler->sbuf[c], to_move); in get_sample_bufs()
|