Searched refs:hash_entry (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/svl/source/misc/ |
| H A D | inethist.cxx | 86 struct hash_entry struct in INetURLHistory_Impl 105 sal_Bool operator== (const hash_entry &rOther) const in operator ==() argument 109 sal_Bool operator< (const hash_entry &rOther) const in operator <() argument 147 hash_entry m_pHash[INETHIST_SIZE_LIMIT]; 154 void downheap (hash_entry a[], sal_uInt16 n, sal_uInt16 k); 155 void heapsort (hash_entry a[], sal_uInt16 n); 258 void INetURLHistory_Impl::downheap (hash_entry a[], sal_uInt16 n, sal_uInt16 k) in downheap() 260 hash_entry h = a[k]; in downheap() 275 void INetURLHistory_Impl::heapsort (hash_entry a[], sal_uInt16 n) in heapsort() 277 hash_entry h; in heapsort() [all …]
|
| /AOO41X/main/sdext/source/pdfimport/wrapper/ |
| H A D | hash.cxx | 54 struct hash_entry { const char* name; enum parseKey eKey; }; argument 72 static const struct hash_entry *in_word_set (const char *str, unsigned int len); 110 const struct hash_entry * 121 static const struct hash_entry wordlist[] = in in_word_set()
|
| H A D | keyword_list | 1 struct hash_entry { const char* name; enum parseKey eKey; };
|
| H A D | wrapper.cxx | 791 const hash_entry* pEntry = PdfKeywordHash::in_word_set( rCmd.getStr(), in parseLine()
|
| /AOO41X/main/vcl/unx/generic/fontmanager/ |
| H A D | afm_hash.cpp | 54 struct hash_entry { const char* name; enum parseKey eKey; }; struct 68 static const struct hash_entry *in_word_set (const char *str, unsigned int len); 123 const struct hash_entry * 134 static const struct hash_entry wordlist[] = in in_word_set()
|
| H A D | afm_keyword_list | 1 struct hash_entry { char* name; enum parseKey eKey; };
|
| H A D | parseAFM.cxx | 339 const hash_entry* pEntry = AfmKeywordHash::in_word_set( ident, len ); in recognize()
|