Searched refs:file_hash_entries_allocated (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c1007 pfile->file_hash_entries_allocated = 127;
1009 pfile->file_hash_entries_allocated);
1016 if (pfile->file_hash_entries_used == pfile->file_hash_entries_allocated)
H A Dinternal.h361 unsigned int file_hash_entries_allocated, file_hash_entries_used; member in struct:cpp_reader

Completed in 56 milliseconds