OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bucketsSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
hash.h
92
unsigned
bucketsSize
;
hash.c
144
t->
bucketsSize
= n;
157
size_t i, n = t->
bucketsSize
;
206
for (b = 0; b < t->
bucketsSize
; b++) {
223
unsigned oldSize = t->
bucketsSize
;
245
t->
bucketsSize
= newSize;
249
(void *)t, t->
bucketsSize
, t->numEntries, HashTable_MaxChain(t));
269
if (t->numEntries >= rebuildLimit * t->
bucketsSize
)
316
unsigned
bucketsSize
= t->
bucketsSize
;
322
if (hi->nextBucket >=
bucketsSize
)
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Sep 25 06:09:39 GMT 2025