Searched refs:next_ (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | indirect_streambuf.hpp | 104 streambuf_type* next() const { return next_; } in next() 131 streambuf_type* next_; member in boost::iostreams::detail::indirect_streambuf 147 : next_(0), pback_size_(0), flags_(f_auto_close) { } in indirect_streambuf() 226 if (next_) in imbue() 227 next_->pubimbue(loc); in imbue() 256 obj().read(buf.data() + pback_size_, buf.size() - pback_size_, next_); in underflow() 301 if (obj().write(&d, 1, next_) != 1) in overflow() 313 obj().flush(next_); in sync() 323 return obj().flush(next_); in strict_sync() 350 return obj().seek(stream_offset(0), BOOST_IOS::cur, BOOST_IOS::in, next_) - in seek_impl() [all …]
|
| /OK3568_Linux_fs/buildroot/package/fakeroot/ |
| H A D | 0001-fix-prototype-generation.patch | 28 + print " {(void(*))&next_" name ", \"" name "\"}," > structfile; 29 + print "extern " ret " (*next_" name ")" openat_extra ";" > headerfile; 30 + print ret " (*next_" name ")" openat_extra "=tmp_" name ";"> deffile; 41 + print " return next_" name, argname ";" > tmpffile;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ring.c | 357 unsigned int next_ = 0U; in aq_ring_rx_clean() local 376 next_ = buff_->next, in aq_ring_rx_clean() 377 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean() 380 next_, in aq_ring_rx_clean() 402 next_ = buff_->next, in aq_ring_rx_clean() 403 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean() 461 next_ = buff_->next; in aq_ring_rx_clean() 462 buff_ = &self->buff_ring[next_]; in aq_ring_rx_clean()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/ |
| H A D | iterator.hpp | 47 next_ = n_ + 1 enumerator 52 typedef v_iter<Vector,next_> next;
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | mt2063.c | 77 struct MT2063_ExclZone_t *next_; member 374 pAS_Info->freeZones = pNode->next_; in InsertNode() 381 pNode->next_ = pPrevNode->next_; in InsertNode() 382 pPrevNode->next_ = pNode; in InsertNode() 385 pNode->next_ = pAS_Info->usedZones; in InsertNode() 399 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode() 405 pPrevNode->next_ = pNext; in RemoveNode() 408 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode() 449 pNode = pNode->next_; in MT2063_AddExclZone() 465 pNext = pNode->next_; in MT2063_AddExclZone() [all …]
|