Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libisns/
H A Disns_pdu.c78 int alloc_count; member
174 list_p->alloc_count = 0; in isns_add_buffer_pool()
179 if (list_p->alloc_count == 0) { in isns_add_buffer_pool()
214 list_p->alloc_count += n; in isns_add_buffer_pool()
246 list_p->alloc_count--; in isns_destroy_buffer_pool()
250 if (list_p->alloc_count > 0) { in isns_destroy_buffer_pool()
255 list_p->alloc_count, list_p->buf_size); in isns_destroy_buffer_pool()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadedge.c762 const int alloc_count = 16; // ?? Should this be a PARAM? in propagate_threaded_block_debug_into() local
767 i * 4 <= alloc_count * 3 && !gsi_end_p (si); gsi_next (&si)) in propagate_threaded_block_debug_into()
777 auto_vec<tree, alloc_count> fewvars; in propagate_threaded_block_debug_into()
783 if (i * 4 > alloc_count * 3) in propagate_threaded_block_debug_into()
857 else if (fewvars.length () < (unsigned) alloc_count) in propagate_threaded_block_debug_into()
862 for (i = 0; i < alloc_count; i++) in propagate_threaded_block_debug_into()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadedge.cc658 const int alloc_count = 16; // ?? Should this be a PARAM? in propagate_threaded_block_debug_into() local
663 i * 4 <= alloc_count * 3 && !gsi_end_p (si); gsi_next (&si)) in propagate_threaded_block_debug_into()
673 auto_vec<tree, alloc_count> fewvars; in propagate_threaded_block_debug_into()
679 if (i * 4 > alloc_count * 3) in propagate_threaded_block_debug_into()
753 else if (fewvars.length () < (unsigned) alloc_count) in propagate_threaded_block_debug_into()
758 for (i = 0; i < alloc_count; i++) in propagate_threaded_block_debug_into()