Searched defs:rehash (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_hashtable.c365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
H A D_unordered_map.h188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_map
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multimap
H A D_unordered_set.h174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_set
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multiset
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_hashtable.h305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
/ndk/sources/host-tools/nawk-20071023/
H A Dtran.c34 #define FULLTAB 2 /* rehash when table gets this x full */
229 rehash(tp);
247 void rehash(Array *tp) /* rehash items in small table into big one */ function
/ndk/sources/host-tools/make-3.81/
H A Ddir.c591 int rehash = 0;
643 * filesystems force a rehash always as mtime does not change
651 rehash = 1;
657 rehash = 1;
661 if (!rehash)
706 if (! rehash || HASH_VACANT (*dirfile_slot))
587 int rehash = 0; local

Completed in 79 milliseconds