OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsbtodb
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
fs.h
177
int fs_fsbtodb; /*
fsbtodb
and dbtofsb shift constant */
349
#define
fsbtodb
(fs, b) ((b) << (fs)->fs_fsbtodb)
macro
ufs2.h
274
grub_int32_t fs_fsbtodb; /*
fsbtodb
and dbtofsb shift constant */
354
#define
fsbtodb
(fs, b) ((b) << (fs)->fs_fsbtodb)
macro
Completed in 39 milliseconds