HomeSort by: relevance | last modified time | path
    Searched refs:histogram_entry (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
init.c 32 } histogram_entry; typedef in typeref:struct:__anon8024
40 const histogram_entry hgr[] = {
  /src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 65 struct histogram_entry struct
77 vec<histogram_entry *> histogram;
78 static object_allocator<histogram_entry> histogram_pool ("IPA histogram");
82 struct histogram_hash : nofree_ptr_hash <histogram_entry>
84 static inline hashval_t hash (const histogram_entry *);
85 static inline int equal (const histogram_entry *, const histogram_entry *);
89 histogram_hash::hash (const histogram_entry *val)
95 histogram_hash::equal (const histogram_entry *val, const histogram_entry *val2
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 63 struct histogram_entry struct
75 vec<histogram_entry *> histogram;
76 static object_allocator<histogram_entry> histogram_pool ("IPA histogram");
80 struct histogram_hash : nofree_ptr_hash <histogram_entry>
82 static inline hashval_t hash (const histogram_entry *);
83 static inline int equal (const histogram_entry *, const histogram_entry *);
87 histogram_hash::hash (const histogram_entry *val)
93 histogram_hash::equal (const histogram_entry *val, const histogram_entry *val2
    [all...]

Completed in 23 milliseconds