OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bucket_num
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
pdb.c
324
uint32_t
bucket_num
= hash % num_buckets;
local
326
while (buckets[
bucket_num
])
328
bucket_num
++;
330
if (
bucket_num
== num_buckets)
331
bucket_num
= 0;
334
buckets[
bucket_num
] = xmalloc (sizeof (struct hash_entry));
336
buckets[
bucket_num
]->offset = names_length;
337
buckets[
bucket_num
]->value = stream_num;
5161
uint32_t
bucket_num
= s->hash % num_buckets;
local
5163
while (buckets[
bucket_num
])
[
all
...]
/src/external/gpl3/binutils.old/dist/ld/
pdb.c
324
uint32_t
bucket_num
= hash % num_buckets;
local
326
while (buckets[
bucket_num
])
328
bucket_num
++;
330
if (
bucket_num
== num_buckets)
331
bucket_num
= 0;
334
buckets[
bucket_num
] = xmalloc (sizeof (struct hash_entry));
336
buckets[
bucket_num
]->offset = names_length;
337
buckets[
bucket_num
]->value = stream_num;
5162
uint32_t
bucket_num
= s->hash % num_buckets;
local
5164
while (buckets[
bucket_num
])
[
all
...]
Completed in 57 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026