Home
last modified time | relevance | path

Searched refs:pending_blocks (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/py-pylsqpack/pylsqpack-0.3.13/src/pylsqpack/
H A Dbinding.c82 STAILQ_HEAD(, header_block) pending_blocks;
95 STAILQ_INIT(&self->pending_blocks); in Decoder_init()
107 while (!STAILQ_EMPTY(&self->pending_blocks)) { in Decoder_dealloc()
108 hblock = STAILQ_FIRST(&self->pending_blocks); in Decoder_dealloc()
109 STAILQ_REMOVE_HEAD(&self->pending_blocks, entries); in Decoder_dealloc()
132 STAILQ_FOREACH(hblock, &self->pending_blocks, entries) { in Decoder_feed_encoder()
165 STAILQ_FOREACH(hblock, &self->pending_blocks, entries) { in Decoder_feed_header()
187 STAILQ_INSERT_TAIL(&self->pending_blocks, hblock, entries); in Decoder_feed_header()
229 STAILQ_FOREACH(hblock, &self->pending_blocks, entries) { in Decoder_resume_header()
260 STAILQ_REMOVE(&self->pending_blocks, hblock, header_block, entries); in Decoder_resume_header()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dgpu_cache.rs322 pending_blocks: Vec<GpuBlockData>, field
336 pending_blocks: Vec::new(), in new()
488 self.texture.pending_blocks.push(block.into()); in push()
492 self.texture.pending_blocks.extend_from_slice(blocks); in extend_from_slice()
496 self.texture.pending_blocks.len() - self.start_index in current_used_block_num()
501 self.texture.pending_blocks.len() - self.start_index in close()
542 debug_assert!(self.texture.pending_blocks.is_empty()); in begin_frame()
579 start_index: self.texture.pending_blocks.len(), in request()
592 let start_index = self.texture.pending_blocks.len(); in push_per_frame_blocks()
593 self.texture.pending_blocks.extend_from_slice(blocks); in push_per_frame_blocks()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbuildsym.c209 for (bnext = pending_blocks; bnext; bnext = bnext1) in free_pending_blocks()
215 pending_blocks = NULL; in free_pending_blocks()
395 for (pblock = pending_blocks; in finish_block()
461 pblock->next = pending_blocks; in record_pending_block()
462 pending_blocks = pblock; in record_pending_block()
500 for (next = pending_blocks; next; next = next1) in make_blockvector()
506 pending_blocks = NULL; in make_blockvector()
857 pb = pending_blocks; in end_symtab()
892 if (pending_blocks == NULL in end_symtab()
1064 new->old_blocks = pending_blocks; in push_context()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbuildsym.c209 for (bnext = pending_blocks; bnext; bnext = bnext1) in free_pending_blocks()
215 pending_blocks = NULL; in free_pending_blocks()
395 for (pblock = pending_blocks; in finish_block()
461 pblock->next = pending_blocks; in record_pending_block()
462 pending_blocks = pblock; in record_pending_block()
500 for (next = pending_blocks; next; next = next1) in make_blockvector()
506 pending_blocks = NULL; in make_blockvector()
857 pb = pending_blocks; in end_symtab()
892 if (pending_blocks == NULL in end_symtab()
1064 new->old_blocks = pending_blocks; in push_context()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dbuildsym.c104 static struct pending_block *pending_blocks; variable
227 if (pending_blocks != NULL) in free_pending_blocks()
230 pending_blocks = NULL; in free_pending_blocks()
368 for (pblock = pending_blocks; in finish_block_internal()
442 if (pending_blocks == NULL) in record_pending_block()
455 pblock->next = pending_blocks; in record_pending_block()
456 pending_blocks = pblock; in record_pending_block()
1069 && pending_blocks == NULL in end_symtab_get_static_block()
1378 if (pending_blocks != NULL) in augment_type_symtab()
1431 new->old_blocks = pending_blocks; in push_context()
[all …]
/dports/lang/pocl/pocl-1.8/lib/llvmopencl/
H A DKernel.cc66 SmallVector<BasicBlock *, 4> pending_blocks; in createParallelRegionBefore() local
71 add_predecessors(pending_blocks, B); in createParallelRegionBefore()
77 while (!pending_blocks.empty()) { in createParallelRegionBefore()
78 BasicBlock *current = pending_blocks.back(); in createParallelRegionBefore()
79 pending_blocks.pop_back(); in createParallelRegionBefore()
119 add_predecessors(pending_blocks, current); in createParallelRegionBefore()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbuildsym.c225 pending_blocks = NULL; in free_pending_blocks()
349 for (pblock = pending_blocks; in finish_block()
424 pblock->next = pending_blocks; in record_pending_block()
425 pending_blocks = pblock; in record_pending_block()
486 for (next = pending_blocks; next; next = next->next) in make_blockvector()
975 if ((objfile->flags & OBJF_REORDERED) && pending_blocks) in end_symtab()
982 for (pb = pending_blocks; pb != NULL; pb = pb->next) in end_symtab()
989 for (pb = pending_blocks; pb != NULL; pb = pb->next) in end_symtab()
1014 if (pending_blocks == NULL in end_symtab()
1248 new->old_blocks = pending_blocks; in push_context()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dgpu_cache.rs437 pending_blocks: Vec<GpuBlockData>, field
468 pending_blocks: Vec::new(), in new()
658 self.texture.pending_blocks.push(block.into()); in push()
662 self.texture.pending_blocks.len() - self.start_index in current_used_block_num()
735 debug_assert!(self.texture.pending_blocks.is_empty()); in begin_frame()
778 start_index: self.texture.pending_blocks.len(), in request()
791 let start_index = self.texture.pending_blocks.len(); in push_per_frame_blocks()
792 self.texture.pending_blocks.extend_from_slice(blocks); in push_per_frame_blocks()
855 blocks: mem::replace(&mut self.texture.pending_blocks, Vec::new()), in extract_updates()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs442 pending_blocks: Vec<GpuBlockData>, field
473 pending_blocks: Vec::new(), in new()
666 self.texture.pending_blocks.push(block.into()); in push()
681 self.texture.pending_blocks.len() - self.start_index in current_used_block_num()
790 debug_assert!(self.texture.pending_blocks.is_empty()); in begin_frame()
835 start_index: self.texture.pending_blocks.len(), in request()
848 let start_index = self.texture.pending_blocks.len(); in push_per_frame_blocks()
849 self.texture.pending_blocks.extend_from_slice(blocks); in push_per_frame_blocks()
908 blocks: self.texture.pending_blocks.take_and_preallocate(), in extract_updates()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs436 pending_blocks: Vec<GpuBlockData>, field
467 pending_blocks: Vec::new(), in new()
657 self.texture.pending_blocks.push(block.into()); in push()
661 self.texture.pending_blocks.len() - self.start_index in current_used_block_num()
770 debug_assert!(self.texture.pending_blocks.is_empty()); in begin_frame()
815 start_index: self.texture.pending_blocks.len(), in request()
828 let start_index = self.texture.pending_blocks.len(); in push_per_frame_blocks()
829 self.texture.pending_blocks.extend_from_slice(blocks); in push_per_frame_blocks()
894 blocks: mem::replace(&mut self.texture.pending_blocks, Vec::new()), in extract_updates()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs441 pending_blocks: Vec<GpuBlockData>, field
472 pending_blocks: Vec::new(), in new()
665 self.texture.pending_blocks.push(block.into()); in push()
680 self.texture.pending_blocks.len() - self.start_index in current_used_block_num()
789 debug_assert!(self.texture.pending_blocks.is_empty()); in begin_frame()
834 start_index: self.texture.pending_blocks.len(), in request()
847 let start_index = self.texture.pending_blocks.len(); in push_per_frame_blocks()
848 self.texture.pending_blocks.extend_from_slice(blocks); in push_per_frame_blocks()
907 blocks: self.texture.pending_blocks.take_and_preallocate(), in extract_updates()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs442 pending_blocks: Vec<GpuBlockData>, field
473 pending_blocks: Vec::new(), in new()
666 self.texture.pending_blocks.push(block.into()); in push()
681 self.texture.pending_blocks.len() - self.start_index in current_used_block_num()
790 debug_assert!(self.texture.pending_blocks.is_empty()); in begin_frame()
835 start_index: self.texture.pending_blocks.len(), in request()
848 let start_index = self.texture.pending_blocks.len(); in push_per_frame_blocks()
849 self.texture.pending_blocks.extend_from_slice(blocks); in push_per_frame_blocks()
908 blocks: self.texture.pending_blocks.take_and_preallocate(), in extract_updates()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-log-writes.c109 atomic_t pending_blocks; member
151 if (atomic_dec_and_test(&lc->pending_blocks)) { in put_pending_block()
554 atomic_set(&lc->pending_blocks, 0); in log_writes_ctr()
623 atomic_inc(&lc->pending_blocks); in log_mark()
648 !atomic_read(&lc->pending_blocks)); in log_writes_dtr()
714 atomic_inc(&lc->pending_blocks); in log_writes_map()
939 atomic_inc(&lc->pending_blocks); in log_dax()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-log-writes.c109 atomic_t pending_blocks; member
151 if (atomic_dec_and_test(&lc->pending_blocks)) { in put_pending_block()
554 atomic_set(&lc->pending_blocks, 0); in log_writes_ctr()
623 atomic_inc(&lc->pending_blocks); in log_mark()
648 !atomic_read(&lc->pending_blocks)); in log_writes_dtr()
714 atomic_inc(&lc->pending_blocks); in log_writes_map()
939 atomic_inc(&lc->pending_blocks); in log_dax()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-log-writes.c109 atomic_t pending_blocks; member
151 if (atomic_dec_and_test(&lc->pending_blocks)) { in put_pending_block()
554 atomic_set(&lc->pending_blocks, 0); in log_writes_ctr()
623 atomic_inc(&lc->pending_blocks); in log_mark()
648 !atomic_read(&lc->pending_blocks)); in log_writes_dtr()
714 atomic_inc(&lc->pending_blocks); in log_writes_map()
939 atomic_inc(&lc->pending_blocks); in log_dax()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dverify.c54 tree pending_blocks; variable
63 LABEL_PENDING_CHAIN (target_label) = pending_blocks; in push_pending_label()
64 pending_blocks = target_label; in push_pending_label()
435 pending_blocks = NULL_TREE; in verify_jvm_instructions()
507 if (pending_blocks == NULL_TREE in verify_jvm_instructions()
508 || (subroutine_nesting (pending_blocks) in verify_jvm_instructions()
558 label = pending_blocks; in verify_jvm_instructions()
561 pending_blocks = LABEL_PENDING_CHAIN (label); in verify_jvm_instructions()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dverify.c54 tree pending_blocks; variable
63 LABEL_PENDING_CHAIN (target_label) = pending_blocks; in push_pending_label()
64 pending_blocks = target_label; in push_pending_label()
435 pending_blocks = NULL_TREE; in verify_jvm_instructions()
507 if (pending_blocks == NULL_TREE in verify_jvm_instructions()
508 || (subroutine_nesting (pending_blocks) in verify_jvm_instructions()
558 label = pending_blocks; in verify_jvm_instructions()
561 pending_blocks = LABEL_PENDING_CHAIN (label); in verify_jvm_instructions()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dearly-remat.c2360 bitmap pending_blocks) in move_to_predecessors() argument
2417 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2439 bitmap_head pending_blocks; in choose_rematerialization_points() local
2444 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2452 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2466 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2470 &pending_blocks); in choose_rematerialization_points()
2472 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dearly-remat.c2385 bitmap pending_blocks) in move_to_predecessors() argument
2442 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2464 bitmap_head pending_blocks; in choose_rematerialization_points() local
2469 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2477 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2491 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2495 &pending_blocks); in choose_rematerialization_points()
2497 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dearly-remat.c2360 bitmap pending_blocks) in move_to_predecessors() argument
2417 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2439 bitmap_head pending_blocks; in choose_rematerialization_points() local
2444 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2452 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2466 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2470 &pending_blocks); in choose_rematerialization_points()
2472 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dearly-remat.c2360 bitmap pending_blocks) in move_to_predecessors() argument
2417 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2439 bitmap_head pending_blocks; in choose_rematerialization_points() local
2444 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2452 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2466 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2470 &pending_blocks); in choose_rematerialization_points()
2472 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dearly-remat.c2385 bitmap pending_blocks) in move_to_predecessors() argument
2442 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2464 bitmap_head pending_blocks; in choose_rematerialization_points() local
2469 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2477 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2491 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2495 &pending_blocks); in choose_rematerialization_points()
2497 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dearly-remat.c2385 bitmap pending_blocks) in move_to_predecessors() argument
2442 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2464 bitmap_head pending_blocks; in choose_rematerialization_points() local
2469 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2477 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2491 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2495 &pending_blocks); in choose_rematerialization_points()
2497 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dearly-remat.c2385 bitmap pending_blocks) in move_to_predecessors() argument
2442 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2464 bitmap_head pending_blocks; in choose_rematerialization_points() local
2469 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2477 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2491 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2495 &pending_blocks); in choose_rematerialization_points()
2497 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dearly-remat.c2360 bitmap pending_blocks) in move_to_predecessors() argument
2417 bitmap_set_bit (pending_blocks, e->src->index); in move_to_predecessors()
2439 bitmap_head pending_blocks; in choose_rematerialization_points() local
2444 bitmap_initialize (&pending_blocks, &m_obstack); in choose_rematerialization_points()
2452 bitmap_clear_bit (&pending_blocks, bb_index); in choose_rematerialization_points()
2466 move_to_predecessors (bb_index, &required, &pending_blocks); in choose_rematerialization_points()
2470 &pending_blocks); in choose_rematerialization_points()
2472 while (!bitmap_empty_p (&pending_blocks)); in choose_rematerialization_points()

1234