Searched refs:available_space (Results 1 – 10 of 10) sorted by relevance
437 size_t available_space = 0; in Recv() local438 m_rbuf.GetWriteRemaining(&available_space); in Recv()440 if (uint32_t(available_space) - m_rcv_wnd >= in Recv()444 m_rcv_wnd = static_cast<uint32_t>(available_space); in Recv()460 size_t available_space = 0; in Send() local461 m_sbuf.GetWriteRemaining(&available_space); in Send()463 if (!available_space) { in Send()488 size_t available_space = 0; in queue() local489 m_sbuf.GetWriteRemaining(&available_space); in queue()491 if (len > static_cast<uint32_t>(available_space)) { in queue()[all …]
90 unsigned available_space = ~0; in llvmpipe_draw_vbo() local95 available_space = in llvmpipe_draw_vbo()98 available_space = 0; in llvmpipe_draw_vbo()102 lp->index_buffer.index_size, available_space); in llvmpipe_draw_vbo()
99 unsigned available_space = ~0; in softpipe_draw_vbo() local104 available_space = in softpipe_draw_vbo()107 available_space = 0; in softpipe_draw_vbo()112 sp->index_buffer.index_size, available_space); in softpipe_draw_vbo()
322 GLsizeiptr available_space in compute_transform_feedback_buffer_sizes() local329 computed_size = available_space; in compute_transform_feedback_buffer_sizes()336 computed_size = MIN2(available_space, obj->RequestedSize[i]); in compute_transform_feedback_buffer_sizes()
244 unsigned available_space);
983 inline int available_space() const { return reloc_info_writer.pos() - pc_; } in available_space() function1084 space_before_ = assembler_->available_space(); in EnsureSpace()1090 int bytes_generated = space_before_ - assembler_->available_space(); in ~EnsureSpace()
1460 inline int available_space() const { return reloc_info_writer.pos() - pc_; } in available_space() function1581 space_before_ = assembler_->available_space(); in EnsureSpace()1587 int bytes_generated = space_before_ - assembler_->available_space(); in ~EnsureSpace()
2015 inline int available_space() const { in available_space() function2507 space_before_ = assembler_->available_space(); in EnsureSpace()2513 int bytes_generated = space_before_ - assembler_->available_space(); in ~EnsureSpace()
1083 inline int available_space() const { return reloc_info_writer.pos() - pc_; } in available_space() function
1142 inline intptr_t available_space() const { in available_space() function