Searched refs:alloc_count (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libisns/
H A Disns_pdu.c78 int alloc_count; member in struct:isns_buffer_list_s
174 list_p->alloc_count = 0;
179 if (list_p->alloc_count == 0) {
214 list_p->alloc_count += n;
246 list_p->alloc_count--;
250 if (list_p->alloc_count > 0) {
255 list_p->alloc_count, list_p->buf_size);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadedge.c762 const int alloc_count = 16; // ?? Should this be a PARAM? local
767 i * 4 <= alloc_count * 3 && !gsi_end_p (si); gsi_next (&si))
777 auto_vec<tree, alloc_count> fewvars;
780 /* If we're already starting with 3/4 of alloc_count, go for a
783 if (i * 4 > alloc_count * 3)
857 else if (fewvars.length () < (unsigned) alloc_count)
862 for (i = 0; i < alloc_count; i++)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadedge.cc658 const int alloc_count = 16; // ?? Should this be a PARAM? local
663 i * 4 <= alloc_count * 3 && !gsi_end_p (si); gsi_next (&si))
673 auto_vec<tree, alloc_count> fewvars;
676 /* If we're already starting with 3/4 of alloc_count, go for a
679 if (i * 4 > alloc_count * 3)
753 else if (fewvars.length () < (unsigned) alloc_count)
758 for (i = 0; i < alloc_count; i++)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dminsyms.c1331 int alloc_count;
1350 alloc_count = m_msym_count + m_objfile->per_bfd->minimal_symbol_count;
1352 msym_holder (XNEWVEC (minimal_symbol, alloc_count));
1330 int alloc_count; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dminsyms.c1377 int alloc_count;
1392 alloc_count = m_msym_count + m_objfile->per_bfd->minimal_symbol_count;
1394 msym_holder (XNEWVEC (minimal_symbol, alloc_count));
1376 int alloc_count; local

Completed in 156 milliseconds