Searched refs:ID_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c347 #define ID_ENTRIES 256 macro
348 #define ID_HASH(id) (id & (ID_ENTRIES - 1))
357 struct id *id_hash_table[ID_ENTRIES];

Completed in 36 milliseconds