OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bucketsMask
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
hash.c
124
for (he = t->buckets[h & t->
bucketsMask
]; he != NULL; he = he->next) {
146
t->
bucketsMask
= n - 1;
246
t->
bucketsMask
= newMask;
277
he->next = t->buckets[h & t->
bucketsMask
];
278
t->buckets[h & t->
bucketsMask
] = he;
297
HashEntry **ref = &t->buckets[he->hash & t->
bucketsMask
];
hash.h
94
unsigned
bucketsMask
; /* Used to select the bucket for a hash. */
Completed in 13 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025