Searched refs:rehash (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DPointerHash.cpp38 // don't let table fill to capacity - if we did then a rehash would never find a slot with 0
43 rehash(0x0); // if deletions are filling the table better rehash (and preserve any flags)
161 void PointerHash::rehash(uint32_t flagMask) function in class:Auto::PointerHash
180 // didn't find any gaps, can't rehash in-place safely.
215 rehash(flagMask);
H A DPointerHash.h69 void rehash(uint32_t flagMask = 0); // bits which are set in flagMask will be cleared in all entries
H A DThread.h92 inline void clearFlagsRehash() { rehash(FlagScanned | FlagMarked); }
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Ddictionary.h48 void rehash(int);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DPropertyMapHashTable.h225 void rehash(unsigned newCapacity);
403 rehash(m_keyCount + 1);
445 rehash(m_keyCount);
541 inline void PropertyTable::rehash(unsigned newCapacity) function in class:JSC::PropertyTable
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dcd_pwd.c44 static void rehash(register Namval_t *np,void *data) function
223 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED);
/macosx-10.10.1/awk-20/src/
H A Dproto.h104 extern void rehash(Array *);
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
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c2818 *REHASH to the rehash adjustment if the first slot is taken. SIZE
2824 unsigned int *rehash,
2836 *rehash = (hash & (size - 1)) | 1;
2945 unsigned int hash, rehash, srch;
2951 hash = ecoff_armap_hash (stringbase + name_offset, &rehash, count,
2956 /* See if we can rehash to this location. */
2957 for (srch = (hash + rehash) & (count - 1);
2959 srch = (srch + rehash) & (count - 1))
3098 unsigned int hash, rehash;
3115 hash = ecoff_armap_hash (*map[i].name, &rehash, hashsiz
2815 ecoff_armap_hash(const char *s, unsigned int *rehash, unsigned int size, unsigned int hlog) argument
2937 unsigned int hash, rehash, srch; local
3090 unsigned int hash, rehash; local
3760 unsigned int hash, rehash; local
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dst.c74 static void rehash(st_table *);
488 rehash(table);
638 rehash(register st_table *table) function
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashTable.h441 void shrink() { rehash(m_tableSize / 2, nullptr); }
443 ValueType* rehash(int newTableSize, ValueType* entry);
1091 return rehash(newSize, entry);
1095 auto HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::rehash(int newTableSize, ValueType* entry) -> ValueType*
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcsh.vim51 syn keyword cshStatement continue exit logout rehash time unsetenv
H A Dzsh.vim116 \ rehash return sched set setcap setopt shift
H A Dlisp.vim135 syn keyword lispFunc assert hash-table-rehash-size realpart
136 syn keyword lispFunc assoc hash-table-rehash-threshold reduce
442 syn keyword lispKey :copier :initial-element :rehash-size
443 syn keyword lispKey :count :initial-offset :rehash-threshold
H A Dtcsh.vim44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drbt.c1522 rehash(dns_rbt_t *rbt) { function
1563 rehash(rbt);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dinit.c238 static void rehash(register Namval_t *np,void *data) function
343 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED);
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c21900 static int rehash(Hash *pH, unsigned int new_size){ function
22063 if( rehash(pH, pH->count*2) ){
[all...]

Completed in 553 milliseconds