OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASH_BSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/db/hash/
hash_page.c
86
_DIAGASSERT((size_t)
HASH_BSIZE
(hashp) >= temp); \
87
((uint16_t *)(void *)(P))[1] = (uint16_t)(
HASH_BSIZE
(hashp) - temp); \
88
((uint16_t *)(void *)(P))[2] =
HASH_BSIZE
(hashp); \
148
newoff =
HASH_BSIZE
(hashp);
197
copyto =
HASH_BSIZE
(hashp);
198
off =
HASH_BSIZE
(hashp);
349
scopyto =
HASH_BSIZE
(hashp);
357
off =
HASH_BSIZE
(hashp);
544
size =
HASH_BSIZE
(hashp);
598
size =
HASH_BSIZE
(hashp)
[
all
...]
hash_bigkey.c
277
temp =
HASH_BSIZE
(hashp) - PAGE_META(n);
280
OFFSET(bp) =
HASH_BSIZE
(hashp);
312
for (bytes =
HASH_BSIZE
(hashp) - bp[ndx];
314
bytes =
HASH_BSIZE
(hashp) - bp[ndx]) {
482
mylen =
HASH_BSIZE
(hashp) - bp[1];
549
mylen =
HASH_BSIZE
(hashp) - bp[1];
hash.h
130
#define
HASH_BSIZE
(hp) ((hp)->BSIZE == MAX_BSIZE ? MAX_BSIZE - 1 : (hp)->BSIZE)
hash.c
588
off =
HASH_BSIZE
(hashp);
620
off =
HASH_BSIZE
(hashp);
643
off =
HASH_BSIZE
(hashp);
810
key->size = (ndx > 1 ? bp[ndx - 1] :
HASH_BSIZE
(hashp)) - bp[ndx];
Completed in 41 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025