Home
last modified time | relevance | path

Searched refs:FRAG_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c226 #define FRAG_SIZE 32768 macro
1651 if(fragments % FRAG_SIZE == 0) { in allocate_fragment()
1653 FRAG_SIZE) * sizeof(struct squashfs_fragment_entry)); in allocate_fragment()
6355 ((fragments + FRAG_SIZE - 1) & ~(FRAG_SIZE - 1)) in main()