OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPLITSHIFT
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/hash/
hash.h
172
#define
SPLITSHIFT
11
174
#define SPLITNUM(N) (((uint32_t)(N)) >>
SPLITSHIFT
)
176
#define OADDR_OF(S,O) ((uint32_t)((uint32_t)(S) <<
SPLITSHIFT
) + (O))
hash_page.c
839
ndx = (((uint32_t)addr) >>
SPLITSHIFT
);
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025