Searched refs:nopad (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | index.css | 201 .dtf-table, .dtf-s, .dtf-nopad, .dtf-fix, .dtf-th, .dtf-h, .dtf-sep, .dtf-left, .dtf-int {border:1p… 203 .dtf-s, .dtf-nopad, .dtf-fix {padding:3px; text-align:center} 209 .dtf-nopad {padding:0px; vertical-align:top;}
|
/external/squashfs-tools/ |
D | ACKNOWLEDGEMENTS | 103 padding to a 4K boundary. This prompted the addition of the -nopad option.
|
D | RELEASE-README | 126 -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.
|
D | CHANGES | 603 specified. A nopad option has also been added, which
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 119 int nopad = FALSE; variable 347 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad); 451 write_filesystem_tables(&sBlk, nopad); in restorefs() 5123 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad) in write_filesystem_tables() argument 5152 if(!nopad && (i = bytes & (4096 - 1))) { in write_filesystem_tables() 6023 nopad = TRUE; in main() 6644 write_filesystem_tables(&sBlk, nopad); in main()
|
/external/libjpeg-turbo/ |
D | CMakeLists.txt | 798 add_test(TJUnitTest-yuv-nopad 810 add_test(TJUnitTest-bi-yuv-nopad 895 add_test(tjunittest-${libtype}-yuv-nopad tjunittest${suffix} -yuv -noyuvpad)
|