OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YAFFS_TNODES_LEVEL0_BITS
(Results
1 - 2
of
2
) sorted by null
/external/yaffs2/yaffs2/
yaffs_guts.h
38
#define
YAFFS_TNODES_LEVEL0_BITS
4
42
#define YAFFS_TNODES_INTERNAL_BITS (
YAFFS_TNODES_LEVEL0_BITS
- 1)
yaffs_guts.c
848
i = chunkId >>
YAFFS_TNODES_LEVEL0_BITS
;
864
(
YAFFS_TNODES_LEVEL0_BITS
+
912
x = chunkId >>
YAFFS_TNODES_LEVEL0_BITS
;
946
(
YAFFS_TNODES_LEVEL0_BITS
+
1067
YAFFS_TNODES_LEVEL0_BITS
) + i;
[
all
...]
Completed in 26 milliseconds