OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_table_size
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp
80
int
hash_table_size
= DEFAULT_HASH_TABLE_SIZE;
variable
149
check_integer_arg('h', optarg, 1, &
hash_table_size
);
150
if (!is_prime(
hash_table_size
)) {
151
while (!is_prime(++
hash_table_size
))
153
warning("%1 not prime: using %2 instead", optarg,
hash_table_size
);
387
common_words_table = new word_list * [
hash_table_size
];
388
for (int i = 0; i <
hash_table_size
; i++)
404
int h = hash(key_buffer, key_len) %
hash_table_size
;
673
hash_table = new table_entry[
hash_table_size
];
674
for (int i = 0; i <
hash_table_size
; i++
[
all
...]
/src/external/gpl2/groff/dist/src/preproc/refer/
refer.cpp
94
static int
hash_table_size
;
variable
705
hash_table_size
= 17;
706
for (int i = 0; i <
hash_table_size
; i++)
714
for (ptr = reference_hash_table + (h %
hash_table_size
);
717
? (ptr = reference_hash_table +
hash_table_size
- 1)
733
if (nreferences*2 >=
hash_table_size
) {
736
int old_size =
hash_table_size
;
737
hash_table_size
= next_size(
hash_table_size
);
738
reference_hash_table = new reference*[
hash_table_size
];
[
all
...]
/src/external/gpl3/binutils/dist/ld/
ld.h
308
unsigned long
hash_table_size
;
member in struct:__anon10749
/src/external/gpl3/binutils.old/dist/ld/
ld.h
308
unsigned long
hash_table_size
;
member in struct:__anon12213
/src/external/gpl3/binutils/dist/include/opcode/
cgen.h
543
unsigned int
hash_table_size
;
535
unsigned int
hash_table_size
;
member in struct:cgen_keyword
/src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h
543
unsigned int
hash_table_size
;
535
unsigned int
hash_table_size
;
member in struct:cgen_keyword
/src/external/gpl3/gdb/dist/include/opcode/
cgen.h
543
unsigned int
hash_table_size
;
535
unsigned int
hash_table_size
;
member in struct:cgen_keyword
/src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h
543
unsigned int
hash_table_size
;
535
unsigned int
hash_table_size
;
member in struct:cgen_keyword
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026