OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbuckets
(Results
1 - 9
of
9
) sorted by relevancy
/src/libexec/ld.elf_so/
headers.c
182
uint32_t
nbuckets
, nchains;
local in function:_rtld_digest_dynamic
187
nbuckets
= UINT32_MAX;
189
nbuckets
= hashtab[0];
190
obj->
nbuckets
=
nbuckets
;
193
obj->chains = obj->buckets + obj->
nbuckets
;
196
if (!obj->buckets || !
nbuckets
|| !nchains)
205
fast_divide32_prepare(obj->
nbuckets
,
215
uint32_t
nbuckets
, symndx;
local in function:_rtld_digest_dynamic
222
nbuckets
= UINT32_MAX
[
all
...]
headers.c
182
uint32_t
nbuckets
, nchains;
local in function:_rtld_digest_dynamic
187
nbuckets
= UINT32_MAX;
189
nbuckets
= hashtab[0];
190
obj->
nbuckets
=
nbuckets
;
193
obj->chains = obj->buckets + obj->
nbuckets
;
196
if (!obj->buckets || !
nbuckets
|| !nchains)
205
fast_divide32_prepare(obj->
nbuckets
,
215
uint32_t
nbuckets
, symndx;
local in function:_rtld_digest_dynamic
222
nbuckets
= UINT32_MAX
[
all
...]
headers.c
182
uint32_t
nbuckets
, nchains;
local in function:_rtld_digest_dynamic
187
nbuckets
= UINT32_MAX;
189
nbuckets
= hashtab[0];
190
obj->
nbuckets
=
nbuckets
;
193
obj->chains = obj->buckets + obj->
nbuckets
;
196
if (!obj->buckets || !
nbuckets
|| !nchains)
205
fast_divide32_prepare(obj->
nbuckets
,
215
uint32_t
nbuckets
, symndx;
local in function:_rtld_digest_dynamic
222
nbuckets
= UINT32_MAX
[
all
...]
rtld.h
189
unsigned long unused1; /* Used to be
nbuckets
*/
249
uint32_t
nbuckets
; /* Number of buckets */
member in struct:Struct_Obj_Entry
rtld.h
189
unsigned long unused1; /* Used to be
nbuckets
*/
249
uint32_t
nbuckets
; /* Number of buckets */
member in struct:Struct_Obj_Entry
rtld.h
189
unsigned long unused1; /* Used to be
nbuckets
*/
249
uint32_t
nbuckets
; /* Number of buckets */
member in struct:Struct_Obj_Entry
/src/lib/libc/db/hash/
hash.c
344
int
nbuckets
;
local in function:init_htab
357
nbuckets
= 1 << l2;
368
hashp->MAX_BUCKET = hashp->LOW_MASK =
nbuckets
- 1;
369
hashp->HIGH_MASK = (
nbuckets
<< 1) - 1;
374
nsegs = (
nbuckets
- 1) / hashp->SGSIZE + 1;
hash.c
344
int
nbuckets
;
local in function:init_htab
357
nbuckets
= 1 << l2;
368
hashp->MAX_BUCKET = hashp->LOW_MASK =
nbuckets
- 1;
369
hashp->HIGH_MASK = (
nbuckets
<< 1) - 1;
374
nsegs = (
nbuckets
- 1) / hashp->SGSIZE + 1;
hash.c
344
int
nbuckets
;
local in function:init_htab
357
nbuckets
= 1 << l2;
368
hashp->MAX_BUCKET = hashp->LOW_MASK =
nbuckets
- 1;
369
hashp->HIGH_MASK = (
nbuckets
<< 1) - 1;
374
nsegs = (
nbuckets
- 1) / hashp->SGSIZE + 1;
Completed in 111 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025