Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c1815 struct pchf_entry { struct
1834 struct pchf_entry entries[1];
1844 return memcmp (e1, e2, sizeof (struct pchf_entry)); in pchf_save_compare()
1862 + sizeof (struct pchf_entry) * (count - 1)); in _cpp_save_file_entries()
1908 + sizeof (struct pchf_entry) * (result->count - 1)); in _cpp_save_file_entries()
1910 qsort (result->entries, result->count, sizeof (struct pchf_entry), in _cpp_save_file_entries()
1925 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
1930 + sizeof (struct pchf_entry) * (d.count - 1)); in _cpp_read_file_entries()
1931 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
1932 if (fread (pchf->entries, sizeof (struct pchf_entry), d.count, f) in _cpp_read_file_entries()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc1955 struct pchf_entry { struct
1974 struct pchf_entry entries[1];
1984 return memcmp (e1, e2, sizeof (struct pchf_entry)); in pchf_save_compare()
2002 + sizeof (struct pchf_entry) * (count - 1)); in _cpp_save_file_entries()
2048 + sizeof (struct pchf_entry) * (result->count - 1)); in _cpp_save_file_entries()
2050 qsort (result->entries, result->count, sizeof (struct pchf_entry), in _cpp_save_file_entries()
2065 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()
2070 + sizeof (struct pchf_entry) * (d.count - 1)); in _cpp_read_file_entries()
2071 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
2072 if (fread (pchf->entries, sizeof (struct pchf_entry), d.count, f) in _cpp_read_file_entries()
[all …]
H A DChangeLog6596 (struct pchf_entry): Move definition out of struct pchf_data.