OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OVFLSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/db/hash/
page.h
77
#define
OVFLSIZE
(2*sizeof(uint16_t))
82
(PAIRSIZE((K),(D)) +
OVFLSIZE
) <= FREESPACE((P)))
hash_bigkey.c
628
_DIAGASSERT(FREESPACE(tp) >=
OVFLSIZE
);
636
temp = free_space -
OVFLSIZE
;
664
temp = free_space +
OVFLSIZE
;
hash_page.c
518
_DIAGASSERT(temp >=
OVFLSIZE
);
519
sp[ndx + 3] = (uint16_t)(temp -
OVFLSIZE
);
Completed in 13 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025