Home
last modified time | relevance | path

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

/external/squashfs-tools/
DACKNOWLEDGEMENTS103 padding to a 4K boundary. This prompted the addition of the -nopad option.
DRELEASE-README126 -nopad do not pad filesystem to a multiple of 4K
725 The -nopad option informs mksquashfs to not pad the filesystem to a 4K multiple.
DCHANGES603 specified. A nopad option has also been added, which
/external/libjpeg-turbo/
DCMakeLists.txt456 add_test(TJUnitTest-yuv-nopad
468 add_test(TJUnitTest-bi-yuv-nopad
501 add_test(tjunittest${suffix}-yuv-nopad tjunittest${suffix} -yuv -noyuvpad)
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c119 int nopad = FALSE; variable
335 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad);
439 write_filesystem_tables(&sBlk, nopad); in restorefs()
5080 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad) in write_filesystem_tables() argument
5109 if(!nopad && (i = bytes & (4096 - 1))) { in write_filesystem_tables()
5923 nopad = TRUE; in main()
6501 write_filesystem_tables(&sBlk, nopad); in main()