OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spare_ndx
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/hash/
hash.c
829
int new_segnum,
spare_ndx
;
local in function:__expand_table
863
spare_ndx
= __log2((uint32_t)(hashp->MAX_BUCKET + 1));
864
if (
spare_ndx
> hashp->OVFL_POINT) {
865
hashp->SPARES[
spare_ndx
] = hashp->SPARES[hashp->OVFL_POINT];
866
hashp->OVFL_POINT =
spare_ndx
;
hash.c
829
int new_segnum,
spare_ndx
;
local in function:__expand_table
863
spare_ndx
= __log2((uint32_t)(hashp->MAX_BUCKET + 1));
864
if (
spare_ndx
> hashp->OVFL_POINT) {
865
hashp->SPARES[
spare_ndx
] = hashp->SPARES[hashp->OVFL_POINT];
866
hashp->OVFL_POINT =
spare_ndx
;
Completed in 22 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025