Home
last modified time | relevance | path

Searched refs:is_full (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/container/detail/
Dadaptive_node_pool_impl.hpp174 …tatic void reinsert_was_used(Container &container, typename Container::value_type &v, bool is_full) in reinsert_was_used()
176 if(is_full){ in reinsert_was_used()
183 …static void insert_was_empty(Container &container, typename Container::value_type &v, bool is_full) in insert_was_empty()
185 if(is_full){ in insert_was_empty()
670 const bool is_full = free_nodes == real_num_node; in priv_append_from_new_blocks() local
672 m_totally_free_blocks += static_cast<size_type>(is_full); in priv_append_from_new_blocks()
673 block_container_traits_t::insert_was_empty(m_block_container, c_info, is_full); in priv_append_from_new_blocks()
887 const bool is_full = this_block_free_nodes == real_num_node; in priv_reinsert_block() local
890 m_totally_free_blocks += static_cast<size_type>(is_full); in priv_reinsert_block()
892 block_container_traits_t::insert_was_empty(m_block_container, prev_block_info, is_full); in priv_reinsert_block()
[all …]
/third_party/boost/libs/contract/example/mitchell02/
Dsimple_queue.cpp116 bool is_full() const { in is_full() function in simple_queue
207 assert(!q.is_full()); in main()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c119 mir_pack_scalar_source(unsigned mod, bool is_full, unsigned component) in mir_pack_scalar_source() argument
123 .full = is_full, in mir_pack_scalar_source()
124 .component = component << (is_full ? 1 : 0) in mir_pack_scalar_source()
136 bool is_full = nir_alu_type_get_type_size(ins->dest_type) == 32; in vector_to_scalar_alu() local
154 .output_full = is_full, in vector_to_scalar_alu()
159 if (is_full) { in vector_to_scalar_alu()
/third_party/boost/boost/interprocess/ipc/
Dmessage_queue.hpp323 bool is_full() const in is_full() function in boost::interprocess::ipcdetail::mq_hdr_t
738 if (p_hdr->is_full()) { in do_send()
755 while (p_hdr->is_full()); in do_send()
761 if(p_hdr->is_full()){ in do_send()
770 while (p_hdr->is_full()); in do_send()
/third_party/boost/libs/beast/example/advanced/server/
Dadvanced_server.cpp359 is_full() const in is_full() function in http_session::queue
370 auto const was_full = is_full(); in on_write()
505 if(! queue_.is_full()) in on_read()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h165 virtual bool is_full() const = 0;
254 bool is_full() const override { return (slotuse_ == traits::kInnerSlots); } in is_full() function
283 bool is_full() const override { return (slotuse_ == traits::kLeafSlots); } in is_full() function
Dbtree_impl.tpp91 if (is_full()) {
180 if (is_full()) {
/third_party/boost/libs/beast/example/advanced/server-flex/
Dadvanced_server_flex.cpp485 is_full() const in is_full() function in http_session::queue
496 auto const was_full = is_full(); in on_write()
620 if(! queue_.is_full()) in on_read()
/third_party/boost/libs/thread/doc/
Dcompliance.qbk176 [[X.1.6.2] [is_full] [Yes] [ Added capacity ]]
/third_party/gstreamer/gstreamer/
DChangeLog94668 the is_full check to the beginning of the loop (otherwise we'd