OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ID_ENTRIES
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
mksquashfs.h
91
#define
ID_ENTRIES
256
92
#define ID_HASH(id) (id & (
ID_ENTRIES
- 1))
mksquashfs.c
261
struct id *id_hash_table[
ID_ENTRIES
];
[
all
...]
Completed in 1133 milliseconds