OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KHASH_SIZE
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/routed/
table.c
762
#define
KHASH_SIZE
71 /* should be prime */
763
#define KHASH(a,m) khash_bins[((a) ^ (m)) %
KHASH_SIZE
]
785
} *khash_bins[
KHASH_SIZE
];
1061
for (i = 0; i <
KHASH_SIZE
; i++) {
1142
for (i = 0; i <
KHASH_SIZE
; i++) {
1510
for (i = 0; i <
KHASH_SIZE
; i++) {
1617
for (i = 0; i <
KHASH_SIZE
; i++) {
Completed in 13 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025