Searched refs:FRAG_SIZE (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.c241 #define FRAG_SIZE 32768 macro
1842 if(fragments % FRAG_SIZE == 0) {
1844 FRAG_SIZE) * sizeof(struct squashfs_fragment_entry));
5149 ((fragments + FRAG_SIZE - 1) & ~(FRAG_SIZE - 1))

Completed in 37 milliseconds